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-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
  #2  
Old 08-01-2008, 11:08 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Bar of Ronium Recipe

Bar of Ronium -- 12305

Recipe:

Soil of Underfoot -- 12282
Bar of Enchanted Platinum(2) -- 16507
Melatite -- 12297
Mistmoore Granite -- 12306


Container -- Sol Cauldron -- 17977 (NOT returned).
Reply With Quote
  #3  
Old 08-02-2008, 08:07 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I might be confused (probably am); Isn't the 'Bar of Ronium' a dropped item?
Thanks for the quests.

Quote:
Originally Posted by allakhazam;

A Bar of Ronium Item Glossary

This item can be used in tradeskills.
WT: 0.5 Size: TINY
Class: ALL
Race: ALL
A Bar of Ronium

This item can be used in tradeskills.
WT: 0.5 Size: TINY
Class: ALL
Race: ALL

Item Type: Misc
Stackable: No
Lucy Entry By: Kerasota
Updated By: stark
Source: Live
Updated: Wed Mar 12th, 2008
Average Price: 550pp Pricing Data...
Rarity: Common
[Drops | Quests | Comments
Drops: This item is found on creatures.

Quests: This item is used in quests.
Kithicor Forest

* Ivy Etched Boots

Mountains of Rathe

* Breastplate of Ro
* Greaves of Ro
Quote:
Originally Posted by Andrew80k View Post
Bar of Ronium -- 12305

Recipe:

Soil of Underfoot -- 12282
Bar of Enchanted Platinum(2) -- 16507
Melatite -- 12297
Mistmoore Granite -- 12306

Container -- Sol Cauldron -- 17977 (NOT returned).
Reply With Quote
  #4  
Old 08-02-2008, 09:41 AM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Hmm. I've never heard of it being a dropped item. I had to make it on live with the recipe above. And I believe that Allah's is mistaken. Even for the Ivy Etched Boots, the Ronium had to be made. So I don't think it's supposed to be a dropped item.
Reply With Quote
  #5  
Old 08-02-2008, 10:07 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by Andrew80k View Post
Hmm. I've never heard of it being a dropped item. I had to make it on live with the recipe above. And I believe that Allah's is mistaken. Even for the Ivy Etched Boots, the Ronium had to be made. So I don't think it's supposed to be a dropped item.
That's what rang the bell for me - I've quested the Ivy boots on live before (many years ago!). Might be they had it one way at one time and then changed it. probably would be OK to leave both methods available.
Reply With Quote
  #6  
Old 08-02-2008, 10:17 AM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Quote:
Originally Posted by Angelox View Post
That's what rang the bell for me - I've quested the Ivy boots on live before (many years ago!). Might be they had it one way at one time and then changed it. probably would be OK to leave both methods available.
If you'll notice, Allah's doesn't say where it drops, so my guess is it's a missed flag somewhere in their database. I quested the Ivy Etched Boots as well, but, like you, it has been a LOOOONG time. I'm pretty sure I made the Ronium for them then, but as with all things done by Verant/SOE, it's possible that it could have been dropped. Consistency is not their strong suit. But I did the Armor of Ro quests back in mid-2001 and by then it was already a made only item.
Reply With Quote
  #7  
Old 08-02-2008, 10:11 AM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Rathe Mountains: Sentry Joanna

Sentry_Joanna.pl

Code:
#########################################################
# Sentry Joanna
# Zone:  Rathe Mountains
# Quest: Gauntlets of Ro
# Author: Unknown
# Updated:  Andrew80k
#########################################################
sub EVENT_SAY { 
   if($text=~/Hail/i){
      quest::say("Love and passion to you. my friend.  Seek you the [Gauntlets of Ro]?  If not. then I offer you the safety of this camp.");
   }
   if($text=~/gauntlets of ro/i){
      if ($faction <=5) {
         quest::say("I will give you the mold. but first you will complete a task in the name of Erollisi Marr.  My fellow Sentry. Alechin. was bitten by a wolf while he journeyed to Qeynos.  He now turns into a werewolf at night. forced to kill innocent travelers.  Go toward Qeynos.  Release him from life and his curse and return his locket to me.");
      } else {
         quest::say("Erollisi would not approve of our alliance. not yet at least.  Go to Freeport and serve the Temple of Marr.  When you can ask Gygus Remnara if you are an [honored member] and have him answer yes. then we can join forces."); 
      }
   }
sub EVENT_ITEM { 
   if(plugin::check_handin(\%itemcount,12312 => 1) && $faction <=5 ){
      quest::say("Thank you my friend.  It is good to see him free at last.  I shall miss him.  Here now is the mold of gauntlets as promised. Go and speak with Thomas for information about [Lord Searfire].");
      quest::summonitem("12302");
      quest::faction("184","1"); #Knights of Truth
      quest::faction("105","-1"); #Freeport Militia
      quest::faction("258","1"); #Priests of Marr
   }
   plugin::return_items(\%itemcount);
}
#END of FILE Zone:rathemtn  ID:50111 -- Sentry_Joanna
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 06:28 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