Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
player.lua - Quest File
General Info
Quest File
--nadox/player.lua --Shaman Epic 1.5 function event_enter_zone(e) local qglobals = eq.get_qglobals(e.self); local el = eq.get_entity_list(); if(qglobals["shaman_epic_nadox"] == "1" and qglobals["shaman_epic_nadoxrespawn"] == nil and el:IsMobSpawnedByNpcTypeID(227074) == false) then eq.unique_spawn(227319,0,0,-536,-393,24); --Spiritseeker Nadox eq.set_global("shaman_epic_nadoxrespawn","1",2,"H2"); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022