• New Horizons on Maelstrom
    Maelstrom New Horizons


    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!

Fixed Jack Sparrow - Sao Feng - No Masked Men's Leader in Cave

Talisman

Smuggler
Storm Modder
I enter the Masked Men's Cave on Turks - kill all the Masked Men who attack me - then go and talk to Padre Domingues.

I then go and try to enter the room behind the chair but game freezes.

The Masked Men's Leader is supposed to be in the room and to talk to me as I enter - but I don't think he is there - since I can't see him. :mad:


Save is at the entrance of the Cave.

No error log generated

:drunk
 

Attachments

  • -=Player=- Turks.7z
    560.1 KB · Views: 67
  • compile.log
    3.9 KB · Views: 74
  • system.log
    1.3 KB · Views: 81
I caused this bug when I fixed the animists near Puerto Rico for Jack Sparrow.
Load your savegame, then execute this code through console to try again:
Code:
ChangeCharacterAddressGroup(characterFromID("Dark Teacher"), "Turks_Cavern_01", "goto", "goto28");
That should set it back to normal.

The PROPER fix is to remove this line again from Jack Sparrow's StartStoryline.c file:
Code:
ChangeCharacterAddress(characterFromID("Dark Teacher"), "none", "");
While the various animists are indeed not needed, that particular character IS!
 
Back
Top