View Single Post
  #4  
Old 10-25-2014, 07:53 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

You're looking for the material column.



If you have a database editor like HeidiSQL or Navicat it's pretty simple. If not a simple SQL query like this:

Code:
UPDATE items SET material = 'XX' WHERE id = 'YY';
XX is the material value and YY is the item id

Materials primarily range from 0-24, but there are a few that fall higher than that, like custom helm graphics (Custom Cowl of Mortality) and some kunark helms. There's no complete list that I know of.
__________________
Clumsy's World: Resurgence
Clumsy's World [2006-2012]
Reply With Quote