Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Steaon_Alarenier.pl - Quest File
General Info
Quest File
#Steaon_Alarenier.pl #Steaon's Deliveries # items: 4766, 4767 sub EVENT_SAY { if($text =~ /Hail/i) { quest::say("Hail $name. You will have to excuse me because I am quite busy with my work and trying to sort out my [deliveries]. However, please help yourself to anything in my store that may be to your liking."); } if($text =~ /deliveries/i) { quest::say("You see, I have to make more and more deliveries everyday, what with my business growing so much. I find it difficult to make time to go pick up the different skins and pelts I need for my trade. It's tough when you need some good help but can't afford to pay them. Sorry to bother you with my banter, perhaps I will find someone on the [way to the bazaar]."); } if($text =~ /way to the bazaar/i) { quest::say("You are, eh $name? Well then if you wanted to pick up some supplies for me and deliver them to my partner in the Bazaar I'm sure I would be very grateful. Would you like to make a [trip to the bazaar]?"); } if($text =~ /trip to the bazaar/i) { quest::say("All right! Great to hear that $name. Here are the supplies I need delivered to my partner Gearo in the Bazaar. Please take them to him and return with whatever he has picked up for me. I look forward to seeing you soon, and thank you."); quest::summonitem(4766);#Assorted Tailoring Supplies } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 4767 => 1)) {#Bag of Assorted Gems quest::say("Hey again $name. It's nice to see you back so soon, thank you for bringing my supplies to that crazy Gnome and bringing back my gems that he got for me. You are always welcome in my shop, good luck to you!"); quest::faction(1508, 300); #Traders of the Haven quest::faction(1510, 10); #House of Fordel quest::faction(1511, 50); #House of Midst quest::faction(1512, 50); #House of Stout quest::exp(1000);#This quest is doable at level 1, I didn't feel comfortable giving out more xp than this per step } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022