npctalk

Tsuuu

New member
Messages
80
Points
0
Emulator
It is possible to change the color of the writing of "npctalk" in chat? Or will always be white?

I'm sorry if I posted the wrong place.

 
idk maybe try

npctalk "^5BA146Hello, world!^000000";


but i also see in constants.nd there are these values

C_AQUA: 65535
C_BLACK: 0
C_BLUE: 255
C_GRAY: 8421504
C_GREEN: 32768
C_LIME: 65280
C_MAROON: 8388608
C_NAVY: 128
C_OLIVE: 8421376
C_ORANGE: 16753920
C_PURPLE: 8388736
C_RED: 16711680
C_SILVER: 12632256
C_TEAL: 32896
C_WHITE: 16777215
C_YELLOW: 16776960
C_PINK: 16761035
C_CHOCOLATE: 13789470
C_GOLD: 16766720
C_VIOLET: 15631086
So...I dunno.

 
idk maybe try

npctalk "^5BA146Hello, world!^000000";


but i also see in constants.nd there are these values

C_AQUA: 65535
C_BLACK: 0
C_BLUE: 255
C_GRAY: 8421504
C_GREEN: 32768
C_LIME: 65280
C_MAROON: 8388608
C_NAVY: 128
C_OLIVE: 8421376
C_ORANGE: 16753920
C_PURPLE: 8388736
C_RED: 16711680
C_SILVER: 12632256
C_TEAL: 32896
C_WHITE: 16777215
C_YELLOW: 16776960
C_PINK: 16761035
C_CHOCOLATE: 13789470
C_GOLD: 16766720
C_VIOLET: 15631086
So...I dunno.
I'm sorry for the delay , I tried every way and none worked...

You have any other idea where I look or search?

Obs: Thank you for answer to my topic

 
idk maybe try

npctalk "^5BA146Hello, world!^000000";


but i also see in constants.nd there are these values

C_AQUA: 65535
C_BLACK: 0
C_BLUE: 255
C_GRAY: 8421504
C_GREEN: 32768
C_LIME: 65280
C_MAROON: 8388608
C_NAVY: 128
C_OLIVE: 8421376
C_ORANGE: 16753920
C_PURPLE: 8388736
C_RED: 16711680
C_SILVER: 12632256
C_TEAL: 32896
C_WHITE: 16777215
C_YELLOW: 16776960
C_PINK: 16761035
C_CHOCOLATE: 13789470
C_GOLD: 16766720
C_VIOLET: 15631086
So...I dunno.
not working bro

 
http://www.w3schools.com/colors/colors_picker.asp, choose a color, there will be text thats in bold along the lines of #00ffff, it'll be different for whatever color you choose. so this will be the color you use for you npc chat. if you want it to be that color. follow this way

mes "^00FFFFThis is Aqua Text^000000";

don't forget to change the color back otherwise all the text will be that color.

 
Oh
default_ohmy.png
, i'll test that out and come back to you o.o

 
Back
Top