Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
High_Priest_of_Luclin.pl - Quest File
General Info
Quest File
#generic soulbinder quest sub EVENT_SAY { plugin::soulbinder_say($text); } sub EVENT_SPAWN { #afk check to not draw a model $x = $npc->GetX(); $y = $npc->GetY(); quest::set_proximity($x - 75, $x + 75, $y - 75, $y + 75); } sub EVENT_ENTER { $client->SignalClient(1); } sub EVENT_EXIT { $client->SignalClient(1); }
Source: 17 Jan 2022
Quest Source: 28 May 2022