These are what I added.
To zitem.xml from the system.mrs and then repacked.
Code:
<ITEM id="99984"
name="CRUZ-FX177 "
mesh_name="pistol_cru"
totalpoint="0"
type="range"
res_sex="a"
res_level="25"
slot="range"
weapon="pistol"
weight="7"
bt_price="0"
delay="340"
damage="46"
ctrl_ability="30"
magazine="8"
maxbullet="40"
reloadtime="4"
slug_output="true"
gadget_id="0"
hp="0"
ap="0"
maxwt="0"
sf="0"
fr="0"
cr="0"
pr="0"
lr="0"
color="#FFFFFFFF"
image_id="1"
bullet_image_id="0"
magazine_image_id="0"
snd_reload="we_pistol_reload"
snd_fire="we_pistol_fire"
snd_dryfire="357magrevolver_dryfire"
desc="STR:ZITEM_DESC_4001"
effect_id="3" />
<ITEM id="99983"
name="CRUZ-FX177 x2 "
mesh_name="pistol_crux2"
totalpoint="0"
type="range"
res_sex="a"
res_level="40"
slot="range"
weapon="pistol"
weight="7"
bt_price="0"
delay="350"
damage="58"
ctrl_ability="30"
magazine="8"
maxbullet="40"
reloadtime="4"
slug_output="true"
gadget_id="0"
hp="0"
ap="0"
maxwt="0"
sf="0"
fr="0"
cr="0"
pr="0"
lr="0"
color="#FFFFFFFF"
image_id="1"
bullet_image_id="0"
magazine_image_id="0"
snd_reload="we_pistol_reload"
snd_fire="we_pistol_fire"
snd_dryfire="357magrevolver_dryfire"
desc="STR:ZITEM_DESC_4001"
effect_id="3" />
To weapon.xml from model.mrs and then repacked.
Code:
<AddWeaponElu name="pistol_cru" weapon_motion_type = "2" weapon_type = "2" >
<AddBaseModel name="pistol_cru" filename="model/weapon/pistol/pistol_cru.elu" />
</AddWeaponElu>
<AddWeaponElu name="pistol_crux2" weapon_motion_type = "3" weapon_type = "3" >
<AddBaseModel name="pistol_crux2" filename="model/weapon/pistol/pistol_cru.elu" />
</AddWeaponElu>
Copied the elu and tga files to model\weapon\pistol
Copied the new zitem in my match server folder
Copied the new mrs files to my Gunz Client folder
To shop.xml in match server folder.
Code:
<SELL itemid="99984"/>
<SELL itemid="99983"/>