Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#a_shrouded_bat.pl - Quest File
General Info
Quest File
# Spawns #an_enraged_vampire (111174) and maybe Tserrina # Angelox sub EVENT_DEATH_COMPLETE{ my $random_result = int(rand(100)); my $a = 111174; my $x = $npc->GetX(); my $y = $npc->GetY(); my $z = $npc->GetZ(); my $h = $npc->GetHeading(); quest::spawn2($a,0,0,$x,$y,$z,$h); if($random_result<16){ quest::unique_spawn(111154,0,0,21.1,260.7,355.0); # NPC: #Tserrina_Syl`Tor quest::delglobal("Tserr"); quest::setglobal("Tserr",3,3,"F"); $Tserr=undef; } } # EOF zone: FrozenShadow
Source: 17 Jan 2022
Quest Source: 28 May 2022