Add bridge based rti and pull control commands - #1
Merged
Wishmaster117 merged 4 commits intoApr 28, 2026
Conversation
## Summary This PR continues the chatless MultiBot migration by adding bridge-based combat control features around RTI targeting and pull preparation. ### Added - Added bridge-side support for safe combat command execution through `RUN~COMBAT`. - Added an allowlist for supported combat commands: - `co +focus` / `co -focus` - `co +dps assist` / `co -dps assist` - `co +tank assist` / `co -tank assist` - `co +aoe` / `co -aoe` - `co +wait for attack` / `co -wait for attack` - `wait for attack time X` - Added `COMBAT_ACK` responses for bridge command execution. - Added RTI-related command support through the bridge. - Added per-bot combat controls in the everybar. - Added a first Pull Control UI entry point for: - selected bot / party / raid scope - wait time - focus - DPS assist - AoE - RTI pull / attack actions - Added locale entries for the new combat and pull-control tooltips. ### Notes - Manual whisper commands such as `who`, `co ?`, `nc ?`, and `ss ?` remain untouched and functional. - No changes are made to `mod-playerbots`. - This PR focuses on removing UI-driven chat spam while keeping manual diagnostic commands available. - Pull Control UI layout is functional but may still receive visual polish in a follow-up PR. ## Testing - Verified that the addon sends `RUN~COMBAT` messages through the bridge. - Verified bridge RX logs for combat commands. - Verified per-bot combat command dispatch from the everybar. - Confirmed RTI/pull control work is now bridge-oriented instead of chat-parse-oriented.
Wishmaster117
deleted the
Add-bridge-based-RTI-and-pull-control-commands
branch
April 28, 2026 12:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.