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

All Weapons and items from start Mod!!!!!

look below for da cheat <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" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" />
 
I think you should try reenabling the pirat10 (?) Oxbay port trader's `all-including` item collection that B11 disabled, and then setting the startmoney to 9999999 or something. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile2.gif" style="vertical-align:middle" emoid=":))" border="0" alt="smile2.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />
 
Well i just found a way <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" /> while i was editing the charachters init file.
its with the "giveitemtocharachter" thing.

yay! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" />

thanks anyway! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.gif" />

the all stuff mod from <a href="http://forum.piratesahoy.net/ftopic2940.php" target="_blank">http://forum.piratesahoy.net/ftopic2940.php</a>
was a tad wrong, here's the working version for those cheaters whithout the mods <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" />

open the characters init and look for this (at the start of it):

// Set characters initial data

void CreateCharacters()
{
ref ch;
int n;

for(n=0; n<TOTAL_CHARACTERS; n++)
{
makeref(ch,Characters[n]);
//DeleteAttribute(ch,"act");
DeleteAttribute(ch,"");
//Logic data
ch.id = "0";
ch.index = n;
ch.sex = "man";
under ch.sex = "man"; type:
GiveItem2Character(ch, "blade28");
GiveItem2Character(ch, "blade23");
GiveItem2Character(ch, "blade22");
GiveItem2Character(ch, "blade21");
GiveItem2Character(ch, "blade20");
GiveItem2Character(ch, "blade19");
GiveItem2Character(ch, "blade18");
GiveItem2Character(ch, "blade17");
GiveItem2Character(ch, "blade16");
GiveItem2Character(ch, "blade15");
GiveItem2Character(ch, "blade14");
GiveItem2Character(ch, "blade13");
GiveItem2Character(ch, "blade12");
GiveItem2Character(ch, "blade11");
GiveItem2Character(ch, "blade10");
GiveItem2Character(ch, "blade9");
GiveItem2Character(ch, "blade8");
GiveItem2Character(ch, "blade7");
GiveItem2Character(ch, "blade6");
GiveItem2Character(ch, "blade5");
GiveItem2Character(ch, "blade4");
GiveItem2Character(ch, "blade3");
GiveItem2Character(ch, "blade2");
GiveItem2Character(ch, "pistol2");
GiveItem2Character(ch, "pistol3");
GiveItem2Character(ch, "pistol4");
GiveItem2Character(ch, "pistol5");
GiveItem2Character(ch, "pistol6");
GiveItem2Character(ch, "spyglass2");
GiveItem2Character(ch, "spyglass3");
GiveItem2Character(ch, "spyglass4");
and there you go! if your a cheater too and this dosen't work,
`e-mail` me at kane.wright@ntlworld.com and I will send you my edited charachter init file with something extra special added in when you start a new game... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dev.gif" style="vertical-align:middle" emoid=":d:" border="0" alt="dev.gif" />
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" /> Glad you got it working, Modder Pirate! <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" />

I had started to take a look at it when my refrigerator started leaking freon and I got a little distracted... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/urgh.gif" style="vertical-align:middle" emoid=":urgh" border="0" alt="urgh.gif" />
 
Back
Top