Quote:
i did that and in type it says Garment type:Garment and still not a garment
thanks but i go invisible when i wear itQuote:
What you need to do is change the item's type.
Lemme explain by breaking down and item id:
Say an item id is 410289
The number 410 tells you what kind of item it is.
The number 28 is the items number, like for instance all level 125 blades are 28 and all 126 blades are 29.
The number 9 tells you the quality.
3-5 is normal.
6 is refined.
7 is unique.
8 is elite.
9 is super.
You would want to change the first 3 numbers to be a garment number.
Like 185. (Correct me if I'm wrong.)
Make sure the id isn't taken.
Hope this explains it.
Because now that you have changed the id of the item you now need to change everything related to its presence.Quote:
oh cool now i go invisible when i wear it :mad:
Quote:
Because now that you have changed the id of the item you now need to change everything related to its presence.
Search these files for the old ID and just change it to the new id.
-Armor.ini
-ItemTexture.ini
-Mapitemicon.ani
-Itemminicon.ani
If I missed any please correct me.
Quote:
oh great so my Garment id is 185010 so what is the id of it in the armor.ini
and thx hep u always help ppl i voted for you:handsdown:
when i was editing armor.ini i found 1137010,2137010,3137010,4137010 i left the first number and i edited the 137010Quote:
Well the id of it in armor.ini is the old id which should be changed to the new id(185010)
I THINK it was 137010.
I'm not sure.
And no problem:]
I'm here to help.
Thats not what i told you to do at all.Quote:
i did that and in type it says Garment type:Garment and still not a garment
Or he can do what I said and change the item's type?Quote:
Thats not what i told you to do at all.
I said to change the range of itemtype that it is so that it is treated by the server as a garment, not just change the type to Garment, and to change your equip script so that you override the client, since the client will think its an armour.