Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
A_Guardian_of_the_Shrine.pl - Quest File
General Info
Quest File
# # sub EVENT_SPAWN { $x = $npc->GetX(); $y = $npc->GetY(); quest::set_proximity($x - 7, $x + 7, $y - 7, $y + 7); } sub EVENT_ENTER { $cheater = $entity_list->GetMobByNpcTypeID(123011); if ($cheater) { $addcheater = $cheater->CastToNPC(); $addcheater->AddToHateList($client, 1); } } # EOF NPC: A_Guardian_of_the_Shrine
Source: 17 Jan 2022
Quest Source: 28 May 2022