Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Sigismond_Windwalker.lua - Quest File
General Info
Quest File
function event_death_complete(e) eq.signal(215461,3); -- NPC: #Dust_Trigger eq.depop_all(215460); end function event_combat(e) if (e.joined == true) then eq.set_timer('Hardblur', 180 * 1000); eq.set_timer('Softblur', 6 * 1000); else eq.stop_timer('Hardblur'); eq.stop_timer('Softblur'); end end function event_timer(e) if (e.timer == 'Hardblur') then e.self:WipeHateList(); elseif (e.timer == 'Softblur') then if (math.random(100)<=5) then e.self:WipeHateList(); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022