You can't have more than 100 items in the lootdrop_entries table and expect it to work correctly. The chance column is a tinyint, not a float so it can't have decimals. The most you can have is 100 items, at 1% each. I am not sure what the actual in-game behavior would be, but I can guarantee that not all the items would drop.
|