vmangos / core

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12
GNU General Public License v2.0
679 stars 487 forks source link

🚀 [Feature] Battlebots spawned dynamically based on player's level #1244

Closed den13501 closed 3 years ago

den13501 commented 3 years ago

🚀 Feature

For now, players can add battlebots to queue by the level they want, I thought can modify this function - when a player call system to add battlebot, then system would add random level of battlebots based on player level. For example, a level 14 player use command to add battlebots, these bot's level is in range of level 10-19.

Visualization

Benefits, Purpose

Prevent player play an unfair battle, like to add lower level bots in opposing factions, or add higher level bot in theirself factions. A blizzlike battleground maybe full of random level of players in both side.

den13501 commented 2 years ago

I have implement this feature I want, if someone have same of this request , here is my commits, for your ref.