diff options
Diffstat (limited to 'world/map/npc/magic/level2-detect-players.txt')
-rw-r--r-- | world/map/npc/magic/level2-detect-players.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level2-detect-players.txt b/world/map/npc/magic/level2-detect-players.txt index 20961ec6..828733a4 100644 --- a/world/map/npc/magic/level2-detect-players.txt +++ b/world/map/npc/magic/level2-detect-players.txt @@ -5,6 +5,7 @@ if (getskilllv(.school) < .level) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 300, "Magic Timer::OnClear"; + sc_start SC_COOLDOWN, 300, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 7; misceffect FX_MAGIC_WHO_CAST, strcharinfo(0); |