PDA

View Full Version : Loottables Problem


nezmyth
03-21-2008, 09:49 AM
So ive decided to update my custom npc's in crushbone through George's npc loot editor ... So for emporer crush I put loot_table_id : 144642 : a custom loottable .. and added 2 lootdrop id's , 144642 with a 100% chance and 1444643 with a 50% chance ... lootdrop 1444643 has 6 items with 20% chance drop on each item , while lootdrop 144642 has 1 item with a 100% chance drop...

All of these items are customley made if that matters
I restarted the server 3 times and they still havent been updated ... any clue on what I can do to get this to update & work ?

ChaosSlayer
03-21-2008, 10:42 AM
there is 1 more loot table table in Db which has loot table name.
if its loot table id a whole new, you will need to name it, otherwise it won't work

nezmyth
03-21-2008, 12:04 PM
Well what i did was made a new loot_table_id # and inserted in that column for Emporer Crush through the edit loot NPC program that george made.. when i use navicat and look at the loottable & loottable entries (i dont know which one to use) there loottable id # doesnt go above 500 , meanwhile the one i made was 1444643 ... ??

nezmyth
03-21-2008, 12:13 PM
EDIT:: I used filter wizard and found my loottable id , it seems to have a name of Emporer_Crush apparently..

ChaosSlayer
03-21-2008, 01:39 PM
the george editor is good, with exeption when you making a whole new ID that previusly did not existed
also NAME of the loottable usualy found in 2 places - where cash is set and one more place.
I don't have Db running atm but there are total of 4 tables related to loot, and in 2 of them there is a name of the table. So make sure it has name in both places

nezmyth
03-22-2008, 06:27 AM
Thanks Chaos, problem solved, I had to also name the lootdrop id's not just the loottable :)