Like I thought, there is errors in the codes on the main post, a few parts miss in zitem and strings, here's the codes:
Code:
<ITEM id=400005" name="STR:ZITEM_NAME_400505" mesh_name="eq_hands_skeleton" totalpoint="0"
type="equip" res_sex="m" res_level="15" slot="hands" weight="6" bt_price="400" hp="3"
ap="12" maxwt="-2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400505" />
<ITEM id="400506" name="STR:ZITEM_NAME_400506" mesh_name="eq_hands_skeleton" totalpoint="0"
type="equip" res_sex="f" res_level="15" slot="hands" weight="6" bt_price="400" hp="3"
ap="12" maxwt="-2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400506" />
and for strings:
Code:
<STR id="ZITEM_NAME_400505">Demon Hand (Men)</STR>
<STR id="ZITEM_DESC_400505">A glove with an unknown dark force. It feels a lot heavier than it looks.</STR>
<STR id="ZITEM_NAME_400506">Demon Hand (Women)</STR>
<STR id="ZITEM_DESC_400506">A glove with an unknown dark force. It feels a lot heavier than it looks.</STR>