ArchiSteamFarm V1.4 (pre1)
Pre-release
Pre-release
- Added new config property:
ForwardKeysToOtherBots
which defaults tofalse
. Whentrue
, bot will forward already owned steam cd-keys to other bots. Readexample.xml
for more info. - Added new command:
!statusall
, which prints status of all enabled bots. Thanks to @Ryzhehvost - ASF now logs unhandled exceptions (crashes) to log file, also with stacktraces.
- Misc enhancements and bugfixes.
- It is now possible to send multiple cd-keys to the bot for activation. You can do so by putting each key in it's own line, e.g.
XXXXX-YYYYY-ZZZZZ
YYYYY-ZZZZZ-XXXXX
ZZZZZ-XXXXX-YYYYY
It's nice to note that it also works with newly introduced ForwardKeysToOtherBots
, so if bot already owns one of the key, it will forward that one to other bot.