Lava Titan
Developer
hey, I got all my weapons registered in XML but the item attributes like magic lvl +2 or any other skill isn't working at all
do I need to register it somewhere else?
TFS 1.2:
weapons.xml:
items.xml:
I also tried:
do I need to register it somewhere else?
TFS 1.2:
weapons.xml:
Code:
<melee id="7405" level="100">
<vocation name="Knight" />
</melee>
items.xml:
Code:
<item id="7405" article="a" name="Sword">
<attribute key="attack" value="10" />
<attribute key="weaponType" value="sword" />
<attribute key="skillSword" value="2" />
</item>
I also tried:
Code:
<melee id="7405" level="100" unproperly="1">
<vocation name="Knight" />
</melee>