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

Build 14 Alpha 8 WIP 2 PIRATE_KK

<!--quoteo(post=269156:date=Jul 15 2008, 03:03 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 15 2008, 03:03 PM) <a href="index.php?act=findpost&pid=269156"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->This seems to work better:<!--QuoteEnd--></div><!--QuoteEEnd-->For whatever reason I do get an error message with that as soon as I enter the Greenford suburb:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->RUNTIME ERROR - file: quests\quests_check.c; line: 405
missed attribute: win_condition
RUNTIME ERROR - file: quests\quests_check.c; line: 405
no rAP data
RUNTIME ERROR - file: quests\quests_check.c; line: 405
missed attribute: win_condition
RUNTIME ERROR - file: quests\quests_check.c; line: 405
no rAP data<!--c2--></div><!--ec2-->I don't understand why this happens, because the win_condition IS there! <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" />

<!--quoteo(post=269156:date=Jul 15 2008, 03:03 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 15 2008, 03:03 PM) <a href="index.php?act=findpost&pid=269156"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->It works. I checked. You might want to change the <i>LAi_QuestDelay("Upstairs_Fight3", 2.0);</i> delay though because the "ooooohhh" sound doesn't get the chance to play through to the end.<!--QuoteEnd--></div><!--QuoteEEnd--><i>LAi_QuestDelay("Upstairs_Fight3", 4.9);</i> is probably as good as it's going to get, because if you set it longer, you're teleported to the tavern for resurrection first and only then get the game over video and main menu. <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
<!--quoteo(post=269153:date=Jul 15 2008, 08:41 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 15 2008, 08:41 AM) <a href="index.php?act=findpost&pid=269153"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->You also need to modify this line in seadogs.c:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->    //ccc call original GameOver function / BF mar05
    if (rand(100) + (makeint(mc.skill.Sneak)*3) < DEATHRATE || CheckAttribute(mc,"killed")) { // SJG
        GameOverOrg(sName);
        //LanguageCloseFile(tmpLangFileID);
        return;
    }<!--c2--></div><!--ec2--><!--QuoteEnd--></div><!--QuoteEEnd-->Needs another leading "(" at the begining - (just in case anyone else is copying this in)

