Armour color changes...

AngelLight

Guest
Hello I been fighting with an NPC that gives the option to change armour color.
I am trying to figure out the color red but all I am getting is purple.
Any happen to have a NPC that changes armour color to..
Red and black?
If so could you tell me the numbers that work for those colors?
Thank you in advance
*hugz*
 

melli

Loyal Member
Loyal Member
Apr 18, 2003
28
2
79
if it uses rgb values in the npc it would be R255 G0 B0 anf if it's a hex value it's #FF0000 or just FF0000

i'll check my armour npc, it's definatly RGB values so red would be 255 0 0 then you should get your red :)

melli.
 
Upvote 0

Miranda

Dedicated Member
Dedicated Member
Nov 14, 2003
48
0
32
eerrr well it should be rgb but it isnt its grb I think ( if I remeber correct)
 
Upvote 0

AngelLight

Guest
k well 255 0 0 gets me a vivid purple
0 255 0 a greenish
0 0 255 blue

So from that I know it is RGB

I just can not get my NPC to make armour red or black.

Any in here have a working NPC that does it?

Or is there possibly a random color script for armour?
Like I have for hair.

Just curious cuase I am a n00b in all this.

Thanx in advance!
 
Upvote 0