• 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 How to add ITEMES with added effects?

Jacko

Sailor Apprentice
hello, can you please make a tutorial how to Therad ITEMES would have an impact on, for example, navigation, etc. very helpful?

Cu
Jacko
 
So you should look at the two stickied threads in this (the city of abandoned ships mods) section: 1) How to add new weapons - by Officerpuppy and 2) How to Add or duplicate an Item - by Jonesie

Last you should go to Program/Characters/RPGUtilite

Acquaint yourself with the file. Find the books. You should enter the items that you want to have the ability added in the book format. You don't have to call it a book. Example:

// itmname_PantiesofFantasyStupidity_2
skillN = skillN + SetCharacterSkillByItem(_refCharacter, skillName, SKILL_FENCING, "PantiesofFantasyStupidity_2", iLev2Bonus);

For it to work you must have the underscore symbol with number as part of your new item name.

MK
 
You can also look into the unmodded CoAS files (you'll need an unmodded copy since almost all the enchantments have been removed in GoF!) and look at the various enchantments that some items have, just copy and paste what you want.
 
Good recommendation OP,

The books are the only items that have modifiers still in place for GOF which is why I recommended the books. That format is nearly the same as the COAS stock/vanilla format and can be used for all the items that require a modifier.

MK
 
Back
Top