mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 04:16:46 +00:00
[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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user