mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Avoid aoe max radius and whitelist
This commit is contained in:
@@ -401,14 +401,14 @@ public:
|
||||
void ResetStrategies(bool load = false);
|
||||
void ReInitCurrentEngine();
|
||||
void Reset(bool full = false);
|
||||
static bool IsTank(Player* player);
|
||||
static bool IsHeal(Player* player);
|
||||
static bool IsDps(Player* player);
|
||||
static bool IsRanged(Player* player);
|
||||
static bool IsMelee(Player* player);
|
||||
static bool IsCaster(Player* player);
|
||||
static bool IsCombo(Player* player);
|
||||
static bool IsRangedDps(Player* player);
|
||||
static bool IsTank(Player* player, bool bySpec = false);
|
||||
static bool IsHeal(Player* player, bool bySpec = false);
|
||||
static bool IsDps(Player* player, bool bySpec = false);
|
||||
static bool IsRanged(Player* player, bool bySpec = false);
|
||||
static bool IsMelee(Player* player, bool bySpec = false);
|
||||
static bool IsCaster(Player* player, bool bySpec = false);
|
||||
static bool IsCombo(Player* player, bool bySpec = false);
|
||||
static bool IsRangedDps(Player* player, bool bySpec = false);
|
||||
static bool IsMainTank(Player* player);
|
||||
bool IsAssistTank(Player* player);
|
||||
bool IsAssistTankOfIndex(Player* player, int index);
|
||||
|
||||
Reference in New Issue
Block a user