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

Elizabeth Shaw

Hylie Pistof

Curmudgeon
QA Tester
Storm Modder
Pirate Legend
I just did Elizabeth Shaw. The quest. When I tried it a few months ago it was a disaster. This time it went just as smooth as silk. The only disappointment was that I never encountered the Kraken.
 
That's good to hear. I hope you enjoyed it. :doff

As for the Kraken, at the moment you can only encounter it if you do the similar sidequest in the Jack Sparrow storyline.
After Davy Jones agrees to let you take Ms. Shaw to Cayman, if you take too long, the Kraken will attack and sink you.
 
If you want, you can also manually trigger a Kraken attack using the console.
In PROGRAM\console.c find:
Code:
void ExecuteConsole()
{
ref pchar = GetMainCharacter();
if (!bSeaActive) ref lcn = &Locations[FindLocation(pchar.location)];
ref ch;
int i;
int limit;
Add this line below it:
Code:
KrakenAttack(pchar,400);
Start the game and when you're at sea, press F12 to be attacked by the Kraken.
 
Back
Top