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

Quests::Completed This is where Completed quests are.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-01-2008, 09:46 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Rathe Mountains: Armor of Ro

Over the next couple of days I'm going to attempt to get this all in. I have all but the Vambraces done I think (dang plague sharks!). I'll start with the several that I have ready to go, and I'll add the recipes that need to be input.
This has taken me a couple of months to get done with the little time I've had to get on live.


Elisabeth.pl

Code:
#########################################################
#  NPC:  Elisabeth
#  Zone:  Rathe Mountains
#  Quest:  Greaves of Ro
#  Author:  Unknown
#  Updated:  Andrew80k
#########################################################
sub EVENT_SAY { 
    if($text=~/Hail/i){
        quest::say("Very good to meet you. $name.  I am the keeper of the [Greaves of Ro].  Please feel free to rest and recuperate here.  We shall see that you are safe from the evils of the Rathe Mountains.");
    }
    if($text=~/greaves of ro/i){
       if ($faction <= 5) {
           quest::say("Go to the countryside of Freeport.  There, you shall seek out any nightfall giants .  They have terrorized the countryside for too long.  They have protection from common weapons.  Rely on magic.  I failed in tracking them down.  You shall succeed and when return any single head to me. you shall be awarded the mold for the greaves."); 
       } else {
           quest::say("Leave my presence at once. Your ways of life are not acceptable to one who follows the Truthbringer.");
       }
    }
}
sub EVENT_ITEM {
   if ($faction <= 5) {
      if (plugin::check_handin(\%itemcount,12313=>1)) {
         quest::say("You have done well.  These giants shall soon be purged from the Commonlands and the inns will be filled once again.  Here is the mold for the Ro Greaves.  For the final component, go and ask Thomas of [Lord Searfire].");
      }
   }
   plugin::return_items(\%itemcount);
}
#END of FILE Zone:rathemtn  ID:50109 -- Elisabeth
Reply With Quote
 

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 02:02 PM.


 

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