projecteq-projecteqquests/potimeb/a_deceiver_of_zek.lua
Trust 23f42c0c37 [DZ PoTimeA/B] PoTime Revamp incl DZ Support
GM Commands can be had by a by typinc /say help in PoTimeB Instance.
2021-01-02 00:57:17 -05:00

15 lines
No EOL
408 B
Lua

--a_deceiver_of_zek
--Phase 3 Event
--potimeb
function event_combat(e)
if not e.joined then
--mob will instantly path back to spawn if no one on hate list
e.self:CastToNPC():MoveTo(e.self:GetSpawnPointX(),e.self:GetSpawnPointY(),e.self:GetSpawnPointZ(),e.self:GetSpawnPointH(),true);
end
end
function event_death_complete(e)
-- send a signal to the zone_status that I died
eq.signal(223097,4);
end