Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Flighty_Viridian_Wisp.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer("depop", 600); #depop after 10 minutes } sub EVENT_TIMER { quest::stoptimer("depop"); quest::depop(); } sub EVENT_COMBAT { if ($combat_state == 1) { quest::stoptimer("depop"); #don't depop while in combat } else { quest::settimer("depop", 600); #reset depop timer } } sub EVENT_DEATH_COMPLETE { quest::stoptimer("depop"); }
Source: 17 Jan 2022
Quest Source: 28 May 2022