• 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!

Solved Assasin questline bug

kristi4ever

First Mate
hello :) im playing build 14 wip 16 im given the quest to capture La Couronne after i captured that ship i have to go to Vice-Admiral Benavides to havana but he does not talk anything he just say ... .... so i cant continue the questline withoout talkin to him
 
I've moved this thread to the appropriate subforum; perhaps Bartolomeu will see it here.

Can you upload your savegame? Perhaps I can convince it to work.
 
I've moved this thread to the appropriate subforum; perhaps Bartolomeu will see it here.

Can you upload your savegame? Perhaps I can convince it to work.
yes im uploading 2 save files one before capturing ship and one after capturing the ship,, and if needed error log,, hey wait a min why i cant upload save files??
 

Attachments

  • error.log
    20.3 KB · Views: 205
You should be able to post savegames here if you ZIP them up first.

And that's a lot of ship.c errors there. Those should at least be fixed in WIP 17. That'll be coming later today.
 
AH! I think I know what the problem is. Your COMPANION is captaining La Couronne, but the code checks if YOU are captaining her.
Swap ships and try again. You'll get back the ship you had before the battle began.
 
I just tested it and I made it work.

Make sure YOU captain La Couronne. If he doesn't talk AT ALL, execute this code through console:
Code:
Characters[GetCharacterIndex("Salvadore Benavides")].dialog.currentnode = "begin_84";
 
I just tested it and I made it work.

Make sure YOU captain La Couronne. If he doesn't talk AT ALL, execute this code through console:
Code:
Characters[GetCharacterIndex("Salvadore Benavides")].dialog.currentnode = "begin_84";
ahh ok thank u very much and in what line i must put this code?
 
Below this:
Code:
void ExecuteConsole()
{
   ref pchar = GetMainCharacter();
   if (!bSeaActive) ref lcn = &Locations[FindLocation(pchar.location)];
   ref ch;
   int i;
   int limit;
Press F12 to execute.
 
Back
Top