mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 15:58:21 +00:00
Add rules (Bots, AICastSpellTypeDelay, Bots, AICastSpellTypeHeldDelay) to prevent spamming of failed spell type AI casts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user