Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
War_Baron_Eator.pl - Quest File
General Info
Quest File
# items: 18464, 22919, 7881, 18463, 22918, 12899, 12898, 12896, 5132, 12476, 18073, 18072, 18074, 5134, 12478 sub EVENT_SAY { if ($text =~ /hail/i) { quest::emote("turns to you and snorts in anger. Some mucus lands on your cheek."); quest::say("Troopers! I thought I ordered you to keep all new recruits away from this chamber! Go, child. The War Baron of Cabilis has no time for games. See this intruder out!!"); } if ($text =~ /memory of sebilis/i) { quest::emote("takes a step back and thinks to himself. Phlegm dribbles off his lips."); quest::say("The Memory of Sebilis. Kept within my personal chambers. They have been taken. Taken by some croakin' Forsaken no doubt!! You have been sent to me because you show excellent prowess. Find my Memory and bring it to me with your footman's pike."); } if ($text =~ /brave trooper of the empire/i) { quest::say("So you are a trooper? Word of your deeds has been spreading through the legion. If you truly wield the pike of a trooper, then go and serve the garrisons of swamp, lake and woods. Report to the Warlord and tell him you are a [trooper reporting for duty]. Their recommendations and your trooper pike shall earn you the rank of legionnaire."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 18464 => 1, 22919 => 1)){ quest::emote("smiles at your dedication to Cazic Thule and hands you a small gem."); quest::summonitem(7881); # Item: Mark of Clarity quest::exp(20000); quest::ding(); quest::faction(444,20); # Faction: Swift Tails quest::faction(441,10); # Faction: Legion of Cabilis } if (plugin::check_handin(\%itemcount, 18463 => 1, 22918 => 1)){ quest::emote("smiles at your dedication to Cazic Thule and hands you a small gem."); quest::summonitem(7881); # Item: Mark of Clarity quest::exp(20000); quest::ding(); quest::faction(444,20); # Faction: Swift Tails quest::faction(441,10); # Faction: Legion of Cabilis } if (plugin::check_handin(\%itemcount, 12899 => 1, 12898 => 1, 12896 => 1, 5132 => 1)) { quest::emote("gulps down a wad of phlegm."); quest::say("My memory has returned! Boneripper! You are no footman. I grant you the rank of soldier. Go and forge your weapon. Do not return to me until you become a [brave trooper of the empire]."); quest::say("Find Drill Master Kyg to help you in this task? [Footman Moglok] needs help."); #not live text, link to 4th pike beginning quest::summonitem(12476); # Item: Soldier Head Plans quest::faction(440,2); # Faction: Cabilis Residents quest::faction(441,2); # Faction: Legion of Cabilis quest::faction(445,2); # Faction: Scaled Mystics quest::faction(444,2); # Faction: Swift Tails quest::faction(442,2); # Faction: Crusaders of Greenmist quest::ding(); quest::exp(800); } if (plugin::check_handin(\%itemcount, 18073 => 1, 18072 => 1, 18074 => 1, 5134 => 1)) { quest::emote("takes away your pike and hands you plans not for a pike head, but for the crown of another polearm."); quest::say("It is time to wield the weapon of a [true warrior of the legion]. You have done well, Legionnaire $name!"); quest::summonitem(12478); # Item: Legionnaire Crown Plans quest::faction( 440,2); # Faction: Cabilis Residents quest::faction( 441,2); # Faction: Legion of Cabilis quest::faction( 445,2); # Faction: Scaled Mystics quest::faction( 444,2); # Faction: Swift Tails quest::faction( 442,2); # Faction: Crusaders of Greenmist quest::ding(); quest::exp(4000); } #do all other handins first with plugin, then let it do disciplines plugin::try_tome_handins(\%itemcount, $class, 'Warrior'); plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022