Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Drelynn_Beaufax.pl - Quest File
General Info
Quest File
#Drelynn_Beaufax.pl #Drelynn's Gem Collection # items: 28077, 28242 sub EVENT_SAY { if($text=~/Hail/i) { quest::say("A fine day to you, $name. The exhibit you will see here soon will likely be the most valuable of them all. My display will house some of the most precious and rare gemstones you will ever find. It is too sad there are still spaces missing in my display box, if I could only find a few more [gems] to fill them out."); } if($text=~/gems/i) { quest::say("To make the exhibit truly stand out, I would need to add a Blackened Sapphire, Greenscale Emerald, Shimmering Velium Ruby, and a Hope Diamond. Could I perhaps procure these from you? Visit [Merri] and get a Collector's Box from her. Carefully place the gems inside and close it up. Once you return this to me, I can pay you for your services."); } if($text=~/merri/i) { quest::say("Curator Merri is the founder of the museum in the Selia district of New Tanaan. She is a true visionary and a wonderful person as well. It is her dream to turn life's love into something truly grand. She also carries with her the Collector's Boxes. If you need one, be sure to ask her for it."); } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 28077 => 1)) {#Collection of Gems quest::emote("inspects each gem carefully. 'These are in much better condition then I thought I would get them in. Adding these to my exhibit pleases me greatly. As promised, here is something for you.'"); quest::summonitem(28242);#Fine Antique Veil } plugin::return_items(\%itemcount); }#END of FILE Zone:poknowledge ID:202017 -- Drelynn_Beaufax
Source: 17 Jan 2022
Quest Source: 28 May 2022