Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
player.lua - Quest File
General Info
Quest File
function event_enter_zone(e) local qglobals = eq.get_qglobals(e.self); local el = eq.get_entity_list(); if(qglobals["ranger_epic"] == "2" and qglobals["ranger_epic_deep"] == nil and el:IsMobSpawnedByNpcTypeID(164123) == false) then eq.unique_spawn(164123,0,0,346,-856,-60.5,0); -- NPC: ancient_thought_horror_trap eq.set_global("ranger_epic_deep","1",2,"H2"); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022