Add rules (Bots, AICastSpellTypeDelay, Bots, AICastSpellTypeHeldDelay) to prevent spamming of failed spell type AI casts

This commit is contained in:
nytmyr
2025-01-31 15:30:25 -06:00
parent 09bbe87268
commit c5aa1ea06f
5 changed files with 30 additions and 0 deletions
+1
View File
@@ -131,6 +131,7 @@ struct BotSpellSettings {
uint16 ae_or_group_target_count; // require target count to cast an AE or Group spell type
uint16 announce_cast; // announce when casting a certain spell type
Timer recast_timer; // recast timer based off delay
Timer ai_delay; // spell timer based off delay
};
struct BotSpellTypeOrder {