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 -
Should be text 16
text.t16=Petros wants me to try to rescue one of the Brotherhood held prisoner on #sisland_Isla Muelle#. I'll go there and ask in the #sIsla Muelle# tavern. The people in there hear everything.
![]()
I have almost the same problem with Beckett, tho I can see him while I sail around Barbados, but as soon as I leave, he dissappears. So when I reach Jamaica, he's gone.
case "Fight_the_Muerte_Pirates":
LAi_SetPlayerType(pchar);
AddQuestRecord("The Brotherhood",17);
LAi_ActorAttack(CharacterFromID("Treas_Pirate_8"), PChar, "");
LAi_ActorAttack(CharacterFromID("Treas_Pirate_9"), PChar, "");
case "Fight_the_Muerte_Pirates":
LAi_SetPlayerType(pchar);
AddQuestRecord("The Brotherhood",16); // Talisman
LAi_ActorAttack(CharacterFromID("Treas_Pirate_8"), PChar, "");
LAi_ActorAttack(CharacterFromID("Treas_Pirate_9"), PChar, "");
Why did this post of mine not show up???
PROGRAM\Storyline\LegendJackSparrow\quests\quests_reaction.c find:Replace with:Code:case "Fight_the_Muerte_Pirates": LAi_SetPlayerType(pchar); AddQuestRecord("The Brotherhood",17); LAi_ActorAttack(CharacterFromID("Treas_Pirate_8"), PChar, ""); LAi_ActorAttack(CharacterFromID("Treas_Pirate_9"), PChar, "");
Right?Code:case "Fight_the_Muerte_Pirates": LAi_SetPlayerType(pchar); AddQuestRecord("The Brotherhood",16); // Talisman LAi_ActorAttack(CharacterFromID("Treas_Pirate_8"), PChar, ""); LAi_ActorAttack(CharacterFromID("Treas_Pirate_9"), PChar, "");
//CCC Quest Starts here
case "Muelle_for_CCC":
AddQuestRecord("The Brotherhood", 17);
DisableFastTravel(false);
pchar.quest.Jacks_early_days = "Looking_for_CCC";
LAi_SetOfficerType(characterFromID("Mr. Gibbs"));
RemoveCharacterCompanion(pchar, characterFromID("Peter Willemoes"));
Pchar.quest.Looking_for_CCC.win_condition.l1 = "location";
PChar.quest.Looking_for_CCC.win_condition.l1.character = Pchar.id;
Pchar.quest.Looking_for_CCC.win_condition.l1.location = "Muelle_Tavern";
Pchar.quest.Looking_for_CCC.win_condition = "Looking_for_CCC";
break;
//CCC Quest Starts here
case "Muelle_for_CCC":
AddQuestRecord("The Brotherhood", 16); // TALISMAN
DisableFastTravel(false);
pchar.quest.Jacks_early_days = "Looking_for_CCC";
LAi_SetOfficerType(characterFromID("Mr. Gibbs"));
RemoveCharacterCompanion(pchar, characterFromID("Peter Willemoes"));
Pchar.quest.Looking_for_CCC.win_condition.l1 = "location";
PChar.quest.Looking_for_CCC.win_condition.l1.character = Pchar.id;
Pchar.quest.Looking_for_CCC.win_condition.l1.location = "Muelle_Tavern";
Pchar.quest.Looking_for_CCC.win_condition = "Looking_for_CCC";
break;
Ok, I tried to go another way around, by speaking to Beckett earlier, so that he gave me 10.000 gold for supplies and stuff. I made some profits, and went to Port Royale, I entered the office, where Silas told me Beckett hasn't arrived yet, and i should go kill some time at the tavern. I did so, but the tavern door is locked now, after speaking to Thomas Tipman, who tells about Barbossas failure with the map, the door is still locked.
Build 14 Beta1_full should be it.