[Bots] Add missing stance options (#4681)

- Moved stance check to function
- Added check for Efficient and Assist stances.
- Sets aggressive to ignore aggrochecks by default
- Adds more types to default aggrocheck list
- Sets Assist to hold CCs
This commit is contained in:
nytmyr
2025-02-15 15:03:55 -06:00
committed by GitHub
parent 9aa0f7c695
commit 3b399dfac5
3 changed files with 39 additions and 20 deletions
+1
View File
@@ -816,6 +816,7 @@ public:
bool GetRangerAutoWeaponSelect() { return _rangerAutoWeaponSelect; }
uint8 GetBotStance() { return _botStance; }
static bool IsValidBotStance(uint8 stance);
uint8 GetChanceToCastBySpellType(uint16 spell_type);
bool IsGroupHealer() const { return m_CastingRoles.GroupHealer; }
bool IsGroupSlower() const { return m_CastingRoles.GroupSlower; }