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