title color

02/06/2018 17:41 mado2022#1
hello guys
i was wondring is there any way to change title color
different color for exampe " red - blue .. etc "
02/06/2018 17:43 Kaffeepflanze#2
no
02/06/2018 18:35 SubZero**#3
Quote:
Originally Posted by Kaffeepflanze View Post
no
waw how private servers like ruby/duck ..etc do it?
02/06/2018 19:29 blapanda#4
Quote:
Originally Posted by Zoro.Sro View Post
waw how private servers like ruby/duck ..etc do it?
By actually modifying the client executable ... If you know how, you can achieve way more than you might think of.
Look for my signature, as an example.
02/21/2018 02:39 Zoser1337#5
ya you can you have to edit sro_cleint
i need to know how too :D
02/21/2018 09:13 TrashBag#6
Quote:
Originally Posted by blapanda View Post
By actually modifying the client executable ... If you know how, you can achieve way more than you might think of.
Look for my signature, as an example.
yes we looking for it and not all of us know how to use ollydbg XD
you explain how?
02/21/2018 15:07 blapanda#7
Quote:
Originally Posted by TrashBag View Post
yes we looking for it and not all of us know how to use ollydbg XD
you explain how?
I will hint the chat color adjustment, instead:
Write down an example text "hello" to the actual chat window as in regular/guild/party/GM/notice/etc. and screenshot that one.
Get an application for manipulating colors and such (Photoshop for example), open the screenshot in that one, get used to the color-copy (pipette), get the color code, hex it, boot up ollydbg, load the executable with it, search for the color-hex code.
Dribble oil on top, add some cheese, season it.
Baked silkroad executable medium rare, done.
02/24/2018 20:55 hoangphan7#8
+1 waitfor tut :v
02/24/2018 22:16 AceSpace#9
Quote:
Originally Posted by blapanda View Post
I will hint the chat color adjustment, instead:
Write down an example text "hello" to the actual chat window as in regular/guild/party/GM/notice/etc. and screenshot that one.
Get an application for manipulating colors and such (Photoshop for example), open the screenshot in that one, get used to the color-copy (pipette), get the color code, hex it, boot up ollydbg, load the executable with it, search for the color-hex code.
Dribble oil on top, add some cheese, season it.
Baked silkroad executable medium rare, done.
Nah

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

If you wish to change the chat colors (static) of each type, you can use this tutorial:
[Only registered and activated users can see links. Click Here To Register...]


If you want a more customizable approach, try using SRO++ (it has packet hooking, so use a custom packet and communicate with it via filter):
[Only registered and activated users can see links. Click Here To Register...]


If you wish to edit the color of title, it can be done to each TitleID(HwanLevel) and that can be achieved through some asm work, as for a hint try looking for the original color of title or debug sro_client and look for the title that ur character has on
03/16/2018 07:23 blapanda#10
Quote:
Originally Posted by Locklyon View Post
If you wish to edit the color of title, it can be done to each TitleID(HwanLevel) and that can be achieved through some asm work, as for a hint try looking for the original color of title or debug sro_client and look for the title that ur character has on
Nope.

Searching for the color of the title is as useless as searching for the Sox and Item name color. They are not 1:1 hex converted.
People have to look for the structure where the player name, guild name, guild alias name, title name etc are allocated at, and there will be the coloro.Just making a Screenshot, taking the correct #000000FF and searching it inside the client won't result into anything useful 😋