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
  #5  
Old 08-01-2008, 10:02 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Temple of Ro: Lord Searfire

Temple of Sol Ro
Lord_Searfire.pl

Code:
##################################################################
#  NPC:  Lord Searfire
#  Quest:  Paladin Ro Armor
#  Zone:  Temple of Sol Ro
#  Author:  Unknown
#  Updated:  Andrew80k
##################################################################
sub EVENT_SAY { 
   if($text=~/Hail/i){
      quest::say("Greetings!  May the glory of Solusek Ro burn in your veins.  I am the forge master of this temple.  Called to service by the Burning Prince.  Should you ever need my service and find me gone. have no fear. I shall return.  I must occasionally venture to other realms in service of the temple.  I shall always return. this is my eternal home."); 
   }
   if($text=~/ronium/) {
      quest::say("You seek ronium.  It is a fine blend of metals.  I alone hold the secret of its formula.  I, and I alone, can offer it to those who serve this temple.  Do you wish a [bar of the alloy]?");
   }
   if($text=~/bar of the alloy/i) {
      if($faction < 5) {   # must be amiable or better
         quest::say("Take this Sol Cauldron.  Within it shall be combined elements of this world.  You will add to it, melatite, two bars of enchanted platinum, Mistmoore granite, the sands of Ro and soil of Underfoot.  If you be a master blacksmith, the elements shall combine to make the enchanted metal I have named 'ronium.'");
         quest::summonitem(17977); # Sol Cauldron -- 6-slot container
      } else {
         quest::say("There is much service to Ro which you must perform.  I cannot trust you until you have proven your worth to us.  Seek service within this temple or join the crusade within the desert of Ro.");
      }
   }
}
#END of FILE Zone:soltemple  ID:3316 -- Lord_Searfire
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 01:00 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