You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your feature request or suggestion in detail
A config that, when is active, prevent stacking of the same class on same team.
So for example, prevents an arena composition of Warrior, Shadow Priest and Discipline Priest when active (prevent 2 priests on the same team)
Maybe having multiple option:
PreventClassStacking 0 = Off (default)
PreventClassStacking 1 = Prevent ClassStacking on all roles (melee/ranged/healer)
PreventClassStacking 2 = Prevent ClassStacking only between melees
PreventClassStacking 3 = Prevent ClassStacking only between rangeds
PreventClassStacking 4 = Prevent ClassStacking only between melee and rangeds
PreventClassStacking 5 = Prevent ClassStacking only between healer and melees
PreventClassStacking 6 = Prevent ClassStacking only between healer and rangeds
And if we can make it even harder, then add another config to only prevent ClassStacking of the configured classes, like:
Describe your feature request or suggestion in detail
A config that, when is active, prevent stacking of the same class on same team.
So for example, prevents an arena composition of Warrior, Shadow Priest and Discipline Priest when active (prevent 2 priests on the same team)
Maybe having multiple option:
PreventClassStacking 0 = Off (default)
PreventClassStacking 1 = Prevent ClassStacking on all roles (melee/ranged/healer)
PreventClassStacking 2 = Prevent ClassStacking only between melees
PreventClassStacking 3 = Prevent ClassStacking only between rangeds
PreventClassStacking 4 = Prevent ClassStacking only between melee and rangeds
PreventClassStacking 5 = Prevent ClassStacking only between healer and melees
PreventClassStacking 6 = Prevent ClassStacking only between healer and rangeds
And if we can make it even harder, then add another config to only prevent ClassStacking of the configured classes, like:
PreventClassStacking.Classes =
1 - (Prevent Warrior stacking)
2 - (Prevent Paladin stacking)
4 - (Prevent Hunter stacking)
8 - (Prevent Rogue stacking)
16 - (Prevent Priest stacking)
32 - (Prevent Death Knight stacking)
64 - (Prevent Shaman stacking)
128 - (Prevent Mage stacking)
256 - (Prevent Warlock stacking)
1024 - (Prevent Druid stacking)
So if i set
PreventClassStacking = 2
PreventClassStacking.Classes = 3
Then only melee roles and paladin/warrior classes are affected, meaning its possible to get an composition of Rogue/Melee Paladin(DPS)/Healer Paladin.
Describe a possible solution to your feature or suggestion in detail
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: