wow, Ardent storyline is bugged in this latest release from the start. When you exit Havana town after escape from the prison, the Indian warrior won't talk to you anymore.
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 -
According to "compile.log", you never triggered case "guards_dead". How did you get out of the prison without defeating the guards?wow, Ardent storyline is bugged in this latest release from the start. When you exit Havana town after escape from the prison, the Indian warrior won't talk to you anymore.
According to "compile.log", you never triggered case "guards_dead". How did you get out of the prison without defeating the guards?
I have played it, frequently, either to test things or for fun. The guards don't even start their attack until you've reached the Indian, so you must be taking a long time to talk to him - I always have time to talk to him, release him, and then hide behind him so the guards fight him first.Exactly! Of course, I must have killed the guards. I reinstalled the march2020 version, it works like a charm. Also in the latest version, the 1st 3 guards came so fast that I failed 5 times before I was barely able to release the Indian warrior on my last try. Play it yourself and see if it happens to you. Btw, every time I have a try with a different version, it is a clean install.
LAi_group_SetRelation("SPAIN_SOLDIERS", LAI_GROUP_PLAYER, LAI_GROUP_ENEMY);
LAi_group_FightGroups("SPAIN_SOLDIERS", LAI_GROUP_PLAYER, true);
LAi_group_SetCheck("SPAIN_SOLDIERS", "guards_dead");
Wished I could tell you...@Pieter Boelen (or anyone else who knows coding in detail): why would this:...fail to trigger case "guards_dead" when group "SPAIN_SOLDIERS" is wiped out?Code:LAi_group_SetRelation("SPAIN_SOLDIERS", LAI_GROUP_PLAYER, LAI_GROUP_ENEMY); LAi_group_FightGroups("SPAIN_SOLDIERS", LAI_GROUP_PLAYER, true); LAi_group_SetCheck("SPAIN_SOLDIERS", "guards_dead");