Queries QUestion
Does anyone have a good Query for to (Increase drop rate) ... and increase money drop
I would like for it not to make it stupid amount but maybe like 30% more like insted of one item dropping maybe 2 or 3 drop , also maybe insted of 1 gold dropping maybe 3-4 , just Above avg. drop rates It may sound like a cluster fuck of what im saying but if anyone knows what im talking about please help = ) |
To increase money drops for ALL NPCs, you should be able to run this query (which affects the loottable table in the DB) to increase the money dropped by 3x:
Code:
UPDATE loottable SET mincash = mincash * 3, maxcash = maxcash & 3, avgcoin = avgcoin * 3; Code:
UPDATE loottable_entries SET probability = probability * 3 WHERE probability < 100; |
All times are GMT -4. The time now is 03:38 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.