Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Hulcror.lua - Quest File
General Info
Quest File
function event_combat(e) if (e.joined == true) then eq.set_timer("plague", 2 * 1000); else eq.stop_timer("plague"); end end function event_timer(e) if (e.timer == "plague") then eq.stop_timer("plague"); e.self:CastSpell(5713, e.self:GetTarget():GetID()); -- Spell: Plague of Hulcror end end
Source: 17 Jan 2022
Quest Source: 28 May 2022