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

Hoist the Colours problem

aviator543

Landlubber
Storm Modder
Hi all i dont know if this is a problem or just me bein stupid but after iv taken Couch Captain Charles back to Petros on Guadeloupe the mission log stops updatin. i know i need to run over to the light house and talk to that lass but after that i got no idea lol. the women is there at the light house but even after talkin to her the mission log still doesn't update. i read a walk through and found out what to do but the ppl aint were there supost to be, is this a bug or just me bein thick?
 
Well it could be a bug but I thought that part was all fine :facepalm

is this part of The Brotherhood quests? cos i had a quick look in the questbook folder and my Brotherhood file ends with
text.t19=I have found Couch Captain Charles, now to return the Brotherhood to Petros' plantation on #sisland_Guadeloupe#.
 
Higher... NOT LOWER. (As in where on the page)

The CCC questbook entries were missing so were added in later
 
i just tryed runnin through it with leavin gibbs onbourd but i only ended up with 3 parts of the map, so cant get past the shore of the secret island. god its frustrating lol
 
Barbossa, Agent Victuallers and Thomas Tipman
was there supost to be someone else? i tryed goin back to the plantation but there was no pirate there just some fella tryin to sell me stuff lol
 
Well I fixed it :yes

Do you have a save game from before you met Annamaria on Barbados?

If so then all you need to do is this: Go to PROGRAM/Storyline/LegendJackSparrow/dialogs/Annamaria_dialog.c and also same directory just ENGLISH/Annamaria_dialog.h

In .c edit this area of code:
Code:
		case "Looking_for_Nathan_Kell3":
dialog.snd = "Voice\CLLA\CLLA004";
dialog.text = DLG_TEXT[70];
link.l1 = DLG_TEXT[71];
link.l1.go = "Looking_for_Nathan_Kell4";
break;
and change it to
Code:
		case "Looking_for_Nathan_Kell3":
dialog.snd = "Voice\CLLA\CLLA004";
dialog.text = DLG_TEXT[70];
link.l1 = DLG_TEXT[71];
link.l1.go = "Looking_for_Nathan_Kell4";

AddQuestRecord("Aztec", 3);
GiveItem2Character(Pchar,"Map_Doc_2");
break;
Now go to the .h file and change this line
Code:
"You will find him here, he is somewhere in #sGreenford#. He has a secret room somewhere. Be careful where you travel though, Cutler Beckett is also on the island and has been asking if anyone has seen you.",
and change this to
Code:
"You will find him here, he is somewhere in #sGreenford#. He has a secret room somewhere. Be careful where you travel though, Cutler Beckett is also on the island and has been asking if anyone has seen you. I also have a piece of Aztec map here for you to collect.",
 
thats done if fella, iv played it upto the main film and all looks good upto now. thanx alot buddy
 
yep thats it from what i could see, completed it and its cool. one thing tho gibbs seems to be stuck in a loop. after finishin the main quest his dialog changes to the bit when you throw water over him out side tortuga taver, it also teleports you to tortuga taver like it does in the main quest. not a big thing just thought you'd wona know
 
I updated the code just as Captain Maggee said, but now when I sail to the lighthouse after seeing Tia Dalma on the Antigua shore, Annamaria just isn't there... (this topic seemed to match my problem close enough not to make a new topic)

Any ideas what might be causing that? :(
 
Well, I can't find Annamaria or Cutler Becket in the lighthouse area...
I found someone else with this problem (the anonymous poster at http://forum.piratesahoy.net//tracker/issue-130-working-for-cutler-beckett/) but I am absolutely sure I spoke to Annamaria after defeating Brock, so the fix there won't apply to me :shrug
 
Not exactly. It happened in this order:
First I took out Brock, and received the Wicked Wench from Governor Brin,
then I walked out, said goodbye to Susan Shaypen and then talked to Annamaria, who had run up to me,
and finally, because my character said something like "oh no, another mystery woman, I need a drink", I went to the tavern where I met Cutler Beckett for the first time, who offered me an escorting job.

She did say she'd be on the lighthouse shore, and I immediately went looking for her but she said I needed the compass - but she's gone when I got that compass :/
 
Back
Top