Kouri
Member
I wanted to share this little tidbit, but I was not sure what section to put it in so this one won.
I have been doing this for a bit to give items some separation, mainly for artifact rarity. Simple little entry that will change the color of an items name. I know that on the RunUO servers M309 showed some interest in this.
Below is a link to a color chart.
http://www.theodora.com/html_colors.html
Just edit the A335EE to the color you want it to be and your set.
I have been doing this for a bit to give items some separation, mainly for artifact rarity. Simple little entry that will change the color of an items name. I know that on the RunUO servers M309 showed some interest in this.
Code:
this.Name = "<BASEFONT COLOR=#A335EE>Item Name</font>";
Below is a link to a color chart.
http://www.theodora.com/html_colors.html
Just edit the A335EE to the color you want it to be and your set.