Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Banker_Javen.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { my $min = 10; quest::settimer("kill$mname", $min*60); quest::say("$mname at your service, for $min minutes."); } sub EVENT_TIMER { quest::say("Goodbye."); quest::depop_withtimer(); quest::stoptimer("kill$mname"); } sub EVENT_SAY { if($text =~ /bye/i) { quest::say("Goodbye."); quest::depop_withtimer(); quest::stoptimer("kill$mname"); } elsif($text =~ /attack/i) { quest::attack($name); } else { quest::say("Tell me 'bye' to make me go away."); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022