FillRaidBots 3.0.0 (a PCP Extension) Client 1.12.1

Share or request WoW addons
User avatar
pumpan
Posts: 36

FillRaidBots 3.0.0 (a PCP Extension) Client 1.12.1

Post by pumpan »

ImageImageImage


Hello! My in-game nickname is Williamsaf.

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. If any GMs want to show their appreciation, I certainly wouldn't mind getting VIP status—this would help me further develop the addon and maybe even add some exclusive VIP features! 😉

Note: This addon is developed for WoW 1.12.1

You can find the addon and additional information on my GitHub page:
https://github.com/pumpan/FillRaidBots/
make sure to rename the map to FillRaidBots

There is also a version for client 1.14.2 wich can be found here:
https://forum.solocraft.org/viewtopic.php?t=659

Image

Overview
FillRaidBots is an extension for the PartyBot Command Panel (PCP) for World of Warcraft (WoW) 1.12.1. It allows users to efficiently fill a raid with bots and manage them via an intuitive command panel. The addon offers features like preset raid configurations, bot message suppression to reduce chat spam, automated bot removal to streamline raid management, and more.


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.

Kick All Button
Removes all bots from the raid while keeping one bot to avoid disbanding.

Refill Button
Replaces bots that die and are removed during gameplay.

Fast Fill:
Quickly fills the raid with bots using optimized settings.
Add bots using Ctrl + Alt + Mouse Click on bosses to instantly load the preset raid setup.

Loot Type Option:
Automatically changes the loot type on raid creation to the selected one.



Settings Menu
Enable automatic removal of dead bots.
Suppress bot messages for a cleaner interface.
Enable to move the "Fill Raid" and "Kick All" buttons
Enable Refill button
Automated Bot Removal
Automatically removes dead bots from the raid to streamline raid management.

Slash commands so you can make macros
  • **/frb ua** – Uninvite all raid members except friends and guild members.
  • **/frb uninvite all** – Uninvite all raid members except friends and guild members.
  • **/frb (preset)** – Automatically fill the raid with the preset.
  • **/frb open** – Open the Fill Raid frame.
  • **/frb refill** – Refill the raid.
  • **/frb fixgroups** – Fix raid groups.


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 3.0.0
  • 🔄 Version updated: to 3.0.0, Since FillRaidBots now introduces multiple usability upgrades, UI options, new commands,and extended compatibility, it’s a big leap forward, making 3.0.0 the right version number.
  • 🆕 Edited: you can now use /frb (bossname or part of bossname eg: ony or /frb mage group) (suggestion by Gemma)
  • 🆕 Added: A new feature to add preset bots with ctrl+alt+mouse click on bosses
  • 🆕 Added: Settings to chose if you want big or small (round) Buttons (fill raid, Kick all etc)
  • 🆕 Added: You can now Select automatic loot type on raid creation in the settings menu.
  • 🆕 Added: Works with both PCP and PCPRemake
  • 🆕 Added: You can now reload ui with /rl /reloadui /reload
Last edited by pumpan on Wed Apr 02, 2025 1:02 pm, edited 25 times in total.
User avatar
fluxsioux
Posts: 1

Re: FillRaidBots (a PCP Extension)

Post by fluxsioux »

Hi!

Nice work but I get an Error after login with my char.
I hope the folowing error message could help you debugging :)

Client 1.12.1

Interface\AddOns\FillRaidBots\UISettings.lua:
36: attempt to index global-
•_G' (a nil value)

Best regards
User avatar
pumpan
Posts: 36

Re: FillRaidBots (a PCP Extension)

Post by pumpan »

fluxsioux wrote: Fri Sep 20, 2024 9:07 am Hi!

Nice work but I get an Error after login with my char.
I hope the folowing error message could help you debugging :)

Client 1.12.1

Interface\AddOns\FillRaidBots\UISettings.lua:
36: attempt to index global-
•_G' (a nil value)

Best regards
Many Thanks for the bug report!
i have removed the if statement completley so it should work now. :roll:
User avatar
pumpan
Posts: 36

Re: FillRaidBots (a PCP Extension) Client 1.12.1

Post by pumpan »

New Version 1.1.0
Update:

Added: Checks if you are in a raid and there is still 1 old bot remaining. Removes the old bot when there are 10 new bots in the raid.
Added: If you are playing with someone else and are not the leader or an officer, the "remove bot" function is disabled.
User avatar
Dedirtyone
Posts: 2

Re: FillRaidBots (a PCP Extension) Client 1.12.1

Post by Dedirtyone »

Hey,

First off, love the addon! This has already been a great QoL addition.

Two quick suggestions:
  • Have the separate anchor for the new buttons (Fill and Kill). I suggest this because when using a different PCP layout (the many versions provided by Plutarch), The current position can sometimes throw things off a bit.
  • Next would be around the auto-remove dead function. This a *really* nice capability, but unlike the "kill" function, it will remove everyone from the raid if you wipe.

