Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Lesser_Altar_Construct.lua - Quest File
General Info
Quest File
--Ikkinz Raid #4: Chambers of Destruction function event_combat(e) if (e.joined == true) then eq.set_timer("OOBcheck", 3 * 1000); else eq.stop_timer("OOBcheck"); end end function event_timer(e) if(e.timer=="OOBcheck") then eq.stop_timer("OOBcheck"); if (e.self:GetX() < 500 or e.self:GetX() > 750 or e.self:GetY() > -120 or e.self:GetY() < -300) then e.self:CastSpell(3791,e.self:GetID()); -- Spell: Ocean's Cleansing e.self:GotoBind(); e.self:WipeHateList(); e.self:SetHP(e.self:GetMaxHP()); else eq.set_timer("OOBcheck", 3 * 1000); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022