Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Thylex_of_Veeshan.pl - Quest File
General Info
Quest File
#Spawns Vulak if no boss mobs are up. my $check = 0; sub EVENT_SPAWN { $check = 0; quest::settimer("vulak",60); } sub EVENT_TIMER { my $variance = int(rand(1)); my $spawntime = 6 + $variance; $check = 0; if($timer eq "vulak") { $check_boss = $entity_list->GetMobByNpcTypeID(124077);#Lady_Mirenilla if ($check_boss) { $check = 1 } $check_boss = $entity_list->GetMobByNpcTypeID(124076);#Lady_Nevederia if ($check_boss) { $check = 1 } $check_boss = $entity_list->GetMobByNpcTypeID(124008);#Lord_Feshlak if ($check_boss) { $check = 1 } $check_boss = $entity_list->GetMobByNpcTypeID(124010);#Aaryonar if ($check_boss) { $check = 1 } $check_boss = $entity_list->GetMobByNpcTypeID(124074);#Lord_Kreizenn if ($check_boss) { $check = 1 } $check_boss = $entity_list->GetMobByNpcTypeID(124017);#Lord_Vyemm if ($check_boss) { $check = 1 } if ($check == 1) { } if ($check == 0 && $entity_list->IsMobSpawnedByNpcTypeID(124155)) { } elsif ($check == 0 && !defined $qglobals{vulak}) { quest::spawn2(124155,0,0,-739.4,517.2,121,510); # NPC: #Vulak`Aerr quest::depop_withtimer(); quest::setglobal("vulak",1,2,"M$spawntime"); } } $qglobals{vulak} = undef; } #EOF
Source: 17 Jan 2022
Quest Source: 28 May 2022