Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Dragoon_V-Retta.pl - Quest File
General Info
Quest File
my $count = 0; sub EVENT_SPAWN { quest::settimer("checks",120); } sub EVENT_TIMER { $count++; if (($count == 1) && ($zonetime > 800 || $zonetime < 1999)) { quest::start(35); } if (($count == 1) && ($zonetime < 800 || $zonetime > 1999)) { quest::stop; quest::moveto(-639,-85,-24.75,33); } if ($count ==2 ) { quest::settimer("checks",120); $count = 0; } }
Source: 17 Jan 2022
Quest Source: 28 May 2022