Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Disciple_of_Moon.lua - Quest File
General Info
Quest File
function event_combat(e) if (e.joined == true) then eq.set_timer("depop", 1800 * 1000); e.self:Say("Very well then. Prepare your soul to be cleansed."); end end function event_timer(e) if(e.timer=="depop") then eq.depop(); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022