Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
10183.lua - Quest File
General Info
Quest File
function event_waypoint_arrive(e) if(e.wp == 1) then local xloc = e.self:GetX(); local yloc = e.self:GetY(); eq.set_proximity(xloc - 40, xloc + 40, yloc - 40, yloc + 40); elseif(e.wp == 2) then eq.clear_proximity(); end end function event_enter(e) e.self:Emote("'s spirit moves you to another land ..."); eq.SelfCast(2279); end
Source: 17 Jan 2022
Quest Source: 28 May 2022