[Release]ChatCollor

02/12/2014 16:38 PinkySwag#1
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!:)
[Only registered and activated users can see links. Click Here To Register...] Thank @stotterer09
Just small tutorrial,when i had some freetime :)
02/12/2014 16:40 RedSwag#2
Good tutorial, anyway, i don't need it :D
You should also teach noobs how to make correct colors
02/12/2014 16:43 PinkySwag#3
Quote:
Originally Posted by kingarturr View Post
Good tutorial, anyway, i don't need it :D
You should also teach noobs how to make correct colors
#IMSOLAZYDOTOIT

[Only registered and activated users can see links. Click Here To Register...]

Hope will work ;D
02/12/2014 16:45 RedSwag#4
#Edit

ok. corrected post :D
02/12/2014 16:52 PinkySwag#5
Quote:
Originally Posted by kingarturr View Post
Sorry, it will not work, you should search about ARGB Colors, or make a vb program to show correct color
Leandro,leandro [Only registered and activated users can see links. Click Here To Register...]

You know :D
02/12/2014 17:01 stotterer09#6
[Only registered and activated users can see links. Click Here To Register...]

here for the colors in rgb have fun guys
03/26/2014 19:31 Swanly#7
Where is TClientTypeH ? I don't have
09/24/2014 17:13 AncientCompiler#8
#EDIT