View Single Post
  #2  
Old 10-08-2005, 07:00 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

in table 'items' is there something in field items.serialization'?

run this sql query -

mysql -u root
use eq;
Select name,id,serialization from items where items.name = 'Cloth Cap';

If you don't see a serialization string exist for your item, then the serialization.pl script needs to be run

GeorgeS
Reply With Quote