Thread: Armor Color
View Single Post
  #5  
Old 07-06-2006, 09:55 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

found a fix for the color.

you need to alter the color column under the items table not sure if you can just alter one string by itself or not but any ways.

I dropped the items table and resourced a new items table (SQL is floating around in the wikki) BUT the code for the color in the sql needs to be changed.

Quote:
color int(11) NOT NULL default '0',
this is the part that needs to be changed to this

Quote:
color int(10) unsigned NOT NULL default '0',
i tested it on my server useing red fine plate mail that was white/silver before change and it showed red after the changed.
Reply With Quote