Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
an_onyx_protector.lua - Quest File
General Info
Quest File
function event_combat(e) if (e.joined == true) then eq.set_timer('Hardblur', 40 * 1000); else eq.stop_timer('Hardblur'); end end function event_timer(e) if (e.timer == 'Hardblur') then eq.stop_timer('Hardblur'); e.self:WipeHateList(); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022