From aef4f20f43663ce48948d708de52bd36f7543ea7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 10 Jul 2018 10:53:36 -0300 Subject: Summon doesn't seems to be working well --- npc/magic/zarkor.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt index 61470271f..b1da8ec6e 100644 --- a/npc/magic/zarkor.txt +++ b/npc/magic/zarkor.txt @@ -25,15 +25,20 @@ OnCall: // Check cooldown /* TODO */ + // This will only vanish upon logout =/ + if (@zark_caveat) { + dispbottom l("Skill is in cooldown."); + end; + } // Summon Magic SummonMagic(TMW2_ZARKOR, 400, CaveMaggot, 75, 2); - /* // set cooldown @skzarkor_cooldown=gettimetick(0)+20; */ + @zark_caveat=1; end; OnInit: -- cgit v1.2.3-60-g2f50