Thanks for the great work on this!
-Ded
User avatar
pumpan
Posts: 36

Re: FillRaidBots (a PCP Extension) Client 1.12.1

Post by pumpan »

Dedirtyone wrote: Wed Oct 16, 2024 10:16 pm Hey,

First off, love the addon! This has already been a great QoL addition.

Two quick suggestions:
  • Have the separate anchor for the new buttons (Fill and Kill). I suggest this because when using a different PCP layout (the many versions provided by Plutarch), The current position can sometimes throw things off a bit.
  • Next would be around the auto-remove dead function. This a *really* nice capability, but unlike the "kill" function, it will remove everyone from the raid if you wipe.

Thanks for the great work on this!
-Ded
Hello and thanks for posting your suggestions!
  • Answer to nr1:
    I haven’t tried the Plutarch PCP versions myself. Could you point me to where I can find them? Would allowing you to freely move the buttons help solve the issue?
  • Answer to nr2: What version of the addon are you using? The current version is 1.1.0. The auto-remove dead bots feature should not be able to remove the last bot because it's prevented by this condition: "if GetNumRaidMembers() > 2 then", which ensures that there are more than 2 players in the raid before removing a bot. Removing the whole raid has never happened to me. Does this happen all the time?
Thanks again for your feedback!
User avatar
Dedirtyone
Posts: 2

Re: FillRaidBots (a PCP Extension) Client 1.12.1

Post by Dedirtyone »

Here's the other PCP Layouts I was referring to: https://plutarch862.wixsite.com/home

I'm not sure which version I'm running for the FilLRaidBots addon. I am using the 1.12.1 client right now. I'll try again later tonight. I noticed it in Naxx when I was doing the spider wing and suiciding warriors into the first few spider pacts. I could be using an old version by mistake, but I'll test again next time I log in and report back.

Btw, anyone give you that VIP membership yet? ;-)
User avatar
pumpan
Posts: 36

Re: FillRaidBots (a PCP Extension) Client 1.12.1

Post by pumpan »

Dedirtyone wrote: Thu Oct 17, 2024 2:35 am Here's the other PCP Layouts I was referring to: https://plutarch862.wixsite.com/home

I'm not sure which version I'm running for the FilLRaidBots addon. I am using the 1.12.1 client right now. I'll try again later tonight. I noticed it in Naxx when I was doing the spider wing and suiciding warriors into the first few spider pacts. I could be using an old version by mistake, but I'll test again next time I log in and report back.

Btw, anyone give you that VIP membership yet? ;-)
The version number for the FilLRaidBots addon is usually displayed in the chat when you load the game.

I'll also look into implementing a feature that allows you to move the "Fill Raid" and "Kick All" buttons to your desired position.

As for the VIP membership—still waiting, but I’m staying hopeful! ;)
User avatar
anubis88
Posts: 34

Re: FillRaidBots (a PCP Extension) Client 1.12.1

Post by anubis88 »

pumpan wrote: Fri Oct 18, 2024 2:45 am
Dedirtyone wrote: Thu Oct 17, 2024 2:35 am Here's the other PCP Layouts I was referring to: https://plutarch862.wixsite.com/home

I'm not sure which version I'm running for the FilLRaidBots addon. I am using the 1.12.1 client right now. I'll try again later tonight. I noticed it in Naxx when I was doing the spider wing and suiciding warriors into the first few spider pacts. I could be using an old version by mistake, but I'll test again next time I log in and report back.

Btw, anyone give you that VIP membership yet? ;-)
The version number for the FilLRaidBots addon is usually displayed in the chat when you load the game.

I'll also look into implementing a feature that allows you to move the "Fill Raid" and "Kick All" buttons to your desired position.

As for the VIP membership—still waiting, but I’m staying hopeful! ;)

You can still dream about VIP, you will never get it for free, it has been 1 month since your first post and you have got no answer so far.
Good work though.
User avatar
pumpan
Posts: 36

Re: FillRaidBots (a PCP Extension) Client 1.12.1

Post by pumpan »

Dedirtyone wrote: Thu Oct 17, 2024 2:35 am You can still dream about VIP, you will never get it for free, it has been 1 month since your first post and you have got no answer so far.
Good work though.
I understand that VIP status isn’t given for free, and I didn’t have any real expectations of getting it just like that. My post was more of a lighthearted suggestion while I keep focusing on improving FillRaidBots/PCP addon and contributing to the community.
Even though granting me VIP wouldn’t actually cost them anything, it would help me free up more time to develop these addons by making the raids go faster.
Regardless, I find the development process rewarding and appreciate any feedback and support I can get. Thanks for commenting, and I hope you enjoy the addons!
Post Reply