peq-quests/uqua/292086.lua
Trust 2defa0c79b [Revamp] Uqua
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.
2023-04-28 13:51:58 -04:00

9 lines
173 B
Lua

-- A_summoner_of_destruction - 1st
function event_signal(e)
if e.signal == 1 then
e.self:SetAppearance(3); -- Dead
else
e.self:SetAppearance(0); -- Stand Up
end
end