diff options
author | HoraK-FDF <horak-fdf@web.de> | 2022-10-24 23:39:58 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-10-24 23:39:58 +0000 |
commit | 58e4b21b96d2bc4dae2c7132ec675faef0538bee (patch) | |
tree | 4a84a9f5711b6da10ac1e2552863a21f1a40ad0f /world/map/npc/magic/level0-wand.txt | |
parent | b2522339a26f153a1214fd57d9b0a7c83fd3c6f2 (diff) | |
download | serverdata-58e4b21b96d2bc4dae2c7132ec675faef0538bee.tar.gz serverdata-58e4b21b96d2bc4dae2c7132ec675faef0538bee.tar.bz2 serverdata-58e4b21b96d2bc4dae2c7132ec675faef0538bee.tar.xz serverdata-58e4b21b96d2bc4dae2c7132ec675faef0538bee.zip |
magic use cooldown symbols. Also, restrict magic on Kimarr.
Diffstat (limited to 'world/map/npc/magic/level0-wand.txt')
-rw-r--r-- | world/map/npc/magic/level0-wand.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level0-wand.txt b/world/map/npc/magic/level0-wand.txt index 1dd36624..b1dfb686 100644 --- a/world/map/npc/magic/level0-wand.txt +++ b/world/map/npc/magic/level0-wand.txt @@ -9,6 +9,7 @@ // here we install set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 500, 0, BL_ID; misceffect FX_MAGIC_WAND_CAST, strcharinfo(0); callfunc "magic_exp"; |