Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
arena.lua - Quest File
General Info
Quest File
function event_spawn(e) eq.set_timer("spawncondition", 60 * 60 * 1000); --in 1 hour turn on arena spawn condition end function event_timer(e) eq.stop_timer("spawncondition"); eq.spawn_condition("txevu", 0, 6, 1); --set arena trash spawn condition to on eq.depop(297034); -- depop Champion if he is still up end
Source: 17 Jan 2022
Quest Source: 28 May 2022