mung3r / ecoCreature

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

Time delay #38

Open dirkson opened 12 years ago

dirkson commented 12 years ago

My users have been desperately trying to inflate our economy to death by making monster grinders through a variety of ingenious methods. It occurs to me that some sort of time delay might do wonders for making this untenable. For example, after three/four kills in rapid succession, the user is penalized and cannot gain rewards from killing monsters for the next 30 seconds, or something similar.

Cheers, -Dirk

mung3r commented 12 years ago

Hmm, interesting concept. Marking this as a feature request.

rbos commented 12 years ago

I was coming on to suggest something like this. I'm having the same problem, monster grinders are still very effective if the player sits there and swings their sword for an hour or two on end.

Disabling money and mob drops by rate-limiting them to say, 5-10 per 60 seconds would fix this problem.

rbos commented 12 years ago

Addendum: Splash poisons would also have to be covered.

mung3r commented 12 years ago

There is a undocumented feature in the dev build to mark mobs from spawners to give no rewards:

    Hunting:
        # Determine camping by remembering entities spawned by mobspawners.
        # Default: false
        CampingByEntity: false

Try it out and see if that solves this problem.

rbos commented 12 years ago

I use that already, but it penalizes blaze spawners pretty hard.