[Bots] Fix pets causing aggro (#4677)

- Adds the rule `Aggro, AggroBotPets`
This commit is contained in:
nytmyr
2025-02-15 15:02:38 -06:00
committed by GitHub
parent b0c951bd6e
commit 3ba113a91d
3 changed files with 36 additions and 11 deletions
+1
View File
@@ -713,6 +713,7 @@ RULE_INT(Aggro, BardAggroCap, 40, "per song bard aggro cap.")
RULE_INT(Aggro, InitialAggroBonus, 100, "Initial Aggro Bonus, Default: 100")
RULE_INT(Aggro, InitialPetAggroBonus, 100, "Initial Pet Aggro Bonus, Default 100")
RULE_STRING(Aggro, ExcludedFleeAllyFactionIDs, "0|5013|5014|5023|5032", "Common Faction IDs that are excluded from faction checks in EntityList::FleeAllyCount")
RULE_BOOL(Aggro, AggroBotPets, false, "If enabled, NPCs will aggro bot pets")
RULE_CATEGORY_END()
RULE_CATEGORY(TaskSystem)