Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#drunk_counter.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { $drunk = 0; } sub EVENT_SIGNAL { $drunkup = $entity_list->GetMobByNpcTypeID(228111); if ($signal == 33) { $drunk += 1; } if ($drunk == 23 && !$drunkup) { #spawn the drunken buccaneer quest::spawn2(228111,0,0,431,1006,-607.4,0); # NPC: the_Drunken_Buccaneer $drunk = 0; quest::depop(); } elsif ($drunk == 23 && $drunkup) { $drunk = 0; } }
Source: 17 Jan 2022
Quest Source: 28 May 2022