Ok well i downloaded a Zitem Formatter from ragezone and everytime i use it,
it turns this
<ITEM id="1" name="Xian Tactical Assassin Mask (Men)" mesh_name="eq_head_Assassin" totalpoint="type="equip"res_sex="m"res_level="25" slot="head" weight="4" bt_price="0" hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="Highly customized mask worn by the Xian Tactical Assassin Unit (XTA).Their unit is recognized their high moral conviction and swift execution of a “higher law”, earning them the title: “The Shadows of Justice”. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)" iscashitem="false" />
to this
<ITEM id="1"
name="Xian Tactical Assassin Mask (Men)"
mesh_name="eq_head_Assassin"
totalpoint="0"
type="equip"
res_sex="m"
res_level="25"
slot="head"
weight="4"
bt_price="0"
hp="3"
ap="12"
maxwt="0"
sf="0"
fr="0"
cr="0"
pr="0"
lr="0"
color="#FFFFFFFF"
desc="Highly customized mask worn by the Xian Tactical Assassin Unit (XTA).Their unit is recognized for their high moral conviction and swift execution of a “higher law”, earning them the title: “The Shadows of Justice”. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)"
iscashitem="false" />
and yes this is what i want but after its done i put the new zitem.xml to matchserver and the matchserver gives a runtime error.
Does anyone have any other program that will like format the stripe of the zitem to like the columns ones.
it turns this
<ITEM id="1" name="Xian Tactical Assassin Mask (Men)" mesh_name="eq_head_Assassin" totalpoint="type="equip"res_sex="m"res_level="25" slot="head" weight="4" bt_price="0" hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="Highly customized mask worn by the Xian Tactical Assassin Unit (XTA).Their unit is recognized their high moral conviction and swift execution of a “higher law”, earning them the title: “The Shadows of Justice”. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)" iscashitem="false" />
to this
<ITEM id="1"
name="Xian Tactical Assassin Mask (Men)"
mesh_name="eq_head_Assassin"
totalpoint="0"
type="equip"
res_sex="m"
res_level="25"
slot="head"
weight="4"
bt_price="0"
hp="3"
ap="12"
maxwt="0"
sf="0"
fr="0"
cr="0"
pr="0"
lr="0"
color="#FFFFFFFF"
desc="Highly customized mask worn by the Xian Tactical Assassin Unit (XTA).Their unit is recognized for their high moral conviction and swift execution of a “higher law”, earning them the title: “The Shadows of Justice”. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)"
iscashitem="false" />
and yes this is what i want but after its done i put the new zitem.xml to matchserver and the matchserver gives a runtime error.
Does anyone have any other program that will like format the stripe of the zitem to like the columns ones.