• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

hello when I want to use my article I get this error

weedmen

Refugee
hello when I want to use my item I get this error
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
7_Days_to_Die_Screenshot_2020.05.20_-_15.28.25.25.png


xml:
image.png

 
If i had to guess, without seeing a log, I would say your repair item is the culprit. If you want an item to repair another item, it needs a repair amount in it's xml...  Look for

Code:
<property name="RepairAmount" value="20"/>
 
If i had to guess, without seeing a log, I would say your repair item is the culprit. If you want an item to repair another item, it needs a repair amount in it's xml...  Look for

<property name="RepairAmount" value="20"/>

that was the problem, thank you very much bro!!

 
Back
Top