Sorry salem rey .. You should stop hosting a server, untill you understand it better... Find the ID's of your garmets.. and find the models.. of each male/female..Here is an example....
Code:
case 12345: <--- Garmet ID..
{
if (Body == 1003 <--- MALE/SMALL || Body == 1004 <-- MALE/Large)
{
return;
}
break;
}
So if its a MALE garmet, get the two IDs for female, Small and Large.. I don't know them off the top of my head... I don't even know male... So what you want to do is... Go to the item.txt .. search for garmets.. Ctrl + H ... and search for... HeavenScent... take that ID.. and put it as.. 12345..
so it would be... case HEAVENSCENTSID:
NOW... find the ID for the sex.. and put them in the Body.. IDs... so like... if u want to put MALE in there.. you going to want to find the MALE ID's .. THERE ARE TWO.. ID's... Small/Large... if u want those ID's.. I suggest looking for NinjaAmulet.. or SurgenMircal ... and it should tell them... If you don't understand that.. No use in you starting this.. Just expierement.. its must better.. Start with small things like.. MAKING a NPC give you free CPs... copy and paste OTHER npcs. information into combining another one.. so you learn how they work... Click Thanks.. please...