Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Manaetic_Prototype_X.lua - Quest File
General Info
Quest File
function event_combat(e) if(e.joined == true) then eq.set_timer("banish",math.random(15,30) * 1000); else eq.stop_timer("banish"); end end function event_timer(e) if e.timer == "banish" then local cur_target = e.self:GetHateTop():CastToClient(); eq.stop_timer(e.timer); eq.set_timer("banish",math.random(15,30) * 1000); if cur_target.valid and not cur_target:IsPet() then cur_target:MovePC(206,269.5,-239.5,3.13,128); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022