Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
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
  #2  
Old 07-08-2006, 07:56 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

nice catch.

can also throw a "alter table items change color color int(10) unsigned NOT NULL default '0';" at it, and then re-import from 13th floor... I need to check to see if 13th floor import is still working.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:03 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3