Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
9-9-9-9 committed Feb 10, 2022
1 parent 1e73c61 commit 69bdcd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion AFK.steam.bat
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
call steam.bot.bat afk a --ear
:: Do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG, Raid and then exit after completed them all
:: Consider adding `--profile=YourProfileName` so you no longer needed to select profile manually
:: You can remove flag `--ear` to keep game online all day (but still gone if you got Disconnected)
:: With web version of BH (or mini-client), refer to AFK.web.bat file
call steam.bot.bat afk a --ear
6 changes: 5 additions & 1 deletion AFK.web.bat
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
call web.bot.bat afk a --ear
:: Do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG, Raid and then exit after completed them all
:: Consider adding `--profile=YourProfileName` so you no longer needed to select profile manually
:: You can remove flag `--ear` to keep game online all day (but still gone if you got Disconnected)
:: With steam version of BH, refer to AFK.steam.bat file
call web.bot.bat afk a --ear
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Tips 2: see help

##### Some convenient scrips:
_(Example for Windows only, you can save into a bat file to be able to click-to-run)_
- AFK (do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG) and exit
- AFK (do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG, Raid) and exit
> call steam.bot.bat afk a --ear
You can also provide flag `--profile=X` so you won't need to select profile manually
> call steam.bot.bat afk a --ear --profile=MyProfileName
- AFK (do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG) and keep online (does not recover from disconnected)
- AFK and keep online (does not recover from disconnected)
> call steam.bot.bat afk a
- Fishing
> call steam.bot.bat fishing
Expand Down

0 comments on commit 69bdcd7

Please sign in to comment.