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
  #20  
Old 07-22-2004, 04:54 PM
Sensu-Bean
Sarnak
 
Join Date: Jul 2004
Posts: 36
Default Re: The road to the Celestial Fists

Part 7 - Celestial Fists - Part 10 (Final Fight)

Code:
#Zone - Lake of Ill Omen
#Type - Quest
#Class - Monk
#Mob - Vorash

sub EVENT_SPAWN
{
 {
 quest::attack("$name"); 
 }
}

sub EVENT_DEATH
{
 {
 quest::say("Foolish mortal! You think you have defeated me? Now, witness the true power of Rallos Zek!");
 quest::spawn(6519,0,0,0,0,0); 
#config x,y,z to spawn Xenevorash center of platform where Astral Projection died. 
 }
}
next - use the dupe npc-id you created for deep from my last post.

Code:
#0000.pl
#Zone - Lake of Ill Omen
#Type - Quest
#Class - Monk
#Mob - Deep

sub EVENT_SPAWN
{
 {
 quest::attack("$name"); 
 }
}
next

Code:
#Zone - Lake of Ill Omen
#Type - Quest
#Class - Monk
#Mob - Xenevorash

sub EVENT_SPAWN
{
 {
 quest::attack("$name"); 
 }
}

sub EVENT_DEATH
{
 {
 quest::say("Grraaaagghhhh!! NOT..POSSIBLE!"); 
 quest::itemsummon(1688);
 }
}
Note: The final hand in happens with Kaiaren.

Quote:

Part 7 - Celestial Fists - Part 3

Code:
sub EVENT_ITEM 
{ 
 if($itemcount{1688} && $itemcount{1689} == 1) 
 { 
 quest::emote("bows his head and breathes a long sigh as if relieved of a great weight. He then looks up at you."); 
 quest::say("I honestly did not believe you could have defeated Vorash. Even though he sought nothing but war and bloodshed,it is a life nonetheless and we must mourn him. I will sew these fangs into magical fist wraps and they shall be yours. Remember Xenevorash. A purpose can be found for every situation and individual. To achieve perfection is to perceive this truth."); 
 quest::summonitem(10652); 
 } 
}
and can finish the epic by turning in the last two items to either the 'mad' or the 'trueform' of kaiaren.

_Sensu-Bean
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:04 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