diff options
Diffstat (limited to 'npc/magic/zarkor.txt')
-rw-r--r-- | npc/magic/zarkor.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt index 301e74565..6c4980c33 100644 --- a/npc/magic/zarkor.txt +++ b/npc/magic/zarkor.txt @@ -32,20 +32,20 @@ OnCall: } // Setup - .@sk=TMW2_ZARKOR; - .@mp=400; - .@amp=75; + @sk=TMW2_ZARKOR; + @mp=400; + @amp=75; // Check if you have mana to cast // MagicCheck(SkillID, Mana{, MP per level}) - if (!MagicCheck(.@sk, .@mp, .@amp)) + if (!MagicCheck(@sk, @mp, @amp)) end; // Summon Magic - SummonMagic(.@sk, CaveMaggot, 2); + SummonMagic(@sk, CaveMaggot, 2); // Get a single mana experience point (this is NOT used by Mana Stone) - GetManaExp(.@sk, 1); + GetManaExp(@sk, 1); /* // set cooldown |