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

Quests? Might be :D

superdurnius

Corsair
Coordinator
3D Artist
Storm Modeller
And could someone help me one more time??? (And not the last <img src="style_emoticons/<#EMO_DIR#>/tongue.gif" style="vertical-align:middle" emoid=":blah:" border="0" alt="tongue.gif" /> <img src="style_emoticons/<#EMO_DIR#>/wacko.gif" style="vertical-align:middle" emoid=":wacko:" border="0" alt="wacko.gif" /> <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> )... I created some charakters and I want them to show up only after my dialog "exit" action... and don't show anny more after proper dialog with them... I gues that needs quest_reaction.c editing... And I don't even know how to start... <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Is there some tutors??? I searched and don't found anny of this like...
 
There is one, it is even sticked! It was in the thread with Tools, tutorials and information. That thread directs you to the right thread. Nevertheless, here is the link: <a href="http://forum.piratesahoy.net//index.php?showtopic=11382&st=20&p=231923&#entry231923" target="_blank">http://forum.piratesahoy.net//index.php?sh...mp;#entry231923</a>
 
Thanks... <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
OK, I read it... There is written how to create quest and ect... but I still don't understan how to make:
<!--quoteo(post=248249:date=Apr 1 2008, 12:19 AM:name=SuperDurnius)--><div class='quotetop'>QUOTE (SuperDurnius @ Apr 1 2008, 12:19 AM) <a href="index.php?act=findpost&pid=248249"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I want them to show up only after my dialog "exit" action... and don't show anny more after proper dialog with them...<!--QuoteEnd--></div><!--QuoteEEnd--> Could someone help... <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
You can make characters appear with a line like:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->ChangeCharacterAddress(characterFromID("Raoul Rheims"), "Redmond_residence", "goto1");<!--c2--></div><!--ec2-->Or disappear with:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->ChangeCharacterAddress(characterFromID("Raoul Rheims"), "None", "");<!--c2--></div><!--ec2-->
 
As always Pieter... Thanks <img src="style_emoticons/<#EMO_DIR#>/bow.gif" style="vertical-align:middle" emoid=":bow" border="0" alt="bow.gif" />
 
Back
Top