Credits to RepOfAstra for giving me the idea about hex-editing the meshname so I thought, a new set would be created without having to replace/overwrite the older ones.
And a 80% credit to bepeto or something....
His dedicated thread: http://forum.ragezone.com/gunz-releases/realese-special-training-227563.html
*These sets took the form of Battle Brood*
Add this in your man01.xml
Add this into your woman01.xml
Zitem.xml
For Men~
For Women~
And your shop.xml of course...
Copy these files from the download to your appropriate man/woman.mrs
Do not copy exactly, change things according to your Zitem/man01.xml's content. And for strings, add your own
man.mrs
woman.mrs
Period.
And a 80% credit to bepeto or something....

His dedicated thread: http://forum.ragezone.com/gunz-releases/realese-special-training-227563.html
*These sets took the form of Battle Brood*
Add this in your man01.xml
<AddParts name="parts58" filename="man-parts3d.elu"> </AddParts>
Add this into your woman01.xml
<AddParts name="parts64" filename="woman-parts3d.elu"> </AddParts>
Zitem.xml
For Men~
<ITEM id="220040" name="STR:ZITEM_NAME_520040" mesh_name="eq_head_3d" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="500"
hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520040" />
<ITEM id="221032" name="STR:ZITEM_NAME_521032" mesh_name="eq_chest_3d" totalpoint="0" iscashitem="false"
type="equip" res_sex="m" res_level="15" slot="chest" weight="15" bt_price="1100"
hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521032" />
<ITEM id="222027" name="STR:ZITEM_NAME_522027" mesh_name="eq_hands_3d" totalpoint="0" iscashitem="false"
type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="600"
hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522027" />
<ITEM id="223030" name="STR:ZITEM_NAME_523030" mesh_name="eq_legs_3d" totalpoint="0" type="equip"
res_sex="m" res_level="15" slot="legs" weight="14" bt_price="900" hp="3" ap="24" iscashitem="false"
maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523030" />
<ITEM id="224030" name="STR:ZITEM_NAME_524030" mesh_name="eq_feet_3d" totalpoint="0" type="equip"
res_sex="m" res_level="15" slot="feet" weight="4" bt_price="700" hp="3" ap="14" iscashitem="false"
maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524030" />
For Women~
<ITEM id="220540" name="STR:ZITEM_NAME_520540" mesh_name="eq_head_3d" totalpoint="0"
type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="500"
hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520540" />
<ITEM id="221532" name="STR:ZITEM_NAME_521532" mesh_name="eq_chest_03d" totalpoint="0" iscashitem="false"
type="equip" res_sex="f" res_level="15" slot="chest" weight="15" bt_price="1100"
hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521532" />
<ITEM id="222527" name="STR:ZITEM_NAME_522527" mesh_name="eq_hands_3d" totalpoint="0" iscashitem="false"
type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="600"
hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522527" />
<ITEM id="223530" name="STR:ZITEM_NAME_523530" mesh_name="eq_legs_3d" totalpoint="0" type="equip"
res_sex="f" res_level="15" slot="legs" weight="14" bt_price="900" hp="3" ap="24" iscashitem="false"
maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523530" />
<ITEM id="224530" name="STR:ZITEM_NAME_524530" mesh_name="eq_feet_3d" totalpoint="0" type="equip"
res_sex="f" res_level="15" slot="feet" weight="4" bt_price="700" hp="3" ap="14" iscashitem="false"
maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524530" />
And your shop.xml of course...
<SELL itemid="220040" />
<SELL itemid="220540" />
<SELL itemid="221032" />
<SELL itemid="221532" />
<SELL itemid="222027" />
<SELL itemid="222527" />
<SELL itemid="223030" />
<SELL itemid="223530" />
<SELL itemid="224030" />
<SELL itemid="224530" />
Copy these files from the download to your appropriate man/woman.mrs
Do not copy exactly, change things according to your Zitem/man01.xml's content. And for strings, add your own

man.mrs
To view the content, you need to sign in or register
To view the content, you need to sign in or register
woman.mrs
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Period.