Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
minotaur_slaver.pl - Quest File
General Info
Quest File
#NPC: a_minotaur_slaver Zone: steamfont # #Emotes & Chance to trigger Minotaur Hero and Lord spawn on death # #by Qadar sub EVENT_DEATH_COMPLETE{ my $random_result = int(rand(100)); if($random_result >= 94){ quest::unique_spawn(56152,177,0,-1294,1360,-103); # NPC: Minotaur_Hero } elsif($random_result >= 88 && $random_result < 94){ quest::unique_spawn(56161,0,0,-2179,1319,-101.2); # NPC: Minotaur_Lord } quest::say("I die soon! Meldrath, help me!"); }
Source: 17 Jan 2022
Quest Source: 28 May 2022