15 lines
No EOL
408 B
Lua
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 |