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
  #9  
Old 07-21-2004, 08:45 PM
Sensu-Bean
Sarnak
 
Join Date: Jul 2004
Posts: 36
Default Re: The road to the Celestial Fists

Part 7 - Celestial Fists - Part 4


Code:
#Zone - Lavastorm
#Type - Quest
#Class - Monk
#Mob - a Fire Sprite

sub EVENT_SAY
{
if($text=~/Hail, $mname/i)
 {
 quest::emote("ignores you.");
 }
if($text=~/I challenge Eejag/i)
 {
 quest::depop();
 quest::spawn(6517,0,0,1061,248,-132);
 }
}
next

Code:
#Zone - Lavastorm
#Type - Quest
#Class - Monk
#Mob - Eejag

sub EVENT_SPAWN
{
 {
 quest::shout("What imbecile dares challenge a Celestial Fist?! Do you even know who you are challenging? HA! You are nothing but an insect! I will enjoy crushing you, I have not charred the flesh of an idiot in decades! If you truly wish to fight me, the battle shall be held in my ouwn element. Come, challenger, come down to the pits of flowing fire.");
 quest::attack("$name"); 
 }
}

sub EVENT_DEATH
{
 {
 quest::itemsummon(1684);
 quest::depop();
 quest::spawn(5149,0,0,215,-986,4);
 }
}
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 02:36 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