diff --git a/draniksscar/#Girplan_Spiritleech.lua b/draniksscar/#Girplan_Spiritleech.lua new file mode 100644 index 000000000..1b797ba61 --- /dev/null +++ b/draniksscar/#Girplan_Spiritleech.lua @@ -0,0 +1,5 @@ +function event_signal(e) + if e.signal==1 and e.self:GetMaxHP() > 1000000 then + eq.modify_npc_stat("max_hp", tostring(e.self:GetMaxHP() - 1000000)); + end; +end; \ No newline at end of file diff --git a/draniksscar/a_girplan_spiritminion.lua b/draniksscar/a_girplan_spiritminion.lua new file mode 100644 index 000000000..4067e7ce8 --- /dev/null +++ b/draniksscar/a_girplan_spiritminion.lua @@ -0,0 +1,3 @@ +function event_death_complete(e) + eq.signal(302085,1); +end \ No newline at end of file