Things you will need,
hex workshop
elu file
mrs decompiler
in this example i will be using the assassin set decoompile the man.mrs find man-parts_assassin.elu
hex edit the elu file with hex editor press ctrl + f make sure the type is "text string" where it says value type in "eq_" and press enter. say i want to clone the hat i would find it in hex editor which is:
change it but dont go over its space limit the hats space limit is 16 including the underline change it to whatever you want mines will be "eq_head_clonesin" now save it as whatever you like man-parts_clonesin.elu go into the man folder make a new folder name it clone paste the elu there and copy the .dds file of the hat and drop it in that folder also now open up man01.xml find the last part like:
Code:
<AddParts name="parts87" filename="man-parts_event08.elu"> </AddParts>
copy that line paste it under that part and change name="parts87" to name="parts88" change filename="man-parts_event08.elu" to filename="clone/man-parts_clonesin.elu"
now all you need to do is enter it into the server open up MatchServer open zitem with notepad copy an already made hat code from your zitem paste it somewhere and change the Item id to something else not entered into the zitem before and change the name of the item to anything mines will be clone sin hat, now where it says mesh="" change it to mesh="eq_head_clonesin" save it. open up shop and enter the item id in there update and play.