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,"You are doing well... The Storm Lord does not stand a chance!"); quest::movepc(209,-663,-1738,2254); # Zone: bothunder } }
Source: 17 Jan 2022
Quest Source: 28 May 2022