mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Update bot spell casting chances table and implemented 'pre-combat' mode for all bots (only bard is actively coded atm)
This commit is contained in:
@@ -63,6 +63,12 @@ struct BotSpell_wPriority : public BotSpell {
|
||||
struct BotCastingRoles {
|
||||
bool GroupHealer;
|
||||
bool GroupSlower;
|
||||
bool GroupNuker;
|
||||
bool GroupDoter;
|
||||
//bool RaidHealer;
|
||||
//bool RaidSlower;
|
||||
//bool RaidNuker;
|
||||
//bool RaidDoter;
|
||||
};
|
||||
|
||||
struct BotAA {
|
||||
|
||||
Reference in New Issue
Block a user