Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Visionary_of_Glory.lua - Quest File
General Info
Quest File
--Ikkinz Raid #2: Chambers of Glorification function event_spawn(e) eq.set_next_hp_event(50); end function event_hp(e) if(e.hp_event == 50) then e.self:SetSpecialAbility(4, 1); --turn aoe ramp on eq.zone_emote(13,"Visionary of Glory is infuriated!"); eq.set_next_hp_event(40); elseif(e.hp_event == 40) then e.self:SetSpecialAbility(4, 0); --turn aoe ramp off eq.zone_emote(13,"Visionary of Glory is no longer infuriated."); eq.set_next_hp_event(10); elseif(e.hp_event == 10) then e.self:SetSpecialAbility(4, 1); --turn aoe ramp on eq.zone_emote(13,"Visionary of Glory is infuriated!"); end end 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() < -35 or e.self:GetX() > 120 or e.self:GetY() > -100 or e.self:GetY() < -310) then --($x > 120 || $x < 35 || $y > -100 || $y < -310) { e.self:CastSpell(3791,e.self:GetID()); -- Spell: Ocean's Cleansing e.self:GotoBind(); e.self:WipeHateList(); else eq.set_timer("OOBcheck", 3 * 1000); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022