mung3r / ecoCreature

PvM/E Rewards
http://forums.bukkit.org/threads/29538
GNU Lesser General Public License v3.0
7 stars 12 forks source link

Mob Drops Disabled #90

Closed KristianZ closed 12 years ago

KristianZ commented 12 years ago

Issue: Ever since I have updated to the latest ecoCreature (0.1.2-b211) and updated to Bukkit's first 1.4.2 Beta Build (1.4.2-R0.1), Mob drops have been disabled. This was reported by various players. As far as I know, Mob Drops are not disabled (Config.yml below). Drops worked back in 1.3.2, but now they do not.

What I have tried:

Conclusion: ecoCreature has disabled Mob Drops in some way.

Config.yml: http://pastebin.com/kQfxVL6Z Server.log Error: Non ecoCreature Version: 0.1.2-b211 Bukkit Version: CraftBukkit version git-Bukkit-1.4.2-R0.1-b2446jnks (MC: 1.4.2) (Implementing API version 1.4.2-R0.1)

mung3r commented 12 years ago

I like this bug report/analysis - thanks!

Will look into this bug right away.

KristianZ commented 12 years ago

No problem. I understand how developers feel when someone says: Mob Drops are disabled. I updated the server and I think ecoCreature is the issue.

At the end, it turns out they are using the first version ever.

KristianZ commented 12 years ago

Update: A player reported he received one zombie flesh from a zombie.

This leads me to believe drops are very rare for non OPs. Unusual ...

mung3r commented 12 years ago

I think the issue is the OverrideDrops flag. I believe I inadvertently changed the behavior to override drops even in the cases where no substitute drops are defined. In which case, you end up with no drops at all.

Since folks are used to this behavior, I'm going to restore it.

KristianZ commented 12 years ago

Thank you!