GM name color

05/10/2015 19:17 SkuulCandy#1
Hi, i would like to change my GM name color.
I searched on epvp, and Rebbeca said :
"Open game.exe with HxD and search this
Code:
C7 44 24 14 FF 00 00 FF
it's ARGB form (Alpha Red Green Blue), but the Alpha is FF and don't touch. Use html color panel. I searched, and it's true,
Code:
00 00 FF = Blue color html "FF 00 00 FF" without FF (alpha) expression
. So, i took green color
Code:
33 FF 00
. So,
Code:
FF 33 FF 00
And in game it's always blue.
So, i don't know.
05/10/2015 19:28 Cansas59#2
idk how its work....i would know it too
05/10/2015 19:41 SkuulCandy#3
Normally thatīs it^^ i have chevk with ollydbg correct value and nothings..
05/10/2015 20:46 Myanar#4
you have to find the right one for this. there are more than 1 "blue" things in the file. just search further for the same.
05/10/2015 20:55 SkuulCandy#5
I must search all
Code:
FF 00 00 FF
in my game.exe and replace to
Code:
FF 33 FF 00
o,O

Regards,
05/10/2015 23:38 Myanar#6
no, not all. just the right one. it's enough to change it at just one direction.

i've done this a few years ago and it takes some time to find the correct one, but then
it's enough to change it at just one point (didn't know any longer which one exactly and
the right place differs for every game.exe, for sure)
05/11/2015 00:53 AxelMac#7
[Only registered and activated users can see links. Click Here To Register...]
05/11/2015 09:36 nubness#8
Apply the changes using Cheat Engine or OllyDBG while you're in game, as they apply instantly and you'll know immediately if the last edited offset is the one you need.
05/21/2015 18:01 SkuulCandy#9
UP!
For ep6+ GM Name color, the correct offset and code is this :
PS : It's the same for the other ep's, with the exception of the Offset 0004C000 for ep 5.1 game.exe. If someone need the correct offset for his game.exe. Tell me what ep.

--------------------

Open your game.exe with HxD, and CTRL + G.
Go to this offset (ep6):
Code:
0004BA80
You see that :
Code:
C7 44 24 18 FF 00 00 FF
Here, only us interested
Code:
FF 00 00 FF
The first 3 values are the color BUT reversed... Instead of RGB (Red Green Blue) it is BGR (Blue Green Red)... the last value is the Alpha value that doesnt matter if you change it.

So use this HTML colors : [Only registered and activated users can see links. Click Here To Register...]

For example, i take this color :
Code:
25 A0 C5
You need to replace like this
Code:
C7 44 24 18 C5 A0 25 FF
Diagram ->
Code:
R G B = 25 A0 C5
You need to echange to B G R ->
Code:
B G R = C5 A0 25
And Last value FF is Alpha, don't touch ;)

Save and it's work!

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

Regards,
11/09/2015 23:05 Aviate.#10
Quote:
Originally Posted by SkuulCandy View Post
UP!
For ep6+ GM Name color, the correct offset and code is this :
PS : It's the same for the other ep's, with the exception of the Offset 0004C000 for ep 5.1 game.exe. If someone need the correct offset for his game.exe. Tell me what ep.

--------------------

Open your game.exe with HxD, and CTRL + G.
Go to this offset (ep6):
Code:
0004BA80
You see that :
Code:
C7 44 24 18 FF 00 00 FF
Here, only us interested
Code:
FF 00 00 FF
The first 3 values are the color BUT reversed... Instead of RGB (Red Green Blue) it is BGR (Blue Green Red)... the last value is the Alpha value that doesnt matter if you change it.

So use this HTML colors : [Only registered and activated users can see links. Click Here To Register...]

For example, i take this color :
Code:
25 A0 C5
You need to replace like this
Code:
C7 44 24 18 C5 A0 25 FF
Diagram ->
Code:
R G B = 25 A0 C5
You need to echange to B G R ->
Code:
B G R = C5 A0 25
And Last value FF is Alpha, don't touch ;)

Save and it's work!

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

Regards,
do u know the offsets for game.exe 5.4?
11/10/2015 06:11 AxelMac#11
Quote:
Originally Posted by Aviate. View Post
do u know the offsets for game.exe 5.4?
is always
Code:
0004BA80
@skull i have a question, this is for Gm color but if i want change guild color can give a offset ?
11/10/2015 11:17 Truth1010#12
can be found easily if you know the HTML color code for Guilds. I'd say look around the code given by Skull for GM colour, see if anything stands out to you.
11/10/2015 15:19 snowofdragon#13
can u give me GM offsets on EP4?
11/10/2015 17:53 SkuulCandy#14
Yes ep5.4 offset is
Code:
0004BA80
and guild color euhm idk but i know all guild/charname/gm_name/ennemies/name is the SAME code
Code:
C7 44 24 18 FF 00 00 FF
but with differents offset and it works like gm name ->
The first 3 values are the color BUT reversed... Instead of RGB (Red Green Blue) it is BGR (Blue Green Red)... the last value is the Alpha value that doesnt matter if you change it.

"can u give me GM offsets on EP4?"
  • Give me your game.exe
  • Or use my offset and try some possibilities
  • Or it's the same :D
11/12/2015 12:45 Eric-Dutra16#15
You can also use the Cheat Engine or OllyDbg to edit, game.exe 5.4 offset is: 0044BA85
Quote:
mov [esp+18],FF0000FF