Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Astral_Projection.pl - Quest File
General Info
Quest File
# items: 1687 sub EVENT_SAY { if($text=~/hail/i){ quest::emote("ignores you."); } } sub EVENT_ITEM { if((plugin::check_handin(\%itemcount, 1687 => 1)) && ($ulevel>=46) && ($class=="Monk")){ my $x = $npc->GetX(); my $y = $npc->GetY(); my $z = $npc->GetZ(); my $h = $npc->GetHeading(); # Monk Epic 1.0 quest::depop(); # Spawn: Vorash quest::spawn2(85211,0,0,$x,$y,$z,$h); # NPC: Vorash # Spawn: Deep quest::spawn2(85223,0,0,$x,$y,$z,$h); # NPC: Deep } else { quest::say("I have no use for this, $name."); } plugin::return_items(\%itemcount); } # End of File
Source: 17 Jan 2022
Quest Source: 28 May 2022