diff options
Diffstat (limited to 'world/map/npc/magic/level1-grow-mauve.txt')
-rw-r--r-- | world/map/npc/magic/level1-grow-mauve.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/magic/level1-grow-mauve.txt b/world/map/npc/magic/level1-grow-mauve.txt index 951b71f0..8c0d32ff 100644 --- a/world/map/npc/magic/level1-grow-mauve.txt +++ b/world/map/npc/magic/level1-grow-mauve.txt @@ -10,15 +10,14 @@ addtimer 2000, "Magic Timer::OnClear"; // set the new debuff callfunc "adjust_spellpower"; set Sp, Sp - 4; - misceffect FX_MAGIC_GREEN, strcharinfo(0); - misceffect FX_PENTAGRAM_BUILDUP, strcharinfo(0); + misceffect FX_MAGIC_GROW_CAST, strcharinfo(0); setarray @summon[0], 0, (getskilllv(.school)/2)+1; callfunc "magic_exp"; addtimer 4000-(@spellpower-9), strnpcinfo(0)+"::OnSummon"; end; OnSummon: - misceffect FX_PENTAGRAM_BURST, strcharinfo(0); + misceffect FX_MAGIC_GROW_SPAWN, strcharinfo(0); callsub S_SummonAll; end; |