This plugin was made by Outzzz, but after some time it got removed from github. Luckily I forked it before that, and as it was published under Apache 2.0 license I can continue development of this plugin. I tried to improve it a little, you can check what changes I made to it in git commits history.
As title says, aim of this plugin is giving a user an easy way to create booster packs from gems, both by command and automatically.
- download
BoosterCreator.zip
file from latest release - unpack downloaded .zip file to
plugins
folder inside your ASF folder. - (re)start ASF, you should get a message indicating that plugin loaded successfully.
There is two ways to create boosters with this plugin: manual and automatic.
To manually create booster just send ASF command booster <bots> <appids>
, and ASF will try to create boosters from specified games on selected bots.
Example: booster bot1 730
To automatically create boosters you can add to config of your bot(s) parameter GamesToBooster
, of type "array of uint". ASF will create boosters from specified games as long as there is enough gems, automatically waiting for cooldowns.
Example: "GamesToBooster": [730, 570],