Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#a_savage_lasher.lua - Quest File
General Info
Quest File
function event_spawn(e) -- Aggro the closest prisoner (201495) a tormented prisoner local npc = eq.get_entity_list():GetMobByNpcTypeID(201463); if (npc.valid) then if ( npc:CalculateDistance(e.self:GetX(), e.self:GetY(), e.self:GetZ()) < 200) then e.self:AddToHateList(npc,1); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022