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, 09:49 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Nicholas

Nicholas.pl

Code:
##############################################################
# NPC:  Nicholas
# Zone:  Rathe Mountains
# Quest:  Boots of Ro
# Author: Unknown
# Updated:  Andrew80k
##############################################################
sub EVENT_SAY { 
   if($text=~/Hail/i){
      quest::say("Greetings, friend.  I am the keeper of the [Boots of Ro].  Please rest here with us in our camp of righteousness.  No harm can come to you while we paladins keep watch.");
   }
   if($text=~/boots of ro/i){
      if ($faction <=5) {  # indifferent or better to get the quest
         quest::say("If you desire the mold needed for smithing the Boots of Ro, then first, you shall prove your power.  I have long sought an ancient holy weapon called the brazen brass kilij.  I have heard rumors of detailed plans on how to make it, coming from Faydwer.  Seek out the kilij plans.  Bring them to me and you shall have the mold.");
      } else {
         quest::say("You and I must be brothers and serve the Lord of Underfoot.  Go to Kaladim and serve her cathedral.  When you think you are ready. then ask Lord Datur if you are an [honored member] of the temple.  If the answer is yes.  then I will trust you.");
      }
   }
}
sub EVENT_ITEM {
    if ($faction <=5) {
       if (plugin::check_handin(\%itemcount,12206=>1)) { # Kilij Plans
          quest::say("Ahh!!  The kilij!!  The legend was true.  As for you..  the mold for the Boots of Ro.  Go and speak with Thomas for the final component.  Ask him of [Lord Searfire].  Brell be with you.");
          quest::summonitem(12304);  # Mold of the Boots of Ro
          quest::faction(44,2); # Clerics of Underfoot
          quest::faction(169,2); #Kazon Stormhammer
          quest::faction(219,2); #Miner's guild 249
          quest::exp(100000);
       } else {
          quest::say("I do not need this, friend.");
          plugin::return_items(\%itemcount);
       }
    } else {
       quest::say("I do not need this, friend.");
       plugin::return_items(\%itemcount);
    }
} 

#END of FILE Zone:rathemtn  ID:50110 -- Nicholas
Reply With Quote
  #2  
Old 08-01-2008, 09:52 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Thomas

Thomas.pl

Code:
###############################################################
#  NPC:  Thomas
#  Zone:  Rathe Mtns
#  Quest:  Helm of Ro
#  Author:  Unknown
#  Updated:  Andrew80k
###############################################################
sub EVENT_SAY { 
   if($text=~/Hail/i){
      quest::say("Welcome to our camp.  We are paladins gathered from many lands. We have been called to this land by our deities.  Ours is a crusade of righteousness.  Have you happened upon us by chance or do you [seek the sacred molds]?");
   }
   if ($faction <= 5) {
      if($text=~/helm of ro/i){
         quest::say("To receive the mold of the Helm of Ro you must first demonstrate your strength.  Go to the plains of thunder.  There you shall hunt down the most vile creatures I have ever encountered.  Seek the undead cyclopes.  I have spied them in the most dangerous portions of my realm. Fetch me two of their skulls.");
      }
      if($text=~/seek the sacred molds/i){
         quest::say("Many of us carry the sacred molds of the holy paladin armor.  We will release it only to those who have proven themselves to each of our deities.  If you seek it, speak up!! Tell us which part you seek.  I carry the secret of the [Helm of Ro].  The others carry those of vambraces, breastplates, bracers, gauntlets, greaves and boots of Ro."); 
      }
      if($text=~/Lord Searfire/i) {
         quest::say("Lord Searfire is a great forge master.  He was called forth to the land of fire lakes.  It is said that he now toils in the name of Solusek Ro within a hidden temple of that land.  He and he alone knows how to obtain [ronium], a needed component for forging the sacred Armor of Ro.");
      }
      if($text=~/ronium/i) {
         quest::say("It is an alloy created from two rare metals.  Only [Lord Searfire] knows the formula.");
      }
   }
}
sub EVENT_ITEM { 
   if ($faction <= 5) {  # indifferent or better to get mold
      if(plugin::check_handin(\%itemcount,12308 => 2)){
         quest::say("You have proven yourself to Karana.  I grant you the mold of the Ro Helm.  May the winds of Karana blow in your favor.  Now you must seek out [Lord Searfire] and  ask him for [ronium] to complete the second and only other component needed to be fashioned by a master blacksmith.");
         quest::summonitem("12298");
         quest::faction(183,2); #Knights of Thunder
         quest::faction(21,-3); #Bloodsabers
         quest::faction(257,3); #Priests of Life
         quest::faction(135,2); #Guards of Qeynos
      } elsif(plugin::check_handin(\%itemcount,12308 => 1)){
         quest::say("I called for two cyclops skulls.");
      }
   }
   plugin::try_tome_handins(\%itemcount, $class, 'Paladin');
   plugin::return_items(\%itemcount);
}

#END of FILE Zone:rathemtn  ID:50112 -- Thomas
Reply With Quote
  #3  
Old 08-01-2008, 09:58 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default North Kaladim(kaladimb): Priestess Ghalea

Soil of Underfoot
Priestess_Ghalea.pl

Code:
#####################################################################
#  NPC:  Priestess Ghalea
#  Zone: North Kaladim
#  Quests: Multiple --> Soil of Underfoot
#  Author:  Unknown
#  Updated:  Andrew80k
#####################################################################
sub EVENT_SAY { 
   if($text=~/Hail/i){
      quest::say("Welcome to the Church of Underfoot.  Please open your soul to the greatness of Brell Serilis.  May he guide you in all your future endeavors. And may your soles long for the [Soil of Underfoot].");
   }
   if($text=~/soil of underfoot/i){
      if ($faction >=5 ) { # amiable or better to get quest.
         quest::say("The Clerics of Underfoot have yet to see your faith directed towards our wills.  Perhaps you should assist Master Gunlok Jure in the crusade against the undead.");
      } else { 
         quest::say("I can trust you with the soil of Underfoot, but first you must obtain four portions of fairy dust.  Return them to me and I shall mix it and pray over it. Then I shall give you a pouch of soil of Underfoot.");
      } 
   }
}
sub EVENT_ITEM { 
   if(plugin::check_handin(\%itemcount,18765=> 1)){
      quest::say("Welcome to the Underfoot Cathedral. I am High Priestess Ghalea. Here is your guild tunic. Now. let's get you started helping us spread the will of Brell.");
      quest::summonitem("13514");
      quest::faction(44,2); # Clerics of Underfoot
      quest::faction(169,2);
      quest::faction(219,2); 
   } elsif (plugin::check_handin(\%itemcount,12106=>4) && ($faction < 5)) {  # Fairy Dust -- NOT Fairy Princess Dust
      quest::say("May the mighty power of Brell saturate this soil with his divinity.  Here you are, my noble friend.  You may have a pouch of the soil of Underfoot.");
      quest::summonitem(12282);  # Soil of Underfoot
      quest::faction(44,2); # Clerics of Underfoot
      quest::faction(169,2); #Kazon Stormhammer
      quest::faction(219,2); #Miner's guild 249
   } else {
       quest::say("I do not need this, friend.");
       plugin::return_items(\%itemcount);
   }   
}
#END of FILE Zone:kaladimb  ID:67024 -- Priestess_Ghalea
Reply With Quote
  #4  
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
  #5  
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
  #6  
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
  #7  
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
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:14 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