Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Askr_the_Lost.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::say("All to me!"); quest::settimer(1,1800); } sub EVENT_TIMER { if($timer == 1) { quest::depop(); } } sub EVENT_SAY { if($text=~/hail/i) { $client->Message(9,"Kill the stormlord!"); quest::movepc(209,-727,-1662,1728); # Zone: bothunder } }
Source: 17 Jan 2022
Quest Source: 28 May 2022