Problem wth GM color

08/03/2019 15:57 tom423755#1
Hello,

I have a problem with the GM color display.

Seen by me, I see a blue color.

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

Seen by someone else, my rank is purple.

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

And in invisible mode, it is in purple with two grades displayed
>.>

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

Can anyone help me ?
08/03/2019 16:11 IceTrailer#2
What packets does the client receive?
08/03/2019 16:44 tom423755#3
Quote:
Originally Posted by IceTrailer View Post
What packets does the client receive?
public string GenerateCInfo() => $"c_info {(Authority > AuthorityType.User && !Undercover ? $"[{Authority}]" + Name : Authority == AuthorityType.GM ? $"[P{Prestige}]" + Name : Authority == AuthorityType.User ? $"[P{Prestige}]" + Name : Authority == AuthorityType.BitchNiggerFaggot ? Name + "[BitchNiggerFaggot]" : Name)} - -1 {(Family != null && FamilyCharacter != null && !Undercover ? $"{Family.FamilyId} {Family.Name}({Language.Instance.GetMessageFromKey (FamilyCharacter.Authority.ToString().ToUpper())}) " : "-1 -")} {CharacterId} {(Invisible ? 6 : 0)} {(byte)Gender} {(byte)HairStyle} {(byte)HairColor} {(byte)Class} {(GetDignityIco() == 1 ? GetReputationIco() : -GetDignityIco())} {(Authority > AuthorityType.User && !Undercover ? CharacterHelper.AuthorityColor(Authority) : Compliment)} {(UseSp || IsVehicled ? Morph : 0)} {(Invisible ? 1 : 0)} {Family?.FamilyLevel ?? 0} {(UseSp ? MorphUpgrade : 0)} {ArenaWinner}";
08/03/2019 16:53 IceTrailer#4
And what does the client receive? Did you check the with packet logger?
08/04/2019 12:42 tom423755#5
Issue resolved, you can close.

#close
08/04/2019 13:54 IceTrailer#6
#closed