Same problem here
I can make a new npc no problem, assign a loottable id, lootdrop id and put items in the loot table with the tool. But if its a new lootable id then I have a problem. the lootdrop ID does not register I guess. I am not sure why, I do Save Loot every time.
The only fix is i have to manually go in and do
insert into lootdrop ('id', 'name') values (40013, npcname');
I am using your newest Editor and Peq DB 1265. I would love not to have to do the sql command, your tools are awesome.
|