Color of PC and NPC names. - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Color of PC and NPC names. (/Thread-Color-of-PC-and-NPC-names) |
Color of PC and NPC names. - Murmur - 03-01-2013 11:07 AM Whats up everyone. Now I was scouring the forum and interwebz for how to change the color of NPCS to be Origin-accurate, so the blue character name that sphere is known for is too dark of a blue, it should be lighter. Same with red NPCs and PCs, should not be such a dark true red and more of almost a pinkish red. All I can find is that its an override TAG, but of course, I can't find it myself. Anyone know how to do this for every NPC/PC? And in my typical style, I'll post exactly what I do to fix this so that none of us have to answer this question again. Thanks! RE: Color of PC and NPC names. - RanXerox - 03-01-2013 01:11 PM It is all in sphere.ini // Default color settings for characters (name, speech) //ColorNotoGood=063 // blue //ColorNotoGuildSame=044 // green (ally) //ColorNotoCriminal=03b2 // grey (criminal) //ColorNotoNeutral=03b2 // grey (can be attacked) //ColorNotoEvil=026 // red //ColorNotoGuildWar=02b // orange (enemy guild) //ColorNotoDefault=03b2 // grey (if not any other) RE: Color of PC and NPC names. - Murmur - 03-01-2013 03:41 PM Thanks so much! Uncomment the line: //ColorNotoGood=063 // blue and make it: ColorNotoGood=059 // origin blue Then for red names, uncomment: //ColorNotoEvil=026 // red and make it: ColorNotoEvil=022 // origin red Those other colors were killing me, thanks so much RanXerox!! RE: Color of PC and NPC names. - admin phoenix - 03-01-2013 08:08 PM tag.hue.name also change the color name of the npc |