Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Xenevorash.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { $x = $npc->GetX(); $y = $npc->GetY(); # Set proximity quest::set_proximity($x-50,$x+50,$y-50,$y+50); } sub EVENT_ENTER { if(($class eq "Monk") && ($ulevel>=46)){ # Monk Epic 1.0 quest::attack($name); } } sub EVENT_DEATH_COMPLETE { quest::shout("Grraaaagghhhh!! Not..Possible!"); } # End of File
Source: 17 Jan 2022
Quest Source: 28 May 2022