mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
bst 1.5 draniksscar fix
This commit is contained in:
parent
817e6ddbdc
commit
a7ef067c19
2 changed files with 8 additions and 0 deletions
5
draniksscar/#Girplan_Spiritleech.lua
Normal file
5
draniksscar/#Girplan_Spiritleech.lua
Normal file
|
|
@ -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;
|
||||
3
draniksscar/a_girplan_spiritminion.lua
Normal file
3
draniksscar/a_girplan_spiritminion.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function event_death_complete(e)
|
||||
eq.signal(302085,1);
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue