Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Flighty_Azure_Wisp.lua - Quest File
General Info
Quest File
function event_spawn(e) eq.set_timer("depop",600000); -- depop after 10 minutes end function event_timer(e) eq.stop_timer("depop"); eq.depop(); end function event_combat(e) if(e.joined == true) then eq.stop_timer("depop"); -- don't depop while in combat else eq.set_timer("depop",600000); -- reset depop timer end end function event_death_complete(e) eq.stop_timer("depop"); end
Source: 17 Jan 2022
Quest Source: 28 May 2022