Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit df33770

Browse files
committed
Improve Raidus
1 parent 3a096b0 commit df33770

10 files changed

Lines changed: 796 additions & 86 deletions

Core/MultiBot.lua

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4455,4 +4455,23 @@ MultiBot.tips.rtsc.browse =
44554455
"|cffff0000Right-Click to cancel the Selection|r\n"..
44564456
"|cff999999(Execution-Order: Raid, Party)|r";
44574457

4458+
-- Raidus
4459+
MultiBot.tips.raidus = {}
4460+
4461+
MultiBot.tips.raidus.score =
4462+
"|cffffff00Sort Bots by Score|r";
4463+
4464+
MultiBot.tips.raidus.level =
4465+
"|cffffff00Sort Bots by Level|r";
4466+
4467+
MultiBot.tips.raidus.class =
4468+
"|cffffff00Sort Bots by Class|r";
4469+
4470+
MultiBot.tips.raidus.autobalance =
4471+
"|cffffff00Auto-Balance Raid|r\n|cffffffff"..
4472+
"Automatically arranges bots into raid groups for a more balanced setup.|r\n"..
4473+
"|cffff0000Left-Click:|r |cffffffffBalance by score (overall raid power).|r\n"..
4474+
"|cffff0000Right-Click:|r |cffffffffAdvanced Tank / Heal / DPS balance per group.|r\n\n"..
4475+
"|cff999999Uses selected bots from the MultiBot list, or all bots if none are selected.|r";
4476+
44584477
MultiBot.GM = false

0 commit comments

Comments
 (0)