Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
The_Faydwer_Spire.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { $x = $npc->GetX(); $y = $npc->GetY(); quest::set_proximity($x - 20, $x + 20, $y - 20, $y + 20); } sub EVENT_ENTER { quest::setglobal("nexus_fay",1,1,"M10"); #when we enter the spires, set global true. $nexus_fay = undef; } sub EVENT_EXIT { quest::delglobal("nexus_fay"); #when we leave spires, set global false. $nexus_fay = undef; }
Source: 17 Jan 2022
Quest Source: 28 May 2022