Releases: GitMyCode/d2r-chicken-bot
Releases · GitMyCode/d2r-chicken-bot
Release 0.11.31
maybe fix last patch
Release 0.11.30
fix offset, same as mapassist
Release 0.11.28
change the signature for unithashtable address
Release 0.11.26
fix bug where the end of a life buff would be detected as a hit then it would quit
Release 0.11.23
small fix ton read all the linkedlist
Release 0.11.22
- fix findplayer
- added more try on the menu
- fixed a woups
Release 0.11.18
- changed the findPlayer logic, maybe fixed maybe worsen
- changed find socket logic since offset changed from last patch. Now simply best effort
-- now for offline play you would need to doQuitMethod: Menu
in the config.yml
0.11.13
- Added and opted out in config.yml to turn off the analyic used to catch errors
# To help diagnostic problems, i send error data so i can see if there is a problem. you can turn it off
AnalyticLib:
IsDisabled: false
when IsDisabled
is true then no data is sent
0.11.1
- fix: run.cmd script now launch the battle.net launcher if not open (or else it cause connection problem)
- fix: prevent multiple instance to run at the same time
- feature: The boy will now try to quit by killing the tcp socket AND the save&quit menu. This increase a lot the chance of getting out
- Added a additional check
QuitOnMajorHit
: which will qui if you receive some hard hit that you couldn't receive a second time. This increase the survability a bit. - Added a config.yml instead of a appsettings.json. More user friendly
- some stability
Release 0.5.0
- Added detailed log.
- Added a
run.cmd
that launch the bot and diablo2 (helpful to not forget to launch the bot when playing) - Fix death state.
- Some minor improvement