Thread: boosting drops
View Single Post
  #5  
Old 11-04-2019, 11:08 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I bumped the probability of mine up to 18 and noticed a pretty major increase in drop rates.






Code:
SELECT `a`.* FROM `loottable_entries` `a`
INNER JOIN `loottable` `b` ON `b`.`id` = `a`.`loottable_id`
INNER JOIN `global_loot` `c` ON `c`.`loottable_id` = `b`.`id`

Note: I have the 'accoutrements' added to my database..should only be about half of those results.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote