Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tut]How to change message color.

Joined
Jun 13, 2010
Messages
46
Reaction score
11
well.. Someone wants to change message colours.
To do this, you'll need to modify elementclient.exe with hex editor.
I will tell you: what and where.

So.. What are we need?..
- Any hex editor (I'm using Sweetscape 010 editor)
- elementclient.exe (I'm using russian one, there is some minor differences between 1.3.6 client and the russian one, but the way to modify 'em is the same)
WARNING!!
make a backup of the original file! you can spoil it!

well...
open the file with hex editor.

search for ^ffffff (white color)(search it as unicode text)
You will find something like this:


You can understand, which hex-code match which color using photoshop or any other programs, that support hex-codes of colors.
so, change your desired color(I've took blue :)) and save the file.
test it :)


p.s. you can change the color hex-code by the prefix

be sure to change all the hex-codes, if you want to do it.
If not,
FAIL


Found and written by G Twenty for *one russian dev forum*. Save my copyright when copying.​
 
Robb
Member
Joined
Jan 22, 2009
Messages
1,224
Reaction score
465
cool trick, you can change the fonts.pck for super customization also.
 
Joined
Jun 13, 2010
Messages
46
Reaction score
11
Glad you like it :) btw, I think there is a way to make a chat just like on PWI. There is many empty places in the ec.exe(filled with 00 bytes). You can make a function instead of this places and make a jmp function from the prefix bytes(which i've shown you in the tut) to your new functions
 
Initiate Mage
Joined
May 23, 2011
Messages
6
Reaction score
0
thx,
btw what version of client you use? can I ask for his client files?
 
Back
Top