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!

Custom Titte Colors

Newbie Spellweaver
Joined
Dec 22, 2020
Messages
22
Reaction score
1
Hi all.Me again,
I have been creating custom titles, but I have stuck with the colors of the titles, I don't know how to convert them to int32.
How should I write that data?:*:

hendrick - Custom Titte Colors - RaGEZONE Forums
 
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
I would like to know as well.
The color value is probably signed, converting to unsigned gives a large decimal that cannot convert to RGB.
Sure i can do 'trial-error' to find what are the existing colors values are like, but it we could make a signed color value from an RGB that would be nice.

I would appreciate anyone that can shed some light into this topic, thank you.
 
Upvote 0
Skilled Illusionist
Joined
Feb 2, 2011
Messages
382
Reaction score
200
From what I can remember the colours are RGBA
FFFF00FF (yellow colour hex) convert to int32 little endian, I think.

you could use this
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
Thanks for the reply, i will try it

edit: It works, thank you
 
Last edited:
Upvote 0
Back
Top