Jump to content
  • 0

Color Community


Question

Posted

Hello,

 

I have a little question. 

I would like a name color different for players in community (alt + B ).

For exemple, a player in a faction has a blue color and an another player has a red color.

After several tests, i have the same results : white, yellow, dark red or orignal blue.

 

There is a specific list ? Or other color exist ?

 

Thx !

 

/* RegionBBSManager.java */

// FACTION
						if (player.get_faction() == 2)
						{
							StringUtil.append(htmlCode, "<font color=\"" + Config.VALAKAS_NAME_COLOR_BBS + "\">", player.getName(), "</font>");
						}
						if (player.get_faction() == 1)
						{
							StringUtil.append(htmlCode, "<font color=\"" + Config.ANTHARAS_NAME_COLOR_BBS + "\">", player.getName(), "</font>");
						}
						else
						{
							htmlCode.append(player.getName());
						}

/* Config.java */

VALAKAS_NAME_COLOR_BBS = Integer.decode("0x" + CustomSettings.getString("ValakasNameColorBBs", "003300"));
ANTHARAS_NAME_COLOR_BBS = Integer.decode("0x" + CustomSettings.getString("AntharasNameColorBBs", "003366"));

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

Config looks fine. Change the if if else, to if/else if/else

// FACTION
 if (player.get_faction() == 2)
   StringUtil.append(htmlCode, "<font color=\"" + Config.VALAKAS_NAME_COLOR_BBS + "\">", player.getName(), "</font>");
else if (player.get_faction() == 1)
   StringUtil.append(htmlCode, "<font color=\"" + Config.ANTHARAS_NAME_COLOR_BBS + "\">", player.getName(), "</font>");
else
    htmlCode.append(player.getName());

If that doesn't fix it, try following. Dunno what pack are you using, but as I see you use getString(, try to replace it with getProperty(, if no error. :P

Edited by SweeTs
  • 0
Posted

Thx for "else if" !  ;D

 

But colors are same : white, yellow, dark red or orignal blue. :/

 

getProperty is'nt valide for me.

"The getProperty (String, String) is undefined for the type PropertiesParser "

 

L2J Datapack Version: 10402

L2J Server Version: 6608

 

 

  • 0
Posted
Doesn't work if i use plain text or if i test the BGR. :/ 

I don't understand the problem.  :'(

 



//Offline
if (player.isOnlineInt() == 2) // 2 == en mode offline.
{
StringUtil.append(htmlCode, "<font color=\"" + Config.OFFLINE_NAME_COLOR_BBS + "\">", player.getName(), "</font>");
}
// FACTION
else if (player.get_faction() == 2)
{
StringUtil.append(htmlCode, "<font color=\"red\">", player.getName(), "</font>");
}
else if (player.get_faction() == 1)
{
StringUtil.append(htmlCode, "<font color=\"blue\">", player.getName(), "</font>");
}
else
{
htmlCode.append(player.getName());
}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Nice server, bro — 0 online and no crash. 🙂 You keep bragging that it’s online and has people, but in reality there’s nobody there. 😄
    • Wooowww!! Thank you so much bruv!! Really useful!! Thank you for smart solution, work and sharing!!
    • Generate your own. There are tools. 
    • Server Athena x45 C4 is running online since 11 January 2026 without wipe.
    • L2SPIRIT OF LORENA x3 INTERLUDE Discord: Discord SPIRIT OF LORENA < WEBSITE: L2 Spirit of Lorena x3 Interlude WEBSITE: L2-LORENA Network x30 x1200 x5000 PvP GRAND OPENING – 12 JUNE 2026 19:00 UTC+2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ LONG TERM PROJECT NO WIPE CLASSIC INTERLUDE OLD SCHOOL COMMUNITY REAL PROGRESSION ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ WHY L2SPIRIT OF LORENA? Are you tired of servers that die after a few weeks? L2Spirit of LORENA was created for players who miss the true Interlude feeling: Clan Wars Castle Sieges Epic Bosses Party Farming Real Economy Long Term Progression No shortcuts. No instant endgame. No seasonal wipes. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SERVER INFORMATION 🛡 Chronicle: Interlude Type: Classic Low Rate Server: Long Term International Community ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ RATES EXP/SP x3 Adena x3 Drop x3 Spoil x3 Raid Boss x3 Seal Stones x3 Quest x3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ DYNAMIC EXP SYSTEM 1-20 = x3.0 20-40 = x2.7 40-52 = x2.4 52-61 = x2.1 61-70 = x1.8 70-76 = x1.5 76-77 = x1.2 77-78 = x1.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ FEATURES Auto Learn Skills Auto Farm Available 2 Windows Maximum Retail Olympiad Epic Bosses Daily Events Stable Dedicated Server Active Administration ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ WHAT MAKES US DIFFERENT? No Wipe Policy Stable Economy Competitive Olympiad Clan Focused Gameplay Retail Feeling Friendly Community ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ THE JOURNEY MATTERS Every level. Every raid. Every item. Every victory. This is the Interlude experience you remember. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SERVER STATUS TOP L2JBRASIL:Top L2JBrasil de Servidores de Lineage2 - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ OPENING DAY 12 June 2026 19:00 UTC+2 Prepare your clan. Prepare for war. The adventure begins. SEE YOU IN SPIRIT OF LORENA!
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..