Add offline farming, closes #41

This commit is contained in:
JustArchi
2015-12-20 19:01:05 +01:00
parent de3f3cd93b
commit 32e68f2be3
3 changed files with 31 additions and 1 deletions

View File

@@ -63,6 +63,11 @@
<!-- TIP: Based on this parameter, ASF will try to choose the most optimal cards farming algorithm for this account -->
<CardDropsRestricted type="bool" value="false"/>
<!-- This switch defines if the account should show as "Online" after logging in to Steam -->
<!-- Please note that bot won't be able to respond to any commands when this property is "false" -->
<!-- TIP: Setting this to "false" may be useful for primary accounts, to not show as online when you're not here -->
<FarmOnline type="bool" value="true"/>
<!-- This switch defines if bot should disconnect once farming is finished -->
<!-- When no bots are active, ASF will shutdown as well -->
<!-- Some people may want to keep their bots 24/7, other disconnect them after job is done -->