EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=634)
-   -   Najena's Rathyl's Incarnate fix (https://www.eqemulator.org/forums/showthread.php?t=21081)

Angelox 07-18-2006 04:13 AM

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).


All times are GMT -4. The time now is 07:19 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.