Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Ocoenydd_Fe-Dhar.pl - Quest File
General Info
Quest File
#Zone: Skyshrine #Short Name: skyshrine #Zone ID: 114 # #NPC Name: Ocoenydd Fe`Dhar #NPC ID: 114270 # items: 25837, 24982, 31168, 25807, 24977, 31169, 25818, 24979, 31170, 25841, 24981, 31171, 25832, 24983, 31172, 25816, 24978, 31173, 25829, 24980, 31174 sub EVENT_SAY { if ($faction == 1) { #req ally CoV if($text=~/hail/i) { quest::say("Greetings to you. I seek those who call themselves magicians. Are you a magician, little one?"); } if ($text=~/i am a magician/i) { quest::say("I thought so. I have several tasks for you accomplish. Once you have completed them I will have a cap, a robe, sleeves, wristbands, gloves, leggings and boots to reward you with."); } if ($text=~/cap/i) { quest::say("For you to receive my gift, I shall require three crushed flame opals and a tattered silk turban."); } if ($text=~/robe/i) { quest::say("This exquisite robe shall be yours in exchange for a tattered silk robe and three pristine emeralds."); } if ($text=~/sleeves/i) { quest::say("For these durable sleeves, you must fetch me a pair of tattered silk sleeves and three flawed topaz."); } if ($text=~/wristband/i) { quest::say("The crafting of this wristband requires that you bring me a tattered silk wristband and three crushed onyx sapphires."); } if ($text=~/glove/i) { quest::say("For this fine pair of gloves you must seek out and return to me a pair of tattered silk gloves and three crushed topaz."); } if ($text=~/leggings/i) { quest::say("This pair of leggings will be yours provided you supply me with a pair of tattered silk pantaloons and three nephrite."); } if ($text=~/boots/i) { quest::say("These supple boots shall be yours upon receipt of a pair of tattered silk boots and three crushed jaundice gems."); } } else { quest::say("You must prove your dedication to the Claws of Veeshan before I will speak to you."); } } sub EVENT_ITEM { if ($faction == 1) { #req ally CoV if (plugin::check_handin(\%itemcount, 25837 => 3, 24982 => 1)) { #cap quest::summonitem(31168); # Item: Prestidigitator's Headband } elsif (plugin::check_handin(\%itemcount, 25807 => 3, 24977 => 1)) { #bp quest::summonitem(31169); # Item: Prestidigitator's Robe } elsif (plugin::check_handin(\%itemcount, 25818 => 3, 24979 => 1)) { #arm quest::summonitem(31170); # Item: Prestidigitator's Sleeves } elsif (plugin::check_handin(\%itemcount, 25841 => 3, 24981 => 1)) { #bracer quest::summonitem(31171); # Item: Prestidigitator's Wristband } elsif (plugin::check_handin(\%itemcount, 25832 => 3, 24983 => 1)) { #glove quest::summonitem(31172); # Item: Prestidigitator's Gloves } elsif (plugin::check_handin(\%itemcount, 25816 => 3, 24978 => 1)) { #leg quest::summonitem(31173); # Item: Prestidigitator's Trousers } elsif (plugin::check_handin(\%itemcount, 25829 => 3, 24980 => 1)) { #boots quest::summonitem(31174); # Item: Prestidigitator's Boots } else { plugin::return_items(\%itemcount); return 1; } quest::emote("smiles warmly as he hands you your reward."); quest::say("Well done, $name."); quest::exp(175000); quest::faction(430,30); # CoV quest::faction(436,30); # Yelinak quest::faction(448,-60); # Kromzek } else { quest::say("I do not know you well enough to entrust such an item to you, yet."); plugin::return_items(\%itemcount); } } #END of FILE Zone: skyshrine ID:114270 -- Ocoenydd_Fe`Dhar
Source: 17 Jan 2022
Quest Source: 28 May 2022