Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Fajio_Knejo.pl - Quest File
General Info
Quest File
#Zone: Misty Thicket #Short Name: misty #Zone ID: 33 # #NPC Name: Fajio Knejo #NPC ID: 33092 #Quest Status: Finished # # items: 20532, 20533 sub EVENT_SAY { if($text=~/Hail/i) { quest::say("Greetings, $name. I hope you are having a fine day."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 20532 => 1)) { quest::say("Run onward, my friend, to the far off Desert of Ro and give this torch to Andad Filla."); quest::summonitem(20533); # Item: Torch of Ro } plugin::return_items(\%itemcount); } #END of FILE Zone:misty ID:33092 -- Fajio_Knejo
Source: 17 Jan 2022
Quest Source: 28 May 2022