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-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
  #2  
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
  #3  
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
  #4  
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 05:01 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