Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Taruun_Guardian_Maliij.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { my $ran = int(rand(750)); quest::settimer(1,$ran); } sub EVENT_TIMER { my $random = int(rand(2)); if($random == 0){ quest::say("Wow...It looks like I pinned that one to the ground pretty good!"); } if($random == 1){ quest::say("Nice, another grimling kill for my daily report"); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022