Skip to content

Releases: GitMyCode/d2r-chicken-bot

Release 0.11.31

26 Sep 01:22
Compare
Choose a tag to compare
maybe fix last patch

Release 0.11.30

24 May 16:07
Compare
Choose a tag to compare
fix offset, same as mapassist

Release 0.11.28

01 May 19:23
Compare
Choose a tag to compare
change the signature for unithashtable address

Release 0.11.26

10 Jan 03:13
Compare
Choose a tag to compare

fix bug where the end of a life buff would be detected as a hit then it would quit

Release 0.11.23

16 Dec 15:37
Compare
Choose a tag to compare
small fix ton read all the linkedlist

Release 0.11.22

16 Dec 06:35
Compare
Choose a tag to compare
  • fix findplayer
  • added more try on the menu
  • fixed a woups

Release 0.11.18

15 Dec 03:57
Compare
Choose a tag to compare
  • 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 do QuitMethod: Menu in the config.yml

0.11.13

13 Dec 16:23
936ba03
Compare
Choose a tag to compare
  • 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

12 Dec 22:08
069b50c
Compare
Choose a tag to compare
  • 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

09 Dec 05:08
603d289
Compare
Choose a tag to compare
  • 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