diff --git a/README.md b/README.md index 39706907..fc97a481 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # IMPORTANT: Sadly, bot no longer works with new update Nov 16th, 2022 -## I don't know if I can fix this or not, haven't know why atm +### Fixed functions: +- [x] Fishing +- [x] ReRun +- [ ] PVP +- [ ] WB Solo +- [ ] WB Team +- [ ] Raid +- [ ] GVG +- [ ] Invasion +- [ ] Expedition 1 +- [ ] Expedition 2 +- [ ] Expedition 3 +- [ ] Expedition 4 +- [ ] Trials +- [ ] Gauntlet **Upgrade notes:** copy configuration files `user-config.properties` and `readonly.*.user-config.properties` from previous bot version's directory _(if you update the bot via auto-update method then no need to do this)_ ___ diff --git a/pom.xml b/pom.xml index d5a4935f..d0bc03c0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 bh.bot 99bot - 2.10.1 + 2.11.0 diff --git a/src/main/java/bh/bot/app/AbstractApplication.java b/src/main/java/bh/bot/app/AbstractApplication.java index 89b88d54..0e70ecfa 100644 --- a/src/main/java/bh/bot/app/AbstractApplication.java +++ b/src/main/java/bh/bot/app/AbstractApplication.java @@ -1237,7 +1237,8 @@ protected boolean tryEnterRaid(boolean doRaid, UserConfig userConfig, Supplier result = detectRadioButtons( - Configuration.screenResolutionProfile.getRectangleRadioButtonsOfRaid()); + Configuration.screenResolutionProfile.getRectangleRadioButtonsOfRaid() + ); Point[] points = result._1; int selectedLevel = result._2 + 1; info("Found %d raid levels, selected %s", points.length, UserConfig.getRaidLevelDesc(selectedLevel)); @@ -1265,16 +1266,28 @@ protected boolean tryEnterRaid(boolean doRaid, UserConfig userConfig, Supplier