If you are just wanting to add data to the loottable, just:
Code:
INSERT INTO loottable (id, name, mincash, maxcash, avgcoin);
Where id is the id, name is the name of the npc, and so on. I believe this is correct (may want to get a second opinion on this, though I'm no expert (by ANY means) with MySQL queries.....
Or you could peruse the 3rd party tools forum and get Sandy's loot editor and do it that way...
