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

Setting Starting Equipment

Celtoi 937

Sailor
I was wondering, how would you specify what equipment your character starts with in a new game? I often grow tired of starting with a small pistol and a saber, I like to change it up a little bit.
 
Easiest thing to do is to add two lines<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->GiveItem2Character(pchar,"blade2+1");
EquipCharacterByItem(pchar,"blade2+1");<!--c2--></div><!--ec2-->to PROGRAM\console.c below<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->void ExecuteConsole()
{
    ref pchar = GetMainCharacter();
    ref ch;
    int i;<!--c2--></div><!--ec2-->, then run the game and press F12 to get the item. You can choose from all items in PROGRAM\ITEMS\initItems.c.
 
You Rock Pieter!! <img src="style_emoticons/<#EMO_DIR#>/bow.gif" style="vertical-align:middle" emoid=":bow" border="0" alt="bow.gif" /> THANKS
 
Back
Top