Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_goblin_magic_adept.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("The time has come for you to taste the might of my magic"); }elsif(($combat_state == 1) &&($random_result<=40)){ quest::say("The spirits are on my side! It is unwise of you to be here!"); }elsif(($combat_state == 1) &&($random_result<=60)){ quest::say("How dare you enter our realm!"); }elsif(($combat_state == 1) &&($random_result<=80)){ quest::say("The spirits are on my side! It is unwise of you to be here!"); }elsif($combat_state == 1){ quest::say("I shall bathe in the blood of you and your fellows!");} } sub EVENT_DEATH_COMPLETE{ quest::emote("'s corpse tries to mumble one last spell before falling over dead."); } # Droga Mobs
Source: 17 Jan 2022
Quest Source: 28 May 2022