Introduction โ
Welcome to this small tutorial on making custom scripts using MythicLib. In this tutorial, we will be going over some basic mechanic usage so you can create some decent looking skills for yourself.
TIP
Before you go through this page it's advised that you briefly read the custom scripts page.
The other tabs in the sidebar will explain everything more in depth, this is just so you can get a general understanding of how this scripting language works.
You'll find example uses for the most commonly used mechanics like damage, sound or particle, but most importantly, examples for harder-to-use mechanics like shapes: projectiles, parabolas, etc.
At first glance, scripts can look pretty intimidating but we recommend the use of a modern text editor like VS Code featuring YAML color highlighting, which is very very valuable.
| Tutorials | Description |
|---|---|
| Projectiles | You'll learn how to have a player fire a damaging projectile |
| Parabolas | Parabolas make up for nicely looking unique scripts like rainbows or potion splashes |
| Helixes | Helixes are great to indicate heals or buff based skills |
| Slashes | These are very classical skills as well for warrior or melee classes. You'll learn how to create sword slash effects |