Hi boys and girls, why i get error in game server when i add new vorpal armor?
i make this setting,
<?xml version="1.0" encoding="UTF-8"?>
<list>
<item id="9316" type="Armor" name="Vorpal Helmet">
<set name="default_action" val="equip" />
<set name="armor_type" val="heavy" />
<set name="bodypart" val="head" />
<set name="crystal_type" val="s" />
<set name="crystal_count" val="715" />
<set name="material" val="scale_of_dragon" />
<set name="weight" val="7620" />
<set name="price" val="14300000" />
<for>
<add order="0x10" stat="pDef" val="75" />
<enchant order="0x0C" stat="pDef" val="0" />
</for>
</item>
</list>
and in game server
[ Cannot create item 9316
null ];
Who can help me with syntax?
I download armor from
http://www.maxcheaters.com/topic/176091-custom-armors/
Thx all