Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Wellis_Pestule.pl - Quest File
General Info
Quest File
# items: 19633, 19634, 19632, 19631, 19636, 19635, 19637, 20206, 17124, 20188, 19946, 20260 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("You do not yet bear the sweet aroma of death and decay that the Plague Bringer bestows upon his most faithful servants. What is it that you seek from Wellis?"); } if ($text=~/gauntlets/i) { quest::say("To assemble scourge knight gauntlets you will need to obtain two bricks of crude iron and smelt them in a [forge] with a Water Flask and this crude Gauntlet Mold. Once that is done combine the Crude Iron Gauntlets with a Ruined Wolf Pelt and two Decaying Finger Bones in the Mail Assembly Kit."); quest::summonitem(19633); # Item: Crude Gauntlets Mold } if ($text=~/boots/i) { quest::say("To assemble scourge knight boots you will need to obtain two bricks of crude iron and smelt them in a [forge] with a Water Flask and this crude Boot Mold. Once that is done combine the Crude Iron Boots with two Ruined Wolf Pelts, and two Decaying Foot Bones in the Mail Assembly Kit."); quest::summonitem(19634); # Item: Crude Boot Mold } if ($text=~/bracer/i) { quest::say("To assemble a scourge knight bracer you will need to obtain a brick of crude iron and smelt it in a [forge] with a Water Flask and this Crude Bracer Mold. Once that is done, combine the Crude Iron Bracer with a Ruined Wolf Pelt and a Decaying Ulna Bone in the Mail Assembly Kit."); quest::summonitem(19632); # Item: Crude Bracer Mold } if ($text=~/helm/i) { quest::say("To assemble a scourge knight helm you will need to obtain two bricks of crude iron and smelt them in a [forge] with a Water Flask and this Crude Helm Mold. Once that is done combine the Crude Iron Helm with a Ruined Wolf Pelt and a Decaying Skull in the Mail Assembly Kit."); quest::summonitem(19631); # Item: Crude Helm Mold } if ($text=~/greaves/i) { quest::say("To assemble scourge knight greaves you will need to obtain two bricks of crude iron and smelt them in a [forge] with a Water Flask and this Crude Greaves Mold. Once that is done combine the Crude Iron Greaves with two Low Quality Wolf Pelts and two Decaying Tibia in the Mail Assembly Kit."); quest::summonitem(19636); # Item: Crude Greaves Mold } if ($text=~/vambraces/i) { quest::say("To assemble scourge knight vambraces you will need to obtain two bricks of crude iron and smelt them in a [forge] with a Water Flask and this Crude Vambrace Mold. Once that is done combine the Crude Iron Vambraces with a Low Quality Wolf Pelt and two Decaying Humerus Bones in the Mail Assembly Kit."); quest::summonitem(19635); # Item: Crude Vambrace Mold } if ($text=~/breastplate/i) { quest::say("To assemble a scourge knight breastplate you will need to obtain four bricks of crude iron and smelt them in a [forge] with a Water Flask and this Crude Breastplate Mold. Once that is done combine the Crude Iron Breastplate with a Medium Quality Wolf Pelt, a Decaying Sternum, and a Decaying Ribcage in the Mail Assembly Kit."); quest::summonitem(19637); # Item: Crude Breastplate Mold } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 20206 => 1)) { quest::say("Welcome to the Bloodsabers young Scourge Knight. I will help prepare you for your spreading of the disease. You must use this Mail Assembly Kit to construct the pieces of your armor. Each piece will require different materials for its construction. Will you craft [Gauntlets of the Scourge Knight], [Boots of the Scourge Knight], a [Bracer of the Scourge Knight], a [Helm of the Scourge Knight], [Greaves of the Scourge Knight], [Vambraces of the Scourge Knight], or a [Breastplate of the Scourge Knight]?"); quest::summonitem(17124); # Item: Mail Assembly Kit } elsif (plugin::check_handin(\%itemcount, 20188 => 1, 19946 => 1)) { quest::emote("Wellis Pestule fashions a grip out of the giant king snake skin, sharpens the edge of the blade to be razor sharp, and polishes the weapon with a strange blood like substance."); quest::say("A fine weapon for a Knight of the Bloodsabers. Go now and spread the Disease!"); quest::summonitem(20260); # Item: Scourge Knight Saber } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022