Heya,today i wanna show you how to change Chat Colors of Client
ChatCollors
First of all,you need 4Story Source
1.Go to Tclient folder.
2. Open TclientType.h
3. Change colors as you wish,they must be ARGB format.
Code:
#define TCOLOR_CHAT_WHISPER D3DCOLOR_ARGB( 255, 244, 195, 156);
#define TCOLOR_CHAT_NEAR D3DCOLOR_ARGB( 255, 219, 214, 202);
#define TCOLOR_CHAT_MAP D3DCOLOR_ARGB( 255, 246, 142, 85);
#define TCOLOR_CHAT_WORLD D3DCOLOR_ARGB( 255, 16, 240, 32);
#define TCOLOR_CHAT_PARTY D3DCOLOR_ARGB( 255, 87, 195, 223);
#define TCOLOR_CHAT_GUILD D3DCOLOR_ARGB( 255, 170, 221, 85);
#define TCOLOR_CHAT_TACTICS D3DCOLOR_ARGB( 255, 0, 160, 0);
#define TCOLOR_CHAT_FORCE D3DCOLOR_ARGB( 255, 208, 206, 20);
#define TCOLOR_CHAT_OPERATOR D3DCOLOR_ARGB( 255 , 255 , 0 , 0 );
#define TCOLOR_CHAT_COMMANDER D3DCOLOR_ARGB( 255, 240, 170, 240);
And build!

Thank @stotterer09
Just small tutorrial,when i had some freetime