Hi
i try do somethink new weapon, duplicate sprite and change name and attribute
item.otb:

item.xml:
and code
weapon.xml:
when i run server show me error on weapon.xml. What i do wrong ?
i try do somethink new weapon, duplicate sprite and change name and attribute
item.otb:

item.xml:
Code:
<item id="18549" article="a" name=" destro two handed sword">
<attribute key="weight" value="7000" />
<attribute key="defense" value="25" />
<attribute key="attack" value="29" />
<attribute key="weaponType" value="sword" />
<attribute key="slotType" value="two-handed" />
</item>
and code
weapon.xml:
Code:
<melee id="18549" level="20" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
when i run server show me error on weapon.xml. What i do wrong ?