summaryrefslogtreecommitdiff
path: root/npc/magic/zarkor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/zarkor.txt')
-rw-r--r--npc/magic/zarkor.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt
index 42f504dac..6c4980c33 100644
--- a/npc/magic/zarkor.txt
+++ b/npc/magic/zarkor.txt
@@ -17,7 +17,6 @@ OnFriendlyDeath:
*/
OnCall:
- debugmes "--- Magic Subsystem: ZK called";
// Other requeriments
if (countitem(ZarkorScroll) < 1) {
dispbottom l("You need @@ to cast this skill.", getitemlink(ZarkorScroll));
@@ -32,23 +31,19 @@ OnCall:
end;
}
- debugmes "--- Magic Subsystem: ZK: Ready for setup";
// Setup
@sk=TMW2_ZARKOR;
@mp=400;
@amp=75;
- debugmes "--- Magic Subsystem: ZK: Ready for check";
// Check if you have mana to cast
// MagicCheck(SkillID, Mana{, MP per level})
if (!MagicCheck(@sk, @mp, @amp))
end;
- debugmes "--- Magic Subsystem: ZK: Ready for core";
// Summon Magic
SummonMagic(@sk, CaveMaggot, 2);
- debugmes "--- Magic Subsystem: ZK: Ready for XP";
// Get a single mana experience point (this is NOT used by Mana Stone)
GetManaExp(@sk, 1);
@@ -57,7 +52,6 @@ OnCall:
@skzarkor_cooldown=gettimetick(2)+20;
*/
@zark_caveat=1;
- debugmes "--- Magic Subsystem: ZK: Complete";
end;
OnInit: