Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-21-2004, 04:51 PM
Sensu-Bean
Sarnak
 
Join Date: Jul 2004
Posts: 36
Default Re: The road to the Celestial Fists

Part 7 - Celestial Fists - Part 2

Code:
#Zone - Timerous Deep
#Type - Quest
#Class - Monk
#Mob - Lheao

sub EVENT_SAY
{
if($text=~/Hail, $mname/i)
 {
 quest::emote("jumps at your voice and begins laughing at his skittishness.");
 quest::say("Ahh, hello there. Not many people know of this place, so visitors are quite rare. Hehehe. Its a very beautiful place indeed, so..ummm, please dont go telling everyone you know about it. Heheh. Thanks, Friend.");
 }
if($text=~/I have found the book Immortals/i)
 {
 quest::emote("looks up at you, eyes wide in astonishment.");
 quest::say("My god, you found Immortals?! Where did you find it? Nevermind, that is unimportant. I have in my possession a book that explains more about these individuals. Its value is unimaginable as well as the impact it is capable of. As you can see, I grow old. I need an individual to watch over this book and make sure it is protected. Would you be willing to [take this responsibility]?");
 }
if($text=~/I will take this responsibility/i)
 {
 quest::say("Im sorry, $name , but I could only give this book to a true master, such as a member of the Whistling Fists Order. And unless you can give me proof that you are one, in addition to Danls reference, which is very unlikely, there is no way Ill let you take charge of [the Celestial Fists].");
 }
if($text=~/What Celestial Fists?/i)
 {
 quest::say("The Celestial Fists is the title of a book written by an unknown author. His writing is sub par but the legend is interesting from a biographical standpoint alone. Its rarity commands top dollar in the scholarly community but the secrets revealed in the book are what truly makes it dangerous. Ive thought many times to destroy it but just couldnt. I hope Im able to find someone to watch over it soon.");
 }
}

sub EVENT_ITEM 
{ 
 if($itemcount{12970} && $itemcount{1682} == 1) 
 {
 quest::say("Astonishing! To think that you are a master of an order thought to be lost to our world. Forgive my earlier doubts. I believe you are indeed worthy to be given the responsibility of watching over this book. Take great care that it does not fall into the wrong hands as it would be truly disatrous.");
 quest::summonitem(1683);
 }
}
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 07:49 AM.


 

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