Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

How to make fashion recolor?

Initiate Mage
Joined
Apr 13, 2020
Messages
1
Reaction score
0
How can I recolor myshop fashion? I'm very new to this.

thank you so much
 
I don't know about working with the .pal part of these files but you want to edit the itemparamcm2 table to add new myshop items.
PartFileName is probably the actual one you need to edit to get the fashion to appear in game on your character sprite.
 
I'm using Color Palette Editor to edit .pal files

Open the Trickster Online folder > data > wear_parts
In this folder you will find all the .pal files

The .pal files represent the color palette responsible for coloring the characters' clothes

Now you will download the Cyotek Color Palette Editor

This program allows you to change the colors of the palette corresponding to the item.

kiddevila - How to make fashion recolor? - RaGEZONE Forums


These green squares represent the background. These you will not change the color.Change only the colors of the squares that represent the color of the item you are changing.
You can use the color guides to find the color you want, or enter the Hex code for the color.
Note: Before changing the .pal files, create a backup copy of these files so that you can recover them if you do something wrong.
 
Last edited:
Back