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

Fred Bob Quest Update #3 July 2

CatalinaThePirate

Unholy Terror,
Storm Modder
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> all!

This update (thanks, Sirus!) will fix Ines Diaz's dialog so she will not talk to you about Armand *after* you have talked to him. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/blush.gif" style="vertical-align:middle" emoid=":eek:ops" border="0" alt="blush.gif" />: I thought I had a check in there, must have forgotten!

Anyhoo, here it is on my FTP -

<a href="ftp://ftp.ganotherapyusa.com/pub/" target="_blank">ftp://ftp.ganotherapyusa.com/pub/</a>

The full quest is "FBQfiles.exe" and is a `self-extracting` archive.

READ THE README before installing! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> I'm SERIOUS! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/huh.gif" style="vertical-align:middle" emoid=":huh" border="0" alt="huh.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/diomed.gif" style="vertical-align:middle" emoid=":dio" border="0" alt="diomed.gif" />

Also, I put up separate files to download, these are in the folder "FBQ update July 2 '04".

Here are the sections of code to be edited should you wish to do them yourself:

In Ines Diaz_dialog.c -

(the below is corrected code)

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->  case "quests":

     iTest = 0;

     dialog.snd = "VoiceINDIINDI029";

     dialog.text = DLG_TEXT[99];

     //Ðàçãîâîð Áëåéçà

     if (pchar.quest.main_line == "blaze_talk_with_silehard_complete" && iTest < QUEST_COUNTER)

     {

   link.l1 = DLG_TEXT[100] + characters[GetCharacterIndex(DLG_TEXT[101])].name + " " + characters[GetCharacterIndex(DLG_TEXT[102])].lastname + DLG_TEXT[103];

   link.l1.go = "blaze_search_rheims";

   iTest = iTest + 1;

     }

     if (CheckQuestAttribute("ANIMISTS", "to_qc"))

     {

   link.l1 = DLG_TEXT[104];

   link.l1.go = "ANIMISTS";

   iTest = iTest + 1;

     }

     if (CheckQuestAttribute("estrella_qc", "here"))  // <-- Estrella quest by Cat

     {

   link.l1 = DLG_TEXT[162];

   Link.l1.go = "Estrella_Armand";

   iTest = iTest + 1;

     }  // Estrella quest by Cat <--

     link.l99 = DLG_TEXT[105];

     link.l99.go = "second time";

 break;<!--c2--></div><!--ec2-->The line changed is:

if (CheckCharacterItem(Pchar,"Estrella_token")) // <-- Estrella quest by Cat

to

if (CheckQuestAttribute("estrella_qc", "here")) // <-- Estrella quest by Cat

ALSO in quests_reaction.c -

(these are corrected code)

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->  case "Story_gotoQC":

     ChangeCharacterAddressGroup(characterFromID("Armand Delacroix"), "QC_tavern", "Sit", "Sit8");

     pchar.quest.estrella_qc = "here";

 break;<!--c2--></div><!--ec2-->Added was the line -

pchar.quest.estrella_qc = "here";

AND

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->  case "Story_Exit_StageLeft":

     DeleteQuestAttribute("estrella_qc");

     LAi_ActorRunToLocation(characterFromID("Armand Delacroix"), "reload", "reload3", "none", "", "", "", 45.0);

 break;<!--c2--></div><!--ec2-->Added was the line -

DeleteQuestAttribute("estrella_qc");

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> If anyone had told me back in January that I'd understand this stuff today, I'd have laughed out loud... It amazes me what I've learned just by reading and absorbing...

Thanks again to all who have offered me kind words of support - I hope you are all having a blast with Fred Bob as your officer! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
Hey do we need to download again the mod? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/huh.gif" style="vertical-align:middle" emoid=":huh" border="0" alt="huh.gif" />
 
<!--`QuoteBegin-Vassal`+--><div class='quotetop'>QUOTE(Vassal)</div><div class='quotemain'><!--QuoteEBegin-->Hey do we need to download again the mod? [/quote]<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />

<span style='`font-size`:25pt;`line-height`:100%'><!--`QuoteBegin-CatalinaThePirate`+--><div class='quotetop'>QUOTE(CatalinaThePirate)</div><div class='quotemain'><!--QuoteEBegin-->I put up separate files to download, these are in the folder "FBQ update July 2 '04". [/quote]</span> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />

OR you can add the code in manually as I've indicated.
 
Sorry <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/ib012.gif" style="vertical-align:middle" emoid=":cry" border="0" alt="ib012.gif" />: ......i think i'll go some time <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/ib012.gif" style="vertical-align:middle" emoid=":cry" border="0" alt="ib012.gif" />: .........
 
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Sorry   ......i think i'll go some time  .........<!--QuoteEnd--></div><!--QuoteEEnd-->

There, there, Vassal, you know Lady Cat's just teasin', if she didn't like all of us would she have made such a great mod?

Dry your eyes and drink your rum like a good pirate now, there's the lad!
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
Aww Vassal... I'm not mad, and I'm not shouting. I just thought it would be easier to read through the bottom of that rum glass if I made the print a bit bigger! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/icon_wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="icon_wink.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
 
hehehe <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" /> .....caught you!!! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" /> ....
 
<!--`QuoteBegin-CapitainDams`+--><div class='quotetop'>QUOTE(CapitainDams)</div><div class='quotemain'><!--QuoteEBegin-->we need to reinit or restart?[/quote]Only if you are doing a completely new install. Otherwise, just reinit.

(sorry, should have mentioned that, too!) <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/blush.gif" style="vertical-align:middle" emoid=":eek:ops" border="0" alt="blush.gif" />:

Vassal, YOU TEASE!!! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
Back
Top