Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Lord_Vyemm.lua - Quest File
General Info
Quest File
function event_combat(e) if (e.joined) then eq.set_timer("help", 5000); HelpMe(e); else eq.stop_timer("help"); end end function event_timer(e) if(e.timer == "help") then HelpMe(e); end end function HelpMe(e) local aaryonar = eq.get_entity_list():GetMobByNpcTypeID(124010); if (aaryonar.valid) then aaryonar:CastToNPC():MoveTo(e.self:GetX(), e.self:GetY(), e.self:GetZ(), 0, false); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022