Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Wel-Wnas.lua - Quest File
General Info
Quest File
-- Wel`Wnas (124092) NPCID: 124092 function event_combat(e) if (e.joined) then -- grab the entity list local entity_list = eq.get_entity_list(); -- also aggro #Lady_Mirenilla (124077) and Gra`Vloren (124091) if they are up local npc_table = {124077,124091}; for k,v in pairs(npc_table) do local npc = entity_list:GetMobByNpcTypeID(v); if (npc.valid) then npc:AddToHateList(e.other,1); end end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022