PDA

View Full Version : Loot Tables? (i know i know)


Gonkers
04-13-2004, 03:50 AM
How do I add loot tables in EQAdmin, I looked around this site but could not find a answer to this.

When I add a new Loot table, I try to enter Items, all goes well till I try putting the loot drops on my newly created loot table. It doesnt show up after I add it, it just disappears.. Hard to explain.

Is there a DOS way to add loot tables to my sql database? Because I tried to dl frogloks program...invalid page..tried sandy's loot editor...double clicked it and it didnt lauch..so i dunno what else to try.

Gonkers
04-13-2004, 06:03 AM
found out the eqadmin way, but would still be interesting to see if a dos command to add those.

samandhi
04-13-2004, 07:37 AM
If you are just wanting to add data to the loottable, just:
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...:)

Gonkers
04-14-2004, 06:22 AM
Sandy's loot editor and do it that way...

Her loot editor does not work on my computer, I double click it and it doesnt open.

samandhi
04-14-2004, 08:11 AM
Hmmm try posting that on the 3rd party tools.. I'm sure Sandy wouldnt mind trying to help you out... Sorry that is all I can offer about that program, I have only used it a couple of times.....:(

Monrezz
04-14-2004, 10:25 AM
You probably didn't source the races.sql file...

Gonkers
04-14-2004, 05:35 PM
You probably didn't source the races.sql file...

got it working, problem was i didnt have it in the eqemu folder.

Monrezz
04-14-2004, 09:24 PM
Or that :P