Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Ulessa_the_Insane.pl - Quest File
General Info
Quest File
sub EVENT_COMBAT { if ($combat_state == 0) { quest::settimer("depop", 300); #Despawn if not engaged (just a guess) } else { quest::stoptimer("depop"); } } sub EVENT_TIMER { quest::stoptimer("depop"); quest::depop(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022