[Help] Problem with a char with gm color L2J 

Newbie Spellweaver
Joined
Aug 22, 2006
Messages
10
Reaction score
0
hii guys i got a weird problem in my server .. i found out that got one player in my server have green name, but he is not a gm just a normal player can anyone tell me why and how to fix thhat?
 
Re: a weird problem that need you guys to give advice

it depends on your config.. maybe he is a clan leader of a lvl5 clan or w/e the settings are.. maybe you even changed the rec colors... but if you just want to change someones color for ex. white... //color ffffff
 
Upvote 0
or... use this and change, gm name color, clan name color and vip color
 
Upvote 0
yeah, its your clan settings, under there something like this..

#change color of clan leaders's name (true/false)
#color of clan leader's name (must be RGB html color: 00FF00 = Green)
ClanLeaderNameColorEnabled = True
#title/name
Clanleadercolored = name
ClanleaderColor = 00FF00
ClanLeaderColorAtClanLevel = 5

If you dont want the name, change where it says
ClanLeaderColored = name
to
ClanLeaderColored - title

thats what i did, because no matter what color i picked it became red *shrugs*
 
Upvote 0
I mange to make my GM character name turquoise and work in game. I copy the color id for an upper line with settings for the title (title color). But in game the id for turquoise is FFFF33 and in the upper link is 00FFFF and for light blue is 0000FF. I think someone has make an error or the game uses another id's that the site.
 
Upvote 0
In all html rules, this is Red - Green - Blue format (RGB), but in L2, it's Blue - Green - Red (BGR) format.

Try to invert the two first numbers with the two last numbers. #ABCDEF -> #EFCDAB
 
Upvote 0
Back