Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
WARDShamanPet1.lua - Quest File
General Info
Quest File
function event_spawn(e) eq.set_timer("first_cast",1000); eq.set_timer("cast_spell",10*1000); end function event_timer(e) if e.timer=="cast_spell" then e.self:CastSpell(4795, e.self:GetID()); --Aura of Restoration elseif e.timer=="first_cast" then e.self:CastSpell(4795, e.self:GetID()); --Aura of Restoration eq.stop_timer("first_cast"); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022