SphereCommunity
Change color name - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Change color name (/Thread-Change-color-name)



Change color name - Pabllo Vittar - 11-07-2018 08:09 AM

Hi

How can I change a color name of players?


RE: Change color name - azmanomer - 11-07-2018 08:32 AM

You can add events to players and under that event;

on @click
say @1231 <name>

something like this. I cant remember how to color it but it was like this.


RE: Change color name - golfin - 11-08-2018 02:53 AM

You can set the color of different states in sphere.ini
line 578

Code:
// Default color settings for characters names (notoriety)
//ColorNotoGood=059            // blue
//ColorNotoGuildSame=03f    // green (ally)
//ColorNotoNeutral=03b2        // grey (can be attacked)
//ColorNotoCriminal=03b2    // grey (criminal)
//ColorNotoGuildWar=090        // orange (enemy guild)
//ColorNotoEvil=022            // red
//ColorNotoInvul=035        // yellow
//ColorNotoInvulGameMaster=0b    // purple
//ColorNotoDefault=03b2        // grey (if not any other)