Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_golem_usher.pl - Quest File
General Info
Quest File
# give 5th floor mobs a chance to spawn the enraged relative on death # srand; sub EVENT_DEATH_COMPLETE { $relative = int(rand(100) + 1); if ($relative <= 5) { $spawnenraged = quest::spawn2(111143,0,0,$x,$y,$z,0); # NPC: #an_enraged_relative $attack = $entity_list->GetMobID($spawnenraged); $enragedattack = $attack->CastToNPC(); $enragedattack->AddToHateList($client, 1); } } # EOF zone: frozenshadow
Source: 17 Jan 2022
Quest Source: 28 May 2022