Ok well I need help adding a new weapon to my game.And I need to learn how to add it.Like lets say i wanna use breaker for it.But at same time keep the one that in shop.like i wanna know to to rename that and stuff please help.
<ITEM id="4" name="STR:ZITEM_NAME_4"
You could copy this entire item and paste it at the bottom of your zitem.xml, then start editing the copy. Note: I did not show the entire item.
<ITEM id="30001" name="SUPA BIG CRAZY ROCKET"
<SELL itemid="30001" />
i do that and i get some crazy error when i try to run matchserver
<ITEM id="20001" name="Breaker 0" mesh_name="shotgun03" totalpoint="0" type="range"
res_sex="a" res_level="0" slot="range" weapon="shotgun" weight="5" bt_price="20000"
delay="500" damage="1000" ctrl_ability="60" magazine="10" maxbullet="50" reloadtime="5"
slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="100" sf="0" fr="0" cr="0" pr="0"
lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6006"
effect_id="7" />
<STR id="ZITEM_NAME_20001">Breaker 0</STR>
<STR id="ZITEM_DESC_20001">New shotgun produced by Arn, which is quite famous for the breaker series of shotguns.</STR>
<SELL itemid="20001" />