Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
an_aqua_goblin_mariner.pl - Quest File
General Info
Quest File
#Bilge Farfathom spawn #npc - an_aqua_goblin_mariner (trigger for #Bilge_Farfathom 70059) #zone - Dagnors Cauldron sub EVENT_DEATH_COMPLETE{ my $random_result = int(rand(100)); #these are not PEQ IDs my $a=70059; #Bilge my $b=70061; #npc - #aqua_goblin_shaman my $c=70069; #The_Fabled_Bilge_Farfathom if($random_result<85){ quest::spawn2($b,6,0,-974.5,436.4,-343.8,58); #quest::say("spawn shaman"); }elsif($random_result<95){ quest::spawn2($c,6,0,-974.5,436.4,-343.8,58); #quest::say("spawn Fabled"); }else{ #quest::say("Spawning Bilge Farfathom"); quest::spawn2($a,4,0,-1123.30,-1194.57,-98.32,244); }; };
Source: 17 Jan 2022
Quest Source: 28 May 2022