PDA

View Full Version : Najena's Rathyl's Incarnate fix


Angelox
07-18-2006, 04:13 AM
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.

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