More fixes

TGB, ^cast, group/ae checks, in group/raid checks, inviting others bots to group, group disband fix, prevent rogue bs spam, ^follow fixes and cleanup, follow owner only by default when joining raid/group, group buff fixes for bots, range fixes for group buffs
This commit is contained in:
nytmyr
2024-10-31 07:32:16 -05:00
parent 32e37660d8
commit 4aa7a18b4f
17 changed files with 1053 additions and 670 deletions
+6 -2
View File
@@ -179,7 +179,9 @@ void bot_command_item_use(Client* c, const Seperator* sep)
).c_str()
);
bot_iter->DoAnim(29);
if (RuleB(Bots, DoResponseAnimations)) {
bot_iter->DoAnim(29);
}
}
else if (!equipped_item) {
c->Message(
@@ -204,7 +206,9 @@ void bot_command_item_use(Client* c, const Seperator* sep)
).c_str()
);
bot_iter->DoAnim(29);
if (RuleB(Bots, DoResponseAnimations)) {
bot_iter->DoAnim(29);
}
}
}
}