diff options
Diffstat (limited to 'world/map/npc/magic/level2-summon-fluffies.txt')
-rw-r--r-- | world/map/npc/magic/level2-summon-fluffies.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/magic/level2-summon-fluffies.txt b/world/map/npc/magic/level2-summon-fluffies.txt index d334105e..06ad8ae2 100644 --- a/world/map/npc/magic/level2-summon-fluffies.txt +++ b/world/map/npc/magic/level2-summon-fluffies.txt @@ -14,8 +14,7 @@ OnCast: addtimer 20000, "Magic Timer::OnClear"; // set the new debuff callfunc "adjust_spellpower"; set Sp, Sp - 39; - misceffect FX_MAGIC_BLUE, strcharinfo(0); - misceffect FX_PENTAGRAM_BUILDUP, strcharinfo(0); + misceffect FX_MAGIC_FLUFFY_CAST, strcharinfo(0); callfunc "magic_exp"; set .@puppet$, "#"+strnpcinfo(0)+"#"+BL_ID; set .@puppet, puppet(getmap(), POS_X, POS_Y, .@puppet$, 127); @@ -31,7 +30,7 @@ OnSummon: if (!(isloggedin(.master))) destroy; if(get(Hp, .master) < 1) destroy; // destroy if master is missing if(getmap(.master) != strnpcinfo(3)) destroy; // destroy if master left the map - specialeffect FX_PENTAGRAM_BURST; + specialeffect FX_MAGIC_FLUFFY_SPAWN; set .@i, 0; set .@x, getnpcx(); set .@y, getnpcy(); |