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

Assassin Main Quest

<!--quoteo(post=318178:date=May 7 2009, 04:01 PM:name=Thomas the Terror)--><div class='quotetop'>QUOTE (Thomas the Terror @ May 7 2009, 04:01 PM) <a href="index.php?act=findpost&pid=318178"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Model looks good though. Gory, it is missing it's leg.

I will start working for you <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->
Thanks Thomas <img src="style_emoticons/<#EMO_DIR#>/bow.gif" style="vertical-align:middle" emoid=":bow" border="0" alt="bow.gif" /> ... and for the information about the French Officer. I hope to have again internet at home these next days. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />
 
<!--quoteo(post=318173:date=May 7 2009, 04:50 PM:name=bartolomeu o portugues)--><div class='quotetop'>QUOTE (bartolomeu o portugues @ May 7 2009, 04:50 PM) <a href="index.php?act=findpost&pid=318173"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->If you want, make the change yourself. <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->I don't really want to make the choice for you; it's still <i>your</i> quest. <img src="style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid=":shrug" border="0" alt="dunno.gif" />
 
<!--quoteo(post=318323:date=May 8 2009, 11:31 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ May 8 2009, 11:31 AM) <a href="index.php?act=findpost&pid=318323"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><!--quoteo(post=318173:date=May 7 2009, 04:50 PM:name=bartolomeu o portugues)--><div class='quotetop'>QUOTE (bartolomeu o portugues @ May 7 2009, 04:50 PM) <a href="index.php?act=findpost&pid=318173"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->If you want, make the change yourself. <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->I don't really want to make the choice for you; it's still <i>your</i> quest. <img src="style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid=":shrug" border="0" alt="dunno.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->
It's not an important choice so you can choose the character. <img src="style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />
 
But my GM Viewer doesn't work for characters, making it a bit more difficult than it should be. <img src="style_emoticons/<#EMO_DIR#>/razz.gif" style="vertical-align:middle" emoid=":razz" border="0" alt="razz.gif" />
 
<!--quoteo(post=318582:date=May 9 2009, 03:07 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ May 9 2009, 03:07 PM) <a href="index.php?act=findpost&pid=318582"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->But my GM Viewer doesn't work for characters, making it a bit more difficult than it should be. <img src="style_emoticons/<#EMO_DIR#>/razz.gif" style="vertical-align:middle" emoid=":razz" border="0" alt="razz.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->
Me too <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
Agh! <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
 
Anyway, Thomas can choose a character if he wants <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
Fine by me. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
Thanks; I'll include it all, of course. Didn't you also want the ports be "dangerous"? And have you been able to test that mod yet?
And Saint Martin fixes are most welcome of course; no more crazy teleports there! <img src="style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />
 
Not the port because I noted you didn't use the random function (because it doesn't work I think : I tested it). And imagine in the Santiago port when you meet the fisherman (bartolomeu quest) with all the people attacking you. <img src="style_emoticons/<#EMO_DIR#>/sick.gif" style="vertical-align:middle" emoid=":eww" border="0" alt="sick.gif" />
 
It is this code you should be using:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->            // PB: For Bartolomeu -->
            if(CheckAttribute(location,"dangerous") && 10*(NationsRelations2MainCharacter[sti(GetLocationNation(location))]-REL_MIN)/REL_WAR>-(10-rand(sti(PChar.skill.luck))))
            {
                relation = LAI_GROUP_ENEMY;
            }
            else
            {
                relation = LAI_GROUP_NEITRAL;
            }
            // PB: For Bartolomeu <--<!--c2--></div><!--ec2-->
There <i>is</i> a rand function in there. I seem to have accidentally put the old code in Alpha 9.5. <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />

Indeed the fisherman WOULD be a problem; I imagine he might actually join in the attack! <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" />
 
Yes, you put the old one but this function :
i<i>f(CheckAttribute(location,"dangerous") && 10*(NationsRelations2MainCharacter[sti(GetLocationNation(location))]-REL_MIN)/REL_WAR>-(10-rand(sti(PChar.skill.luck))))</i>

doesn't work, I tested it with -60 for the relation..
 
On -60, nothing much will happen. You might get attacked, but only VERY rarely. The worse your relation, the higher the chance for attack should be.
Can you please test again on a worse relation? On -119, you'll be attacked almost always.
 
<!--quoteo(post=318618:date=May 9 2009, 04:41 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ May 9 2009, 04:41 PM) <a href="index.php?act=findpost&pid=318618"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->On -60, nothing much will happen. You might get attacked, but only VERY rarely. The worse your relation, the higher the chance for attack should be.
Can you please test again on a worse relation? On -119, you'll be attacked almost always.<!--QuoteEnd--></div><!--QuoteEEnd-->
Alright, but is there a simple way to change the relation to -119 <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
Maybe <i>void SetNationRelation2MainCharacter(int iNation, int iRelationType)</i>?
 
Thanks, I will try <img src="style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />
 
DeadGeneral model looks cool! Too bad I can't see him with textures; anybody who can, please make a screenshot. <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
 
Thomas could..

I don't have internet at home these last days.. So I didn't check the damski62's work. <img src="style_emoticons/<#EMO_DIR#>/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" />
 
See attached screenshot for Damski62's work. Pretty cool, no? <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" />
 
Back
Top