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
  #7  
Old 08-02-2008, 06:32 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Rathe Mountains: David

David.pl

Code:
#########################################################
# David
# Zone:  Rathe Mountains
# Quest:  Bracers of Ro
# Author: Unknown
# Updated:  Andrew80k
#########################################################
sub EVENT_SAY { 

   if($text=~/Hail/i){
      quest::say("I, the keeper of the [Bracers of Ro],  welcome you.  Come and rest within our camp.  You have nothing to fear while such righteous might is gathered.");
   }
   if($text=~/bracers of ro/i){
      if ($faction <= 5) {
         quest::say("When you can swim the waters of Rathe and return two goblin nets from the elusive goblin net masters. then you will be rewarded the bracer mold.");
      } else {
         quest::say("We, the Deepwater Knights, know of your vile ways. You had best leave while you can."); 
      }
   }
}
sub EVENT_ITEM { 
   if(plugin::check_handin(\%itemcount,12311 => 2) && $faction <= 5) {
     quest::say("You have done well. Take the mold for the bracer.  Go forth to speak with Thomas of [Lord Searfire].  Then all components shall be known.");
     quest::summonitem("12301");
     quest::faction("45","1");
     quest::faction("79","1");
     quest::faction("143","-1"); 
   } elsif (plugin::check_handin(\%itemcount,12311=>1) && $faction <= 5) {
     quest::say("Two Deepwater goblin nets are required.");
     quest::return_items(\%itemcount);
   }
   quest::return_items(\%itemcount);
}
#END of FILE Zone:rathemtn  ID:50108 -- David
Reply With Quote
 


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 06:06 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