Can someone help out with the modding process... I have scanned the mod section of the forums and i still can't figure out what files will be needed to make an item mod.... Maybe I missed something....
You have to add a itemDB.xml file to the mod folder, as well as a folder named "items" with the item image image in it (if you want to use a image custom made that can't be found in the original items folder.)
ok is the itemDB XML empty except the item code being added and will I have to add a spellDB if it has an effect with it... sorry I'm new to it but willing to learn
Yes, you only need to add the new items. It should look something like this: <itemDB> <item name="Fenrir" iconFile="items/cat_shield.png" artifact="1"> <price amount="9001"/> <armour level="10" type="head"/> <resistbuff piercing="1"/> <artifact quality="5"/> <description text="Your loyal sidekick who sticks with you through thick and thin."/> </item> </itemDB> And yes, the spell will have to be added to spellDB
Code: <itemDB> <itemname="Glass Sword" iconFile="items/sword_glass.png" level="5" type="0" craftoutput="1"> <price amount="3750"/> <description text="Ooooo... Colorful and see through. Hope it doesn't break."/> </item> </itemDB> Am I on the right track... also will i need to add the craftingDB to add the recipe...
Ok im going to keep asking on this thread... thanks for your help already ChristmasAsen My itemDB XML won't open to browser like all the other XML is it a problem in the code format...
Hey if post up my mod can someone check it over for me im still need to do icons for now but at least the code (spell looks tricky...)