if <b>(</b>(rand(100) + (makeint(mc.skill.Sneak)*3) < DEATHRATE || CheckAttribute(mc,"killed"))
 
<!--quoteo(post=269162:date=Jul 15 2008, 09:32 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 15 2008, 09:32 AM) <a href="index.php?act=findpost&pid=269162"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><!--quoteo(post=269156:date=Jul 15 2008, 03:03 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 15 2008, 03:03 PM) <a href="index.php?act=findpost&pid=269156"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->This seems to work better:<!--QuoteEnd--></div><!--QuoteEEnd-->For whatever reason I do get an error message with that as soon as I enter the Greenford suburb:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->RUNTIME ERROR - file: quests\quests_check.c; line: 405
missed attribute: win_condition
RUNTIME ERROR - file: quests\quests_check.c; line: 405
no rAP data
RUNTIME ERROR - file: quests\quests_check.c; line: 405
missed attribute: win_condition
RUNTIME ERROR - file: quests\quests_check.c; line: 405
no rAP data<!--c2--></div><!--ec2-->I don't understand why this happens, because the win_condition IS there! <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->
Yes - it crashes for me too!
You have: DeleteAttribute(pchar,"quest.to_find_a_sister2B") and there isn't a 2B
Took that out and it plays but there is still a no dialog error - looking at that now.
 
<!--quoteo(post=269163:date=Jul 15 2008, 03:47 PM:name=Short Jack Gold)--><div class='quotetop'>QUOTE (Short Jack Gold @ Jul 15 2008, 03:47 PM) <a href="index.php?act=findpost&pid=269163"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Needs another leading "(" at the begining - (just in case anyone else is copying this in)
if <b>(</b>(rand(100) + (makeint(mc.skill.Sneak)*3) < DEATHRATE || CheckAttribute(mc,"killed"))<!--QuoteEnd--></div><!--QuoteEEnd-->HUH? No it doesn't. What I posted works fine for me. Adding another leading "(" is too muh. <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />

<!--quoteo(post=269165:date=Jul 15 2008, 03:52 PM:name=Short Jack Gold)--><div class='quotetop'>QUOTE (Short Jack Gold @ Jul 15 2008, 03:52 PM) <a href="index.php?act=findpost&pid=269165"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Yes - it crashes for me too!
You have: DeleteAttribute(pchar,"quest.to_find_a_sister2B") and there isn't a 2B
Took that out and it plays but there is still a no dialog error - looking at that now.<!--QuoteEnd--></div><!--QuoteEEnd-->It doesn't crash for me. Actually, it works perfect. I just get that message in error.log for some reason.
There IS a 2B, because I made it. I added it to be sure that it will always work, even when somebody turned off the GREATER_OXBAY mod (does anyone think that toggle should be removed?). Now it works if you go by sea (2: Greenford_port) or by land (2A: Greenford_suburb), but also when you turned off the GREATER_OXBAY mod and go by land (2B: Greenford_town). Did you see <a href="http://forum.piratesahoy.net//index.php?s=&showtopic=11854&view=findpost&p=269156" target="_blank">these code modifications</a> I made?
Anyway, the removal of a non-existing attribute never caused error messages for me.
What do you mean by a "no dialog error"? The dialog works fine for me. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />
 
<!--quoteo(post=269168:date=Jul 15 2008, 09:09 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 15 2008, 09:09 AM) <a href="index.php?act=findpost&pid=269168"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><!--quoteo(post=269163:date=Jul 15 2008, 03:47 PM:name=Short Jack Gold)--><div class='quotetop'>QUOTE (Short Jack Gold @ Jul 15 2008, 03:47 PM) <a href="index.php?act=findpost&pid=269163"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Needs another leading "(" at the begining - (just in case anyone else is copying this in)
if <b>(</b>(rand(100) + (makeint(mc.skill.Sneak)*3) < DEATHRATE || CheckAttribute(mc,"killed"))<!--QuoteEnd--></div><!--QuoteEEnd-->HUH? No it doesn't. What I posted works fine for me. Adding another leading "(" is too muh. <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" /><!--QuoteEnd--></div><!--QuoteEEnd--> Found it - forgot to remove the ")" after DEATHRATE. <img src="style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />o)
<!--quoteo(post=269168:date=Jul 15 2008, 09:09 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 15 2008, 09:09 AM) <a href="index.php?act=findpost&pid=269168"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->It doesn't crash for me. Actually, it works perfect. I just get that message in error.log for some reason.<!--QuoteEnd--></div><!--QuoteEEnd-->Again Found it - a "*/" in the wrong place (Had left the original code in place "/* */'ed" out, but had the "*/" in the wrong place. - Not a good morning! <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />
 
No problem. Can happen to anyone. You don't want to know the stupid mistakes I made. <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid=":shock" border="0" alt="piratesing.gif" />
 
Still looking forward to those new quest files, Short Jack Gold. <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />
 
<!--quoteo(post=269384:date=Jul 17 2008, 09:41 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 17 2008, 09:41 AM) <a href="index.php?act=findpost&pid=269384"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Still looking forward to those new quest files, Short Jack Gold. <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->Nearly there - Jack Sparrow is the one taking the time at the moment.
The others I have now taken as far as I intended for now.
I will return to them when Jack's is completed.
Devlin Opera - I am as far as having put some modders in the room, but have only done a quest for Sir Christopher Mings at the moment.
Hornblower - basically as you have it.
Original Story - need to transfer it over to the current program being modded.
Jack Sparrow - Brin quest (yes/no options and game play done) - Excise Agent (yes/no options and game play done). With the variant games in each case. Just need to move on and fill in to join up to the "original" Jack Sparrow quest as originally written.

I will upload what I have done when you tell me you are starting to pack your "sea chest" <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
Hopefully further updates (for you at sea) will then be minimal. <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
Say that you are doing it now! <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" /> Then we have it right away! <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
<!--quoteo(post=269446:date=Jul 17 2008, 02:24 PM:name=Thomas the Terror)--><div class='quotetop'>QUOTE (Thomas the Terror @ Jul 17 2008, 02:24 PM) <a href="index.php?act=findpost&pid=269446"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Say that you are doing it now! <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" /> Then we have it right away! <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->I think I have already warned you about a visit from men in dark raincoats - don't go putting ideas into his head! <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
 
You could put some dark men in raincoats in the Thomas the Terror version of the quest. Whuhahaha!!! <img src="style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" />

I want to upload a new game version for people to work on next week, so I'll be needing all latest code updates before that time. So if you could upload your work in the weekend or halfway into next week, that'd be great. I do need some time to actually compile the files and upload them and make a patch for all the mistakes I'll undoubtedly make. <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
 
<!--quoteo(post=269451:date=Jul 17 2008, 02:35 PM:name=Thomas the Terror)--><div class='quotetop'>QUOTE (Thomas the Terror @ Jul 17 2008, 02:35 PM) <a href="index.php?act=findpost&pid=269451"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Is Thomas to get a place in the modders sacred room?<!--QuoteEnd--></div><!--QuoteEEnd-->You are in there at the moment - (pending receipt of your money order! <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> )
It's very crowded, so I'm thinking to put some of the guys in other "stories"
 
<!--quoteo(post=269452:date=Jul 17 2008, 02:36 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 17 2008, 02:36 PM) <a href="index.php?act=findpost&pid=269452"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I want to upload a new game version for people to work on next week, so I'll be needing all latest code updates before that time. So if you could upload your work in the weekend or halfway into next week, that'd be great. I do need some time to actually compile the files and upload them and make a patch<!--QuoteEnd--></div><!--QuoteEEnd-->I will do my utmost to comply <img src="style_emoticons/<#EMO_DIR#>/bow.gif" style="vertical-align:middle" emoid=":bow" border="0" alt="bow.gif" /> You will at least get what I have at the point in time, even if it's not complete. The games are part playable as is (except hornblower who's story sort of stops after his first outing at the moment <img src="style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />o) )
I hope I have a good day tomorrow - cos the weekend is a bit mashed up right now. <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
Unless uploading really is a major pain, I'd just request you to upload what you have as soon as I can. I'd like to see what you have! <img src="style_emoticons/<#EMO_DIR#>/danse1.gif" style="vertical-align:middle" emoid=":dance" border="0" alt="danse1.gif" />
I'm making good use of the Hornblower quest to test the USA in my game. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
<!--quoteo(post=269465:date=Jul 17 2008, 02:56 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 17 2008, 02:56 PM) <a href="index.php?act=findpost&pid=269465"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Unless uploading really is a major pain, I'd just request you to upload what you have as soon as I can. I'd like to see what you have!<!--QuoteEnd--></div><!--QuoteEEnd--> Regret - I can't upload today - see what I can do tomorrow pm.
<!--quoteo(post=269465:date=Jul 17 2008, 02:56 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 17 2008, 02:56 PM) <a href="index.php?act=findpost&pid=269465"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I'm making good use of the Hornblower quest to test the USA in my game.<!--QuoteEnd--></div><!--QuoteEEnd-->I hope you're not wearing it out!! <img src="style_emoticons/<#EMO_DIR#>/24.gif" style="vertical-align:middle" emoid=":rofl" border="0" alt="24.gif" />
 
<!--quoteo(post=269466:date=Jul 17 2008, 10:00 PM:name=Short Jack Gold)--><div class='quotetop'>QUOTE (Short Jack Gold @ Jul 17 2008, 10:00 PM) <a href="index.php?act=findpost&pid=269466"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Regret - I can't upload today - see what I can do tomorrow pm.<!--QuoteEnd--></div><!--QuoteEEnd-->Looking forward to it. <img src="style_emoticons/<#EMO_DIR#>/doff.gif" style="vertical-align:middle" emoid=":doff" border="0" alt="doff.gif" />

<!--quoteo(post=269466:date=Jul 17 2008, 10:00 PM:name=Short Jack Gold)--><div class='quotetop'>QUOTE (Short Jack Gold @ Jul 17 2008, 10:00 PM) <a href="index.php?act=findpost&pid=269466"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I hope you're not wearing it out!! <img src="style_emoticons/<#EMO_DIR#>/24.gif" style="vertical-align:middle" emoid=":rofl" border="0" alt="24.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->I'll try not to. Perhaps I'll make another quest for the sole purpose of testing the US. A Master and Commander one would be nice and I'll make it start in Eleuthera port then. <img src="style_emoticons/<#EMO_DIR#>/razz.gif" style="vertical-align:middle" emoid=":razz" border="0" alt="razz.gif" />
 
<!--quoteo(post=269471:date=Jul 17 2008, 03:09 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Jul 17 2008, 03:09 PM) <a href="index.php?act=findpost&pid=269471"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Perhaps I'll make another quest for the sole purpose of testing the US. A Master and Commander one would be nice and I'll make it start in Eleuthera port then. <img src="style_emoticons/<#EMO_DIR#>/razz.gif" style="vertical-align:middle" emoid=":razz" border="0" alt="razz.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->You're only doing that cos you know I don't know how to spell Eleuthera aren't you! <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
 
If you put me in another period, I really want to be in the Jack Sparrow period. And is my character greedy or something because I am waiting for my money <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
I have uploaded 14.8 WIP2 July18 to the ftp site.

That is as far as I've got in order to get it ready for HWMBO (he who must be obeyed! <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> ) before he sets sail.

The main changes are in Jack Sparrow and Devlin Opera

[Pieter - ignore the Bartolomeu Quest - I forgot to take it out <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" /> ]
Anyway hope it's of some use. I will continue working on <img src="style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" /> <img src="style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" /> <img src="style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid=":whipa" border="0" alt="whippa.gif" />
 
Back
Top