Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Friaz_Ompir.pl - Quest File
General Info
Quest File
#Friaz_Ompir ID 155060 # items: 18321, 18322, 17606, 5548, 5549 sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 18321 => 1)) { quest::say("Ahhh... I see that Noril is trying to get out of work. That lad is a lazy one. Not a problem though... you'll do all the same. Here, let me add a few more things to that list, since you look nice and strong. Take this list and my grocery bag and I'll see about scrounging up the beetle horns that Noril's been bugging me about."); quest::summonitem(18322); # Item: Friaz's New Shopping List quest::summonitem(17606); # Item: Woven Grocery Bag } if (plugin::check_handin(\%itemcount, 5548 => 1)) { quest::say("I thank you, $name. I should make Noril come get these horns himself, but I guess that I can understand what it feels like to be too busy to get everything done. You've been a great help to me today. Give these horns to Noril and tell him that I thank him for your assistance. Take care, young one."); quest::summonitem(5549); # Item: Bag of Beetle Horns } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022