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
  #2  
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
 


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 09:11 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