What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Feature Request] Concede rules

Lopina

New Member
Joined
Aug 3, 2014
Messages
33
A new feature should be added that allows the user to define (or use some predefined) concede rules.

For example, I don't wan't to waste either mine or my opponent's time by playing a game where the health difference is too big and I won't have a lethal.
Here's a possible example mockup:

Code:
concedeRules.add("missingLethal and enemyHero.Health > 20 and (enemyHero.Health - ownHero.Health > 15) ");
 
Back
Top