Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Ixt_Quall_Nalnn.lua - Quest File
General Info
Quest File
local box = require("aa_box") -- this is slightly out of the room's geometry local tether_box = box(160.5, 15.5, 751.5, 832.5) function event_spawn(e) eq.set_timer("tether", 6000) -- live has a fairly long timer end function event_timer(e) if not tether_box:contains(e.self:GetX(), e.self:GetY()) then e.self:GotoBind() e.self:SetHP(e.self:GetMaxHP()) e.self:CastSpell(3791, e.self:GetID()) e.self:WipeHateList() end end
Source: 17 Jan 2022
Quest Source: 28 May 2022