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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 07-21-2004, 04:41 PM
Sensu-Bean
Sarnak
 
Join Date: Jul 2004
Posts: 36
Default Re: The road to the Celestial Fists

Part 6 - Robe of the Whistling Fists

Code:
#Zone - Dreadlands
#Type - Quest
#Class - Monk
#Mob - Brother Balatin

sub EVENT_SAY 
{ 
if($text=~/Hail, $mname/i) 
 { 
 quest::emote("turns to you. A transparent human face materalizes upon the skull. As he speaks the smell of rotted rat corpses rushes into your face. You must fight the urge to vomit"); 
 quest::say("What discipline do you follow?");
 }
if($text=~/I follow the Brotherhood of the Lost Circle/i)
 {
 quest::say("Then we are one. The rebirth of our circle shall start with you. I have waited decades for your arrival. You should seek the living brothers within Tunaria. When you have earned your garb then you will be ready for the true drape.");
 }
if($text=~/I am ready for the true drape/i)
 {
 quest::say("Seek the broken flute of our master. Taken from us by the Iksar twins of Vistrei. To me they will come and to me your robe and to you will come the dawning of the new brotherhood.");
 }
}

sub EVENT_ITEM 
{ 
 if($itemcount{12979} && $itemcount{12980} && $itemcount{12256} == 1) 
 {
 quest::summonitem(12970);
 quest::emote("holds his arms out and a fine robe materializes before your eyes. You grab it just in time to see the skeleton fade from existence.");
 quest::depop();
 }
}
Reply With Quote
 

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 04:33 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