Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
tormented_wraith.pl - Quest File
General Info
Quest File
sub EVENT_DEATH_COMPLETE { my $r_n = int(rand(100)); if($r_n < 75) { if ($r_n < 25) { quest::spawn2(201336, 0, 0, $x, $y, $z, $h); # NPC: Exiled_Soldier_of_Marr } elsif ($r_n < 50) { quest::spawn2(201440, 0, 0, $x, $y, $z, $h); # NPC: Exiled_Trooper_of_Marr } else { quest::spawn2(201441, 0, 0, $x, $y, $z, $h); # NPC: Exiled_Officer_of_Marr } } }
Source: 17 Jan 2022
Quest Source: 28 May 2022