View Single Post
  #5  
Old 06-17-2005, 06:58 AM
Emuman2098
Fire Beetle
 
Join Date: Apr 2005
Posts: 11
Default

This post, from my understanding, was about how the items in the database (I do use 13th floor) do not load the item information from the actual columns like it used to, For example:
Quote:
Cloth Cap
itemclass = 0
name = Cloth Cap
lore = Cloth Cap
idfile = IT63
id = 1001
Are the first five columns the serialization column reads, my script will turn these into a Serialization code that looks like :
Quote:
0|Cloth Cap|Cloth Cap|IT63|1001
This makes my Server load my items the way i would like them to be loaded.

As far as item editors, i do use Mangoo's item editor, but after i make the changes, I do need to run the script again, i just put it into a text file named Items.sql and run it when i need to to make my items load correctly into my server.