Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_bloodgill_warrior.pl - Quest File
General Info
Quest File
# Angelox sub EVENT_SPAWN { quest::setnexthpevent(60); } sub EVENT_HP { my $random_result = int(rand(100)); my $x = $npc->GetX(); my $y = $npc->GetY(); my $z = $npc->GetZ(); my $h = $npc->GetHeading(); if (($random_result <= 10) && (defined($qglobals{rage}) && ($qglobals{rage} == 2))) { quest::emote("frantically calls for help!"); quest::spawn2(109093,0,0,$x,$y,$z,$h); ##a_raging_bloodgill_goblin quest::setglobal("rage",3,3,"F"); } } # EOF zone: veksar NPCs: spawn a_raging_bloodgill_goblin (109093)
Source: 17 Jan 2022
Quest Source: 28 May 2022