summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level1-summon-maggots.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level1-summon-maggots.txt')
-rw-r--r--world/map/npc/magic/level1-summon-maggots.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/magic/level1-summon-maggots.txt b/world/map/npc/magic/level1-summon-maggots.txt
index 9789daed..bfbafa79 100644
--- a/world/map/npc/magic/level1-summon-maggots.txt
+++ b/world/map/npc/magic/level1-summon-maggots.txt
@@ -13,8 +13,7 @@ OnCast:
addtimer 20000, "Magic Timer::OnClear"; // set the new debuff
callfunc "adjust_spellpower";
set Sp, Sp - 21;
- misceffect FX_MAGIC_BLUE, strcharinfo(0);
- misceffect FX_PENTAGRAM_BUILDUP, strcharinfo(0);
+ misceffect FX_MAGIC_MAGGOT_CAST, strcharinfo(0);
callfunc "magic_exp";
set .@puppet$, "#"+strnpcinfo(0)+"#"+BL_ID;
set .@puppet, puppet(getmap(), POS_X, POS_Y, .@puppet$, 127);
@@ -30,7 +29,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_MAGGOT_SPAWN;
set .@i, 0;
set .@x, getnpcx();
set .@y, getnpcy();