Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_fallen_monk.pl - Quest File
General Info
Quest File
#This fallen monk will spawn the fallen monk master when we give him our Shackle of Tynnonium. This is part of the Whistling Fists quest line. # items: 4199 sub EVENT_SAY { if($text=~/hail/i){ quest::emote("Failed to find the rest I have. If you wish what is mine then give proof of the final shackle unto me."); } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 4199 => 1)){ quest::say("Earn what is mine. Show me you have the power worthy to wield what I possess."); my $x = $npc->GetX(); my $y = $npc->GetY(); my $z = $npc->GetZ(); my $h = $npc->GetHeading(); quest::spawn2(89183,0,0,$x,$y,$z,$h); # NPC: a_fallen_monk_master quest::depop_withtimer(); } plugin::return_items(\%itemcount); } #Submitted by: Jim Mills
Source: 17 Jan 2022
Quest Source: 28 May 2022