Guild Leader/Member different color

01/09/2019 13:09 [ADM]Beno™#1
Hello !

I'm looking forward for some help, i wanna try have different guild leader/member color from another guild

Example :

Guild "test" = Leader = Red, Members = White
Guild "test2" = Leader = Yellow , Members = blue


Thanks in advice ! :)
01/09/2019 14:48 JuuF#2
Unfortunately PS_Game sends only leader info, so it is not possible unless you send a custom packet or edit the existing packet.
01/09/2019 15:18 [ADM]Beno™#3
Quote:
Originally Posted by JuuF View Post
Unfortunately PS_Game sends only leader info, so it is not possible unless you send a custom packet or edit the existing packet.
Can we talk in skype about editing existing packets ? Or can you share it here ... hex or offsets or address

Really appreciate your comment !
01/09/2019 15:33 JuuF#4
Ups.. I totally misunderstood your question. I thought you were asking if it is possible to set a different color for officers :p

Yes, what you asked is quite possible. There are so many ways to do what you wanted. You can simply store color for each guild id on the client side then add a check on where guild name render function is called or like I said on the first post you can use custom packets.