Hello everyone. I made a plugin for RebornBuddy that continuously enters the Chocobo Race and gets MGP. I am still new to RebornBuddy api, so the code might not be perfect.
First of all, some important things to note :
- The plugin uses image recognition to detect the "Race" button and "Leave" button. For this reason it is required that FFXIV always has focus. This means that you can't use this plugin in background. Just use it when you are AFK.
- It looks like plugins only work when there is a BotBase running. Just start one of the bots (for example fate bot), so that the plugin can work. Of course don't forget to enable the plugin first.
- There are no settings at the moment, if you want to change anything do it by altering the code.
How To Use :
1) Extract the "ChocoboPlugin" folder in "RebornBuddy/Plugins".
2) Start RebornBuddy and enable the plugin in the "Plugins" tab.
3) Stand in front of the "Race Chocobo Registrar" and click the "Start" button.
4) Go AFK
Other than entering the race, the plugin will hold W key throughout the race. If you are lucky you might finish in 5-6th place but mostly you will finish last![Big Grin :D :D](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png)
ToDo List :
- Add settings
- Use chocobo skills
This plugin is in Beta stage and it might have some flaws. Please report any problems you encounter so I can try to fix them.
Important : As some users pointed out the bot might fail to press Race and Leave buttons when they pop up. This happens mainly because of the resolution difference. Best way to solve this is to take your own screenshots and replace them with the ones in the images folder. You can also try changing the code in ImageUtils.cs (line 30). The default tolerance value is 0.4. If you increase it to 0.5 or 0.6 the bot might be able to find the buttons.
Download :
View attachment ChocoboPlugin.zip
First of all, some important things to note :
- The plugin uses image recognition to detect the "Race" button and "Leave" button. For this reason it is required that FFXIV always has focus. This means that you can't use this plugin in background. Just use it when you are AFK.
- It looks like plugins only work when there is a BotBase running. Just start one of the bots (for example fate bot), so that the plugin can work. Of course don't forget to enable the plugin first.
- There are no settings at the moment, if you want to change anything do it by altering the code.
How To Use :
1) Extract the "ChocoboPlugin" folder in "RebornBuddy/Plugins".
2) Start RebornBuddy and enable the plugin in the "Plugins" tab.
3) Stand in front of the "Race Chocobo Registrar" and click the "Start" button.
4) Go AFK
Other than entering the race, the plugin will hold W key throughout the race. If you are lucky you might finish in 5-6th place but mostly you will finish last
![Big Grin :D :D](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png)
ToDo List :
- Add settings
- Use chocobo skills
This plugin is in Beta stage and it might have some flaws. Please report any problems you encounter so I can try to fix them.
Important : As some users pointed out the bot might fail to press Race and Leave buttons when they pop up. This happens mainly because of the resolution difference. Best way to solve this is to take your own screenshots and replace them with the ones in the images folder. You can also try changing the code in ImageUtils.cs (line 30). The default tolerance value is 0.4. If you increase it to 0.5 or 0.6 the bot might be able to find the buttons.
Download :
View attachment ChocoboPlugin.zip
Last edited: