Increasing Drop Rates
I would like to increase drop rates across the board for my private server. Can I do that with 1 SQL query? and if so what would that query be?
Thanks in advance! |
Increase by how much?
Example 1: If you wanted to just set every table to drop 100% of the time, you would do 'UPDATE loottable_entries SET probability = 100;' Example 2: If you wanted to bump by ... say 5% ... you would do 'UPDATE loottable_entries SET probability = probability + 5 WHERE probability <= 95;' |
Thanks
Thanks for the quick response!
|
All times are GMT -4. The time now is 12:03 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.