-
Enthusiast
Adding costume set in Server
Hi Everyone I know there are lots of helpful information that can help me here. Please help me about this How to add costume sets and costume wings in server? Im using zteam files Ex802.
Thank you so much for your help.
-
-
Re: Adding costume set in Server
-
Re: Adding costume set in Server
Watch that video it should give you some knowledge your server files are different so you will haft to fill in some spots and information your self. Have A nice day there is plenty of guides for this. Please use google before asking.
-
Enthusiast
Re: Adding costume set in Server
-
Banned
Re: Adding costume set in Server
For Season8, There is a difference in adding Items.
There is another step you have to Add.
Season 8 and later
Additional step is required for Season 8 and later Seasons. Follow to \Data\Local\ of Game Client location and open ItemTRSData.bmd
File is responsible for proper displaying texture position of an item in character inventory. In difference to previous files it is based on ItemID instead category and index.
Formula of calculating ItemID is as follows: (Item Category * 512) + ItemIndex → [/size]Example Item Category is 1 and ItemIndex, so ItemID = 1 * 512 + 15 = 527
- ItemID - Is an ItemID calculated as shown on above example
- X Axis - Model X Axis (from center point)
- Y Axis - Model Y Axis (from center point)
- UNK - Unknown - always 2000
- X Rotate - Model X Rotation
- Y Rotate - Model Y Rotation
- Z Rotate - Model Z Rotation
- Scale - Item scale from original SMD size
Do not know what values to use for axis, rotation and scale? It is dependent from actual size of model in SMD file. Take some existing item and copy the values from it and adjust to get best result - item should be similar to the custom one you add, e.g. armor for custom armor, sword for custom sword etc.