Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_lifestealer_mosquito.pl - Quest File
General Info
Quest File
sub EVENT_AGGRO { my $random = int(rand(2)); if($random == 0) { quest::emote("hovers for a moment and attacks!"); } if($random == 1) { quest::emote("buzzes towards you with horrific speed!"); } } sub EVENT_DEATH_COMPLETE { my $ran = int(rand(2)); if($ran == 0) { quest::emote("explodes into a fine mist of blood and plasma"); } if($ran == 1) { quest::emote("hits the ground and begins to form a large pool of blood."); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022