-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update web UI * pop-up web page of result after auto-update * add page showing require java 8 * new flag `--disable-persuade` * select PVP target * add warning about PVP target on AFK * able to disable functions `select pvp target` and `auto-update` remotely * 2.3.0 Co-authored-by: 9-9-9-9 <9-9-9-9>
- Loading branch information
Showing
37 changed files
with
562 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
@if not exist BitHeroes.jar ( | ||
@echo You are using 99bot from source code version which required to run build.bat in order to compile binary first | ||
@echo If you are not a developer and you only want to use the bot, please download the zip file with name download-this-file.zip from my website at download.bh99bot.com | ||
goto L_EXIT1 | ||
) | ||
|
||
@where java >nul 2>nul | ||
@if %errorlevel%==1 ( | ||
@echo ** ERROR ** You have to install Java 8 in order to use this bot | ||
@echo ** LOI ** Ban can cai dat Java 8 truoc khi su dung | ||
@echo You can download Java 8 from the following website: https://adoptium.net/?variant=openjdk8 | ||
start "" https://adoptium.net/?variant=openjdk8 | ||
goto L_EXIT | ||
start "" https://bh99bot.com/require-java.html | ||
goto L_EXIT1 | ||
) | ||
|
||
java -jar BitHeroes.jar %* | ||
@SET EXIT_LVL=%errorlevel% | ||
@if %EXIT_LVL% NEQ 0 ( | ||
@echo exit code: %EXIT_LVL% | ||
) | ||
|
||
@goto L_EXIT0 | ||
|
||
@goto L_EXIT | ||
:L_EXIT0 | ||
@pause | ||
@exit /b 0 | ||
|
||
:L_EXIT | ||
@pause | ||
:L_EXIT1 | ||
@pause | ||
@exit /b 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.