Fix them then, if you don't other people doesn't do so. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid="" border="0" alt="icon_mrgreen1.gif" />
Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!
Quick links for Beyond New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
- Bug Tracker on Github
Quick links for Maelstrom
- Download the latest version of Maelstrom
- Download the latest version of ERAS II
- Download the latest version of New Horizons on Maelstrom
Quick links for PotC: New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
Thanks to YOUR votes, GOG.com now sells:
- Sea Dogs
- Sea Dogs: Caribbean Tales
- Sea Dogs: City of Abandoned Ships
Vote now to add Pirates of the Caribbean to the list!
Quick links for AoP2: Gentlemen of Fortune 2
- Downloads and info
- ModDB Profile
- Forums Archive
A Pirate Podcast with Interviews
Music, Comedy and all things Pirate!
- Episode Guide - About - Subscribe -
- Twitter - Facebook - iTunes - Android -
- Youtube - Fill the Coffers -
// PB: Periods --]
switch(iNation)
{
case ENGLAND: if(CheckAttribute(rShip,"england") && sti(rShip.england) ] rand(100)) continue; break;
case HOLLAND: if(CheckAttribute(rShip,"holland") && sti(rShip.holland) ] rand(100)) continue; break;
case FRANCE: if(CheckAttribute(rShip,"france") && sti(rShip.france) ] rand(100)) continue; break;
case SPAIN: if(CheckAttribute(rShip,"spain") && sti(rShip.spain) ] rand(100)) continue; break;
case PORTUGAL: if(CheckAttribute(rShip,"portugal") && sti(rShip.portugal) ] rand(100)) continue; break;
case PIRATE: if(CheckAttribute(rShip,"pirate") && sti(rShip.pirate) ] rand(100)) continue; break;
}
switch(GetCurrentPeriod())
{
case PERIOD_EARLY_EXPLORERS: if(CheckAttribute(rShip,"period0") && sti(rShip.period0) ] rand(100)) continue; break;
case PERIOD_THE_SPANISH_MAIN: if(CheckAttribute(rShip,"period1") && sti(rShip.period1) ] rand(100)) continue; break;
case PERIOD_GOLDEN_AGE_OF_PIRACY: if(CheckAttribute(rShip,"period2") && sti(rShip.period2) ] rand(100)) continue; break;
case PERIOD_COLONIAL_POWERS: if(CheckAttribute(rShip,"period3") && sti(rShip.period3) ] rand(100)) continue; break;
case PERIOD_REVOLUTIONS: if(CheckAttribute(rShip,"period4") && sti(rShip.period4) ] rand(100)) continue; break;
case PERIOD_THE_CORSICAN: if(CheckAttribute(rShip,"period5") && sti(rShip.period5) ] rand(100)) continue; break;
}
// PB: Periods