I was just wondering, and im not sure if this is the right section to put this question in, but is there an easier way to put loot items and drop chances into the database than making a new one for each item, thanks
I was just wondering, and im not sure if this is the right section to put this question in, but is there an easier way to put loot items and drop chances into the database than making a new one for each item, thanks
Last edited by stoneharry; 07-11-2011 at 02:19 AM. Reason: Added Prefix.
Make a template query and just replace the item ID, for example (not the right structure):
INSERT INTO `loot_creatures` VALUES ('entryid', 'itemid', 'loot10', 'loot10heroic', 'loot25', 'loot25heroic', 'FFA');