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

need help with something

Golock

Landlubber
can someone help me and tell me how to change my weapons, sword gun spyglass and anyone help me? Thanks in advance
 
I don't know if you want to replace the current items or if being given the new items in addition would be good enough. The easiest way to be given new items is to add some one line of code for each item you want to be given:
<i>GiveItem2Character(Pchar, "giveitm");</i>
Replace "giveitm" with the item you want to be given (find names in initItems.c).

Make sure you put this code in some place where it is executed when you start the game, for example in PROGRAM\QUESTS\both_reaction.c in the <i>case "Tut_start":</i> code.
 
I"m wanting new weapons.... like instead of a saber at the begining a silver leaf or something.... and like a supeiuor spy glass and a exellent scraper gun.... but thanks for the info, it should work for what I want <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid=":cheeky" border="0" alt="icon_mrgreen1.gif" />
 
Back
Top