Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Kunark_Spires.lua - Quest File
General Info
Quest File
function event_spawn(e) local x = e.self:GetX(); local y = e.self:GetY(); eq.set_proximity(x - 120, x + 120, y - 120, y + 120); end function event_enter(e) e.other:SetGlobal("spire_dre", "1", 1, "F"); end function event_exit(e) e.self:SetGlobal("spire_dre", "0", 1, "F"); end function event_signal(e) if (e.signal == 101) then e.self:CastSpell(2935, 86051); -- Journey: Luclin end end
Source: 17 Jan 2022
Quest Source: 28 May 2022