First off thanks to Lonestr for starting this, there were just a few things I felt it needed.
Features:
GUI
Customizable Quickslot
Give an exact number of gifts
Estimated time to completion
Resume Function - only available in same session.
First and foremost you will have to press start on the bot and then disable/re-enable the plugin. The OnStart() didn't seem to execute as I would have thought to kick open the form.
Once the plugin is running it will open a window, you can configure the quick slot that your gifts are residing in eg 1 or 2 etc.
One of my biggest issues I had was there wasn't any kind of a stop, if you walked away it would press 1 forever. We now can input the number of gifts we want from 4-40000 etc as long as it's all the same one in the same slot. If you need to stop the program for a minute you can press the Stop button. The plugin will update the number of gifts you had remaining in the Gifts to Give box automatically for you.
Once the bot reaches the last gift it will stop giving them automatically.
I incorporated a time estimation, it basically calculates the number of gifts x 4 seconds (built in wait time) and then outputs an estimated time remaining. How long will those 4k gifts take to give? Well now you will know.
I almost think the form would be best within the config window instead of it's own custom form. If anyone can lead me to some good small examples I would appreciate it.
Also if anyone knows how to get the form to only pop when the bot is started I would appreciate it.
Please feel free to leave feedback etc.
Thanks,
Wired
First Update - Program was CPU wastefull so I created a separate thread with sleep.
View attachment Companion Gifter.zip
Features:
GUI
Customizable Quickslot
Give an exact number of gifts
Estimated time to completion
Resume Function - only available in same session.
First and foremost you will have to press start on the bot and then disable/re-enable the plugin. The OnStart() didn't seem to execute as I would have thought to kick open the form.
Once the plugin is running it will open a window, you can configure the quick slot that your gifts are residing in eg 1 or 2 etc.
One of my biggest issues I had was there wasn't any kind of a stop, if you walked away it would press 1 forever. We now can input the number of gifts we want from 4-40000 etc as long as it's all the same one in the same slot. If you need to stop the program for a minute you can press the Stop button. The plugin will update the number of gifts you had remaining in the Gifts to Give box automatically for you.
Once the bot reaches the last gift it will stop giving them automatically.
I incorporated a time estimation, it basically calculates the number of gifts x 4 seconds (built in wait time) and then outputs an estimated time remaining. How long will those 4k gifts take to give? Well now you will know.
I almost think the form would be best within the config window instead of it's own custom form. If anyone can lead me to some good small examples I would appreciate it.
Also if anyone knows how to get the form to only pop when the bot is started I would appreciate it.
Please feel free to leave feedback etc.
Thanks,
Wired
First Update - Program was CPU wastefull so I created a separate thread with sleep.
View attachment Companion Gifter.zip
Last edited: