Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Spiritlord_Body.lua - Quest File
General Info
Quest File
function event_spawn(e) end function event_combat(e) if e.joined==true then eq.set_timer("body", math.random(5,20) * 1000); else eq.stop_timer("body"); end end function event_timer(e) if e.timer=="body" then e.self:CastSpell(5809, e.self:GetTarget():GetID()); -- Spell: Body Warp eq.set_timer("body", 45 * 1000); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022