deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

How can I make the drops an actual 1% #79

Closed Ruphies closed 11 years ago

Ruphies commented 11 years ago

Or below 1% for that matter. Ive tried for so long to lower the drops. Since DD cant use decimals I have Precentages set to 1.

Precentages: ChancePerSpawn: 1

I have even tried setting each tier to 1 both in the config and in the tier.yml

Killing mobs is pretty easy so I feel this is giving HORDS of free stuff away. I love the drops I would just like to make them more rare. Make them scour the Dungeon maze for them.

Thanks in advance, Ruphies

ToppleTheNun commented 11 years ago

You can use up to two decimal places. You could use 0.01, for example.

Ruphies commented 11 years ago

I read earlier you couldn't. I Will try it when I get home tonight.

On that note do I need to adjust it for each tier or just the percentage in the main configuration?

Thanks, Ruphies

Ruphies commented 11 years ago

Its the dungeon bridge. It causes almost every mob to have a drop. I disabled it since it never seemed to fill the dungeon maze chests anyway. Thanks for your response Nunnery.

Ruphies