Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
A_raging_wind.lua - Quest File
General Info
Quest File
-- A_raging_wind NPCID: 124153 function event_spawn(e) local ex = e.self:GetX(); local ey = e.self:GetY(); local ez = e.self:GetZ(); eq.set_proximity(ex - 30, ex + 30, ey - 30, ey + 30, ez - 30, ez + 30); end function event_enter(e) e.self:Emote("whistles through the cavern nearly bowling you over."); eq.depop_with_timer(); end
Source: 17 Jan 2022
Quest Source: 28 May 2022