IdleLands / IdleLandsOld

[DEPRECATED] A full-blown idling RPG. It has a modular backend that can be added to any existing frontend via a REST API.
http://idlelands.github.io/IdleLandsOld
MIT License
41 stars 28 forks source link

bosses do not enforce a 30 second minimum between failing and fighting them again #818

Closed seiyria closed 9 years ago

seiyria commented 9 years ago

This leads to spammy, annoying situations. Also it can lead to breaking some things. Also, it should check timeout per player, so one player cannot engage a boss more than once every 60 seconds. Perhaps this should be stored on the player itself instead of where it is.

Also, it should be changed to 60-240 seconds just in case.