Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-02-2008, 06:56 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Rathe Mountains: Abigail

Abigail.pl

Code:
###############################################################
#  NPC:  Abigail
#  Zone:  Rathe Mtns
#  Quest:  Breastplate of Ro
#  Author:  Unknown
#  Updated:  Andrew80k
###############################################################
sub EVENT_SAY { 
   if($text=~/Hail/i){
      quest::say("Greetings!  I am the holder of the secret of the [Breastplate of Ro].  You may rest here.  You are quite safe within this camp of paladins.");
   }
   if($text=~/breastplate of ro/i){
      if($faction <= 5) { # really requires high indifferent, but I don't have that option
         quest::say("The Breastplate of Ro mold will be awarded to you.  First, you will perform a test of strength.  Go to Faydwer.  There you shall seek out and destroy the Teir'Dal who carry the dark cauldrons!!  They have been venturing into our lands and capturing many Koada'Dal and Fier'Dal for cooking purposes!  Bring to me two of their dark cauldrons.");
      } else {
         quest::say("You need to prove your loyalty to my temple.  Go to Felwithe and seek out the Clerics of Tunare.  Prove to them your faith.  Then ask the leader of this church if you are a [honored member]."); 
      }
   }
}
sub EVENT_ITEM {
   if(plugin::check_handin(\%itemcount,12309=>2) && $faction <=5) { # A Dark Cauldron
      quest::say("You have earned the mold.  You will now need go and speak with Thomas about [Lord Searfire].");
      quest::summonitem(12299); # Mold of Ro Breastplate 
      quest::faction("43","1");  # Clerics of Tunare
      quest::faction("178","1"); # King Tearis Thex
      quest::faction("8","1"); # Anti-Mage
   } elsif (plugin::check_handin(\%itemcount,12309=>1) && $faction <=5 ) {
      quest::say("I instructed you to return with no less than two dark pots.");
      plugin::return_items(\%itemcount); # return items unless proper count, seems easier than trying to keep track
   }
   plugin::return_items(\%itemcount); 
}
#END of FILE Zone:rathemtn  ID:50113 -- Abigail
Reply With Quote
  #2  
Old 08-02-2008, 07:02 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Recipes for the combines

All are combined in a forge(17, I think) and all are no fail.

Boots -- Mold(12304),Ronium(12305)
Helm -- Mold(12298 ),Ronium(12305)
Bracer -- Mold(12301),Ronium(12305)
Greaves -- Mold(12303),Ronium(12305)
Breastplate -- Mold(12299),Ronium(12305)
Gauntlets -- Mold(12302),Ronium(12305)
Vambraces --Mold(12300),Ronium(12305)

Last edited by Andrew80k; 08-03-2008 at 03:02 AM.. Reason: Damn smilies...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:19 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3