Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
wraith_of_retribution.lua - Quest File
General Info
Quest File
--depops in 2 mins of no aggro function event_spawn(e) eq.set_timer('depop', 120 * 1000); end function event_timer(e) if (e.timer == 'depop') then eq.stop_timer('depop'); eq.depop(); end end function event_combat(e) if(e.joined) then if(not eq.is_paused_timer("depop")) then eq.pause_timer("depop"); end else eq.resume_timer("depop"); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022