Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Jarrex_N-Ryt.pl - Quest File
General Info
Quest File
#Jarrex N-Ryt.pl #Orc Slayer Armor/Orc Slayer Weapon/Orc Slayer Shield # items: 31753, 16173, 19565, 19564, 19606, 19562, 19609 sub EVENT_SAY{ if($text=~/Hail/i) { quest::say("What have we here? A new weakling that wishes to reap some sort of self-value and renown through service to the Indigo Brotherhood perhaps? Well speak up whelp!! Have you come to [destroy the enemies of Neriak] or are you a coward better suited to mop the filth from the back rooms of the Maidens Fancy."); } if($text=~/destroy the enemies of Neriak/i) { if (($class eq "Warrior") && ($race eq "Dark Elf")){ quest::say("If you are going to be of any value to the Indigo Brotherhood you will need to outfit yourself in a suit of armor that will turn aside the blades of enemy forces. From the looks of you even the tiny fangs of a moss snake could bring you death. Take this request form to Issva H'Rugla to get yourself started on the assembly of your armor. When you have procured some protection for your weakling body return to me for [further instruction]."); quest::summonitem(31753);#Request Form } else{ quest::say("Begone fool, you are no member of the Indigo Brotherhood!");#text made up } } if($text=~/further instruction/i) { quest::say("Ah, you are eager to advance further within the Indigo Brotherhood. Although it is my duty to aid your training, do not allow your arrogance to blind you to your lowly position amongst the Kings most loyal subjects. Your next task is to assist the construction of a [weapon] and [shield] worthy of being wielded by a Warrior of the Indigo Brotherhood."); } if($text=~/weapon/i) { quest::say("Beyond the mouth of Neriak lies the Nektulos Forest. There the Deathfist Clan of Orcs has set up camps in an attempt to invade and claim the Nektulos Forest. Slay these invaders and bring to me an Orc Templar Scalp, an Orc Fibula bone, and an Orc Clavicle bone."); } if($text=~/shield/i) { quest::say("Young Kodiak Bears often wander into the Nektulos Forest from the Commonlands searching for food. You do not appear to have the strength to arm wrestle a pixie. If you prove me wrong by slaying Young Kodiaks and bringing me four Young Kodiak Femurs I will guide you in the construction of a shield worthy of a warrior of the Indigo Brotherhood."); } } sub EVENT_ITEM{ if(plugin::check_handin(\%itemcount, 16173 => 1, 19565 => 1, 19564 => 1)) {#Deathfist Orc Scalp, Orc Clavicle, Orc Fibula if (($class eq "Warrior") && ($race eq "Dark Elf")){ quest::say("Excellent. Here is your weapon, $name. Use it to slay more!");#text made up quest::summonitem(19606);#Jagged Orc Slayer Sword } } if(plugin::check_handin(\%itemcount, 19562 => 4)) {#Young Kodiak Femurs if (($class eq "Warrior") && ($race eq "Dark Elf")){ quest::say("So you have more strength than you seem to. Hmm...here is your shield, $name.");#text made up quest::summonitem(19609);#Black Femur Shield } } plugin::try_tome_handins(\%itemcount, $class, 'Warrior'); plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022