Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Submissions

Quests::Submissions This is where you submit your quests for review

Reply
 
Thread Tools Display Modes
  #1  
Old 07-18-2006, 04:13 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default Najena's Rathyl's Incarnate fix

Again, I don't remember exactly what the quest::say text was - you need to change $a = to whatever your Rathyl's_Incarnate ID is.

Code:
# Spawns Rathyl's_Incarnate on Rathyl's death
# Angelox

sub EVENT_DEATH
{
 my $a = 44104;
 my $x = $npc->GetX();
 my $y = $npc->GetY();
 my $z = $npc->GetZ(); 
 my $h = $npc->GetHeading();
  {
  quest::say("HA! You thought you killed me?");
  quest::spawn2($a,0,0,$x,$y,$z,$h);
  }
}
# EOF zone: najena NPC: Rathyl
Note : Rathyl's_Incarnate drops "Hollowed Bone Bracers" and Rathyl's drop should also include the "Travelers Pack " (not included in his PEQ loot).

Last edited by Angelox; 07-18-2006 at 12:14 PM.. Reason: typo
Reply With Quote
Reply


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:50 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3