Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Deep.pl - Quest File
General Info
Quest File
sub EVENT_SAY { if($text=~/hail/i){ quest::emote("ignores you."); } } 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"){ # Monk Epic 1.0 quest::attack($name); } } # End of File
Source: 17 Jan 2022
Quest Source: 28 May 2022