EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   boosting drops (https://www.eqemulator.org/forums/showthread.php?t=42693)

woton 11-04-2019 08:51 AM

boosting drops
 
Found info on a different thread about boosting drop rates for armor. Changed the drop rate for crude defiant armor in the database to 100% to test and it didn't seem to work. Lucky to get 1 crude defiant with a full clear of crushbone.

http://www.eqemulator.org/forums/sho...hlight=defiant

http://www.eqemulator.org/forums/sho...hlight=defiant

Any help is appreciated.

jaspen 11-04-2019 10:37 AM

Visible pieces of defiant gear are now handled through global loots. Probably best to modify using one of the editors. The non-visible pieces still have not been removed from the npc loot tables and are not in global loot (Unless something very recent has taken place). They are also not comprehensive in the drops.

woton 11-04-2019 07:36 PM

we have the crude defiant enabled, just cant seem to increase the drop chance. from what we can see, it says the drop chance is 100 or even more sometimes, but it just wont drop that often.

Nukerella 11-04-2019 07:48 PM

The tables themselves might have a lower drop chance, or a min/max drop of 0. Increasing these will likely have them drop more often but they may also be mixed in on the tables with other items that you may not want to drop so often, so you will need to go over each table to make sure you are not messing something else up on each table. Perhaps moving them to a separate table altogether will be what you need to do.

Uleat 11-04-2019 11:08 PM

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



https://user-images.githubuserconten...a79c8a0c19.png


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.

woton 11-05-2019 09:15 AM

appreciate all the replies, will try to do this tonight.

Just finished and got it to work, thx guys.


All times are GMT -4. The time now is 03:40 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.