From 0cdfa3933f8ac0c23c955cf0128e8be02bf603f7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 1 Jul 2018 18:41:19 -0300 Subject: What can I do? --- npc/magic/zarkor.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/magic') diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt index b7a0e244a..a52484bf5 100644 --- a/npc/magic/zarkor.txt +++ b/npc/magic/zarkor.txt @@ -4,6 +4,7 @@ // Magic Script: TMW2_ZARKOR // // Spawns a Cave Maggot. +// This is to test stuff, more than to create anything really. - script sk#zarkor 32767,{ @@ -19,10 +20,12 @@ OnCall: end; // Check cooldown + /* if (@skzarkor_cooldown > gettimetick(0)) { dispbottom l("Cannot cast that now."); end; } + */ // Check mana if (readparam(Sp) < 400) { -- cgit v1.2.3-60-g2f50