Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Releases: ilpersi/BHBot

v46.5

28 Oct 12:41
Compare
Choose a tag to compare
  • Fix: hotfix for familiar contribution

v46.4

27 Oct 22:09
Compare
Choose a tag to compare
  • Change: encounter management completely refactored
  • Change: many optimizations in the encounter management to ensure a faster experience
  • Fix: improved cues for experience and capture mythic runes (thx @fabioganga1)
  • Fix: dungeon reconnect now waits for the correct amount of time
  • Fix: add R11 material to ignore list
  • Fix: position checking out of combat is now reliable
  • Fix: pause command will interrupt the WB lobby
  • Fix: contribute image using Java 11 HTTP

v46.3

05 Oct 19:53
Compare
Choose a tag to compare
  • Zone 13 support
  • Support for T14 World boss
  • New difficulty selection logic for T/G

v46.2

09 Sep 19:51
Compare
Choose a tag to compare
  • New: partial support for Mythic runes. Due to difficulty in getting the cue please consider this feature as experimental
  • New: Netherworld uptier support
  • New: print screen-rect command
  • New: embedded Java runtime updated to Java 11.08. This will fix a JDK bug affecting BHBot
  • Fix: High CPU usage when the bot is idling
  • Fix: Null pointer exception when restarting ChromeDriver
  • Fix: Thread interruption while sleeping
  • Fix: Correct player TS handling in WB lobby when players leave
  • Fix: Really rare high CPU usage in Dungeon Thread
  • Fix: Do not read the screen while paused #178
  • Fix: wrong error message in switchSingleMinorRune
  • Fix: error when closing WB window
  • Change: the bot will not go into UnidentifiedDungeon state anymore
  • Change: Input has now its own dedicated thread so the main thread is never blocked
  • Change: Better handling of WB lobby when the bot is interrupting.
  • Change: Exponential backoff for cue recognition

v46.1

27 Jul 14:52
Compare
Choose a tag to compare
  • Fix: correct ini documentation for worldBoss setting

v46

25 Jul 22:59
Compare
Choose a tag to compare
v46

v46 changes:

  • New: Completely revamped World Boss lobby management!
  • New: full support for new Xeal currency used for World Boss
  • New: It is now possible to specify multiple configurations for World Boss
  • New: when creating a World Boss lobby it is now possible to specify a minimum TS to start the World Boss #171
  • New: when creating a World Boss it is now possible to specify a minimum TS requirement of party members #171
  • New: World boss ini setting format. Please review the documentation.
  • New: added support for new Ignited Abyss World Boss
  • Change: crash notifications now have more detailed errors. This will be useful for developers to perform better troubleshooting.
  • Change: AutoRune refactoring
  • Fix: victory popup with no close button #169
  • Fix: security issues caused by not up to date dependencies
  • Fix: missing cue in the source #173
  • Fix: high CPU usage when the bot is paused
  • Fix: failsafe for quest button not being found

v45.2

22 Jun 14:46
Compare
Choose a tag to compare

Attention to all users!

BHBot run time has been updated to Java 11.

Starting from v45, BHBot is running on Java 11!

If you installed BHBot in the past you will have to review the installation process again.

To make things easier for you, BHBot is now distributed in a zip file containing all the dependencies and an executable file to be run in Windows.

If you are upgrading from a previous version you now have to run BHBot.exe instead of bhbot.bat.

The old jar file is still available as part of the zip file for advanced users that requires it.

v45.2 changes:

  • New: The periodic notification now also includes T/G difficulty
  • New: AutoRevive refactoring: now the bot keeps track of the used potions and it will notify you about that if you enabled notifications
  • New: 26 Familiar added to Encounter management. Now you can singularly bribe 170+ familiars with BHBot
  • Changed: more safe handling of Accept cues
  • Changed: minor refactoring for notification manager
  • Fix: fixing rare issue occurring on restart
  • Fix: unmanaged exception in screenshot taking logic
  • Fix: correct detection of speed kicks #167
  • Fix: loot notification logic revamped. No more wrong screenshots of loot
  • Fix: added R10 materials to loot notification exclusions
  • Fix: correct raid selection when R1 is selected #168

v45.1

31 May 10:54
Compare
Choose a tag to compare

Attention to all users!

BHBot run time has been updated to Java 11.

Starting from v45, BHBot is running on Java 11!

If you installed BHBot in the past you will have to review the installation process again.

To make things easier for you, BHBot is now distributed in a zip file containing all the dependencies and an executable file to be run in Windows.

If you are upgrading from a previous version you now have to run BHBot.exe instead of bhbot.bat.

The old jar file is still available as part of the zip file for advanced users that requires it.

Other changes:

  • Added zone 12 support
  • Added T13 World Boss support
  • Fix #162
  • Fix #163
  • Other minor tweaks

v45

04 May 21:58
Compare
Choose a tag to compare
v45

Attention to all users!

BHBot run time has been updated to Java 11.

If you installed BHBot in the past you will have to review the installation process again.

To make things easier for you, BHBot is now distributed in a zip file containing all the dependencies and an executable file to be run in Windows.

If you are upgrading from a previous version you now have to run BHBot.exe instead of bhbot.bat.

The old jar file is still available as part of the zip file for advanced users that requires it.

Other changes:

  • Add: BHBot will now check your current page before loading one #156
  • Add: you can now decide if you want to be ported again in your guild when you are finished fishing (enterGuildHall in settings.ini) #155
  • Add: the notification logic has been completed revamped and it now also supports Discord
  • Add: BHBot now has an icon!
  • Change: AutoShrine logic has been optimized and it is now faster than it used to be
  • Change: cues are only loaded when required, this will reduce the memory consumption of about 20-30% average
  • Change: BHBot is now using Java 11 standard Http client to manage REST APIs management
  • Fix: more solid management of exceptions while taking screenshots
  • World boss window is now correctly closed

v44.2

06 Apr 20:35
Compare
Choose a tag to compare
  • Added new tiers for Orlag Clan World Boss (10, 11, 12)
  • Fix for invasion #139, #154
  • Fix for PVP defeat
  • Small internal minor fixes