mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Uqua is now a DZ based instance All fights tested over 18 months and as close to live like as we have parsed. There is anti exploit protection around a number of the fights to prevent fight skipping and bypassing of doors.
9 lines
173 B
Lua
9 lines
173 B
Lua
-- A_summoner_of_destruction - 2nd
|
|
|
|
function event_signal(e)
|
|
if e.signal == 1 then
|
|
e.self:SetAppearance(3); -- Dead
|
|
else
|
|
e.self:SetAppearance(0); -- Stand Up
|
|
end
|
|
end
|