diff options
Diffstat (limited to 'npc/config/magic.txt')
-rw-r--r-- | npc/config/magic.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 7598becff..40142c650 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -202,6 +202,11 @@ OnInit: CLASS_SCHOLARSHIP, 0); //////////////////////// Physical Sciences + // Ground Strike + RegisterMagic(2, ASC_METEORASSAULT, 3, FluoPowder, 3, + CLASS_PHYSICAL, 0); + + /* Skillchain */ // Falkon Punch RegisterMagic(1, SM_BASH, 10, FluoPowder, 3, CLASS_PHYSICAL, 0, false, MC_MAMMONITE); @@ -212,6 +217,14 @@ OnInit: RegisterMagic(2, KN_AUTOCOUNTER, 5, FluoPowder, 3, CLASS_PHYSICAL, 0, MC_MAMMONITE, false); + /* Skillchain */ + // Arrow Shower + RegisterMagic(3, AC_SHOWER, 10, FluoPowder, 3, + CLASS_PHYSICAL, 0, false, SN_SHARPSHOOTING); + // Sharpshooter + RegisterMagic(3, SN_SHARPSHOOTING, 1, FluoPowder, 3, + CLASS_PHYSICAL, 0, AC_SHOWER, false); + //////////////////////// Destructive Magic //////////////////////// Trickmaster //////////////////////// Other: Summonning |