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

a few questions

Orias

Landlubber
1) are there any blacksmiths in Build12 mod?

2) is there a way to tweek the items you get when you kill a person so that you dont always get badly worn or worn stuff?

3) when i tryed to change the looks of my character and make him a skelaton it dident work. Can you help me with this?
 
Orias,
We might get bumped to Tips and Tricks, but...
1. Yes, in Douwesan there is a guy walking around who looks like Nathaniel Hawk and he is a blacksmith who will upgrade your swords. Personally, I have found that he keeps strange hours because I cannot always find him, but that's where he should be.
2. In Buildsettings.h you can toggle off the weapons mod, but then I think you will only get the swords from the original game. There is probably a way to mod it, and maybe someone who knows more than I do can help you on this.
3. this usually works for me: In character_init.c I change this;

makeref(ch,Characters[0]); //Blaze Devlin
//ch.perks.list.InstantBoarding = true;
ch.name = "Nathaniel";
ch.lastname = "Hawk";
ch.id = "Blaze";
ch.nation = ENGLAND;
ch.model = "Animists1"; // NK <---this line

to

makeref(ch,Characters[0]); //Blaze Devlin
//ch.perks.list.InstantBoarding = true;
ch.name = "Nathaniel";
ch.lastname = "Hawk";
ch.id = "Blaze";
ch.nation = ENGLAND;
ch.model = "Skel1"; // NK <---this line

You can also put Skel2, Skel3, or Skel4, for different skeletons. I'm not sure if the skeletons can sit down or not, so I'm not sure you can play the main game with them all the way thru. Also, there isn't a picture for them in Build12 for your character screen.

Let us know if this helps. <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" />
 
In BuildSettings.h you will find this setting:
#define MIN_QUALITY_TO_KEEP -2
It determines what the minimum quality level of blades is when taking them from enemies. -2 means all; -1 is all but the worst; 0 is only average and above, and so forth.
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" /> thanks guys for your help <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" />
 
Back
Top