Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Mirror_Reflection.lua - Quest File
General Info
Quest File
function event_spawn(e) eq.set_timer('checkhate', 1000); local hate_list; end function event_timer(e) if (e.timer == 'checkhate') then hate_list = e.self:CountHateList(); if (hate_list ~= nil and tonumber(hate_list) > 1) then eq.depop(); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022