I've been working on an addon called FillRaidBots, which acts as an extension to the PCP Addon (PartyBot Command Panel). I developed this to enhance the raiding experience here on Solocraft.
Note: This is the WoW 1.14 version!
You can find the addon and additional information on my GitHub page:
https://github.com/pumpan/FillRaidBots-Client-1.14
There is also a version for client 1.12.1 wich can be found here:
https://forum.solocraft.org/viewtopic.php?t=656
Overview
FillRaidBots 1.14 is an extension for the PartyBot Command Panel (PCP) for World of Warcraft (WoW) 1.14 helps users efficiently fill a raid with bots and manage them through an intuitive command panel. It includes features for setting up bot configurations, managing presets for various dungeons and raids, and a button that appears for bot removal when first bot (party bot) is added and a button to remove dead bots (when a dead bot is detected).
Good to know is that this addon is better on 1.12.1 client where bots are automaticaly removed this is not possible in the 1.14 client
Features
Automated Interface Creation
Automatically creates and opens the "Fill Raid" and "Kick All" buttons when the PCP is accessed.
Fill Raid Button
Opens a frame where users can specify the number of bots to add.
Includes predefined presets for various raid instances, simplifying the raid setup.
Refill Button
Replaces bots that die and are removed during gameplay.
Kick All Button
Removes all bots from the raid while keeping one bot to avoid disbanding.
Settings Menu
Enable automatic removal of dead bots.
Suppress bot messages for a cleaner interface.
Remove first bot Button:
Removes the first bot (party bot with bad gear). The button appears when you start filling the raid.
Remove dead bots Button:
Removes the dead bots. The button appears when a bot dies/is dead.
Presets
You can set up your own presets by editing Presets.lua or try the ones I have created for different raids and instances.
Feedback and Suggestions
Feedback and suggestions are greatly appreciated! Feel free to share any thoughts or ideas to improve the addon. Your input will help me make it even better.
Changelog
**FillraidBots 2.0.2**
- Version updated: to 2.0.2. marking this as a major update due to significant new features and functionality improvements.
- Now detects the player's faction and load the appropriate presets for Horde or Alliance.
- 🛠 Improved: Healing sorting.
- Improved: Made the process of adding bots a little faster.
- Added: Bots are now added in a new way: healers are added first, sorted into different groups, and then all other classes are added.
- 🛠 Fixed: Adjusted and fixed some presets for better functionality.
- Added: A debugger window for when debugging is enabled. All debug messages are now sent here instead of cluttering the chat window.
- Added: A version checker that notifies you if a newer version of the addon is available.
- Added: Logic to distribute healers evenly across the raid when bots are added.
- Added: Class and role detection in the raid, enabling new functionality such as managing bots based on their roles.
- Added: A new "Refill Raid" button, which replaces bots that die and are removed during gameplay.
- 🛠 Fixed: The /uninviteraid slash handler to prevent conflicts with WoW's native commands like /kick and /uninvite, which were unintentionally uninviting the entire raid. (Reported by Gemma)
- 🛠 Fixed: Since the latest server update, which prevents adding bots while in combat, an issue occurred where adding certain bots, such as warriors or hunters, caused you to enter combat for a few seconds. This created a problem where the addon attempted to add bots when they couldn't be added. I have now fixed it so that the addon detects when you're in combat and pauses until you're out of combat.
- 🛠 Added: The ability to move the 'fill raid' and 'kick all' buttons if this is enabled in the settings."
- 🛠 Added: A version number to the FillRaidFrame so that it's easier to see which version you're using.