I will call you 'problem boy' lol
,
first, get the elu and the image [.tga or .tga.dds] file.
then go to woman.mrs or man.mrs.
decompile it,
then you copy the elu and the image in the map wich was created when you decompiled the .mrs file.
now go to youre man01.xml or woman01.xml, and
then put in this:
Code:
<AddParts name="parts99" filename="man-parts05.elu"> </AddParts>
where it says name="put in parts^^" replace the ^^ with 2 numbers wich doesn't excist already in the xml file, like parts99 shouldn't be used.
then where it says filename="put in the elu name."
and then recompile it.
now you have ur man / woman.mrs
next step: system.mrs
Decompile you're system.mrs, and open up the zitem.xml.
paste this in with the right stats what you want
head
Code:
<ITEM id="EDIT" name="" mesh_name="EDIT" totalpoint="1" type="equip" res_sex="EDIT" res_level="0" slot="head" weight="0" bt_price="0" hp="6" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" iscashitem="true" desc="" />
shirt
Code:
<ITEM id="EDIT" name="" mesh_name="EDIT" totalpoint="1" type="equip" res_sex="EDIT" res_level="0" slot="chest" weight="0" bt_price="0" hp="10" ap="30" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" iscashitem="true" desc=" " />
gloves
Code:
<ITEM id="EDIT" name="" mesh_name="EDIT" totalpoint="1" type="equip" res_sex="EDIT" res_level="0" slot="hands" weight="0" bt_price="0" hp="5" ap="20" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" iscashitem="true" desc="" />
trouser
Code:
<ITEM id="EDIT" name="" mesh_name="EDIT" totalpoint="1" type="equip" res_sex="EDIT" res_level="0" slot="legs" weight="0" bt_price="0" hp="8" ap="30" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" iscashitem="true" desc="" />
shoos
Code:
<ITEM id="EDIT" name="" mesh_name="EDIT" totalpoint="1" type="equip" res_sex="EDIT" res_level="0" slot="feet" weight="0" bt_price="0" hp="5" ap="25" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" iscashitem="true" desc="" />
edit where i typed EDIT.
then recompile the system, put the zitem.xml in ur serverfiles also, put it in ur client, send urself the items and voila :)