Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_goblin_cave_lord.pl - Quest File
General Info
Quest File
# NPC: Droga Mobs # Angelox sub EVENT_COMBAT{ my $random_result = int(rand(100)); if(($combat_state == 1) &&($random_result<=20)){ quest::say("Your kind is not welcome here! Prepare to die!"); }elsif(($combat_state == 1) &&($random_result<=40)){ quest::say("Your dead corpse will soon line my pockets with gold!"); }elsif(($combat_state == 1) &&($random_result<=60)){ quest::say("How dare you enter our realm!"); }elsif(($combat_state == 1) &&($random_result<=80)){ quest::say("I shall bathe in the blood of you and your fellows!"); }elsif($combat_state == 1){ quest::say("Halt! who enters here?");} } # Droga Mobs
Source: 17 Jan 2022
Quest Source: 28 May 2022