liyunfan1223 / mod-playerbots

AzerothCore Playerbots Module
https://discord.gg/NQm5QShwf9
GNU Affero General Public License v3.0
171 stars 95 forks source link

GearScoreLite (addon WoW) causes conflict #73

Open MRafStudio opened 6 months ago

MRafStudio commented 6 months ago

image image

Obviously, GSL is sending a command unknown to PlayerBots, which looks like GS_ToolTips_Request& I think that it makes sense to either change the command processing processor, or simply exclude this kind of command from processing. Thank you!

MRafStudio commented 6 months ago

image Well, there are obvious problems with other addons that send commands (QuestHelper?) like in this screenshot... It’s not that it’s fatal, it just ends up terribly polluting the chat (example above)

MRafStudio commented 6 months ago

A simple solution looks like creating a variable in the configuration that will allow/prohibit the display of a list of bot commands in the chat.