diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-10 10:53:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-10 10:54:10 -0300 |
commit | aef4f20f43663ce48948d708de52bd36f7543ea7 (patch) | |
tree | 4419646f40427c17fcdbb6c6e419f4784e36d9ff /npc/magic | |
parent | ea258e31f4b86058543b04330e9ed5a0e7b98b57 (diff) | |
download | serverdata-aef4f20f43663ce48948d708de52bd36f7543ea7.tar.gz serverdata-aef4f20f43663ce48948d708de52bd36f7543ea7.tar.bz2 serverdata-aef4f20f43663ce48948d708de52bd36f7543ea7.tar.xz serverdata-aef4f20f43663ce48948d708de52bd36f7543ea7.zip |
Summon doesn't seems to be working well
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/zarkor.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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: |