Jump to content
  • 0

Help Syntax Armor Xml


criss22

Question

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Change from heavy to HEAVY

and scale_of_dragon to SCALE_OF_DRAGON

And crystal_type from s to S

Edited by Reborn12
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...