View Single Post
  #2  
Old 08-09-2008, 07:38 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Code:
INSERT INTO starting_items VALUES (179,0,0,0,0,59943,1,0,0);
This inserts the Kobold Skull Charm into everyone's charm slot when they start their character.

Your column names go in this order:

Code:
id, race, class, deityid, zoneid, itemid, item_charges, gm, slot
Just take the query above and plug those in =)
Reply With Quote