Commit Graph
110 Commits
Author SHA1 Message Date
aeon0 ecf82eeaac dont spam the drop-log! 2021-11-10 20:03:25 +01:00
aeon0 0a4645769e actually use mingw64 on compiling 2021-11-10 19:29:00 +01:00
aeon0 a6d880b2c3 Bump version to 0.2.1 v0.2.1 2021-11-10 18:55:27 +01:00
aeon0 f5add914ef adjust slow walk param 2021-11-10 18:55:19 +01:00
aeon0 2cd540e3ec increase item find threshold again to avoid confusion 2021-11-10 18:50:14 +01:00
aeon0 2ebbf02cfc Merge branch 'master' of https://github.com/aeon0/botty 2021-11-10 18:37:52 +01:00
aeon0 b3bed8a1fe discord integration for drops and getting stuck 2021-11-10 18:37:41 +01:00
aeon0 8ef3362cff fix some pickit issues, lower item thresholds 2021-11-10 17:43:29 +01:00
aeon0 9526d4c56e update readme.md 2021-11-10 08:27:37 +01:00
aeon0 efaf48608c Bump version to v0.2.0 v0.2.0 2021-11-09 19:41:43 +01:00
aeon0 f42b7a83c3 fix(template): Remove useless template 2021-11-09 19:41:21 +01:00
aeon0 24cd471db7 feat(template): Increase search scale 2021-11-09 19:33:52 +01:00
aeon0 d69967af74 fix(config): Random config force to bool 2021-11-09 19:23:10 +01:00
aeon0 80beb88c4b feat(pather): Bring back static routs as option 2021-11-09 19:00:16 +01:00
aeon0 bd36bcab25 fix(char): Increase cast rate to be on the safe side 2021-11-09 18:03:49 +01:00
aeon0 8a006fc39f feat(pather): Prevent useless logging 2021-11-09 18:02:59 +01:00
aeon0 6eaabc4f4b bot(cmd): Change "Start Screen" 2021-11-09 18:02:24 +01:00
aeon0 02790f3e2a parma(colors): A bit wider ranges for colors 2021-11-09 17:55:54 +01:00
aeon0 860d6e55b0 fix(ui): Change save exit btn to be highlight independet 2021-11-09 17:54:56 +01:00
aeon0 c64daabed6 fix(death): Give death manager time to pick up on possible death after chicken 2021-11-09 12:37:48 +01:00
jagarop 53a4601de5 fix(pickit): remove duplicated assets 2021-11-09 09:21:47 +01:00
aeon0 46879379b9 doc(md): Additional info about tps 2021-11-09 08:04:03 +01:00
aeon0 c17117d56b Merge branch 'master' of https://github.com/aeon0/botty 2021-11-09 07:37:49 +01:00
aeon0 64d3941714 doc(md): Shopping feature and tp info 2021-11-09 07:37:41 +01:00
jagarop d1abb21511 refactor(pickit): Lower case item names for backwards compatibility 2021-11-09 07:34:17 +01:00
aeon0 2cdab92ba9 feat(bot): Go shopping! 2021-11-08 23:43:58 +01:00
aeon0 efabf671d0 feat(pather): Lazurak pathing 2021-11-08 22:37:44 +01:00
aeon0 3de6824156 fix(pickit): Correct bad indent 2021-11-08 22:26:55 +01:00
aeon0 cc3372d286 feat(pickit): Correct blacklist item names 2021-11-08 22:22:57 +01:00
aeon0 cbfacdac03 Merge branch 'master' of https://github.com/aeon0/botty 2021-11-08 22:22:25 +01:00
aeon0 91e5c18f11 Merge pull request #5 from Sp3cialk29/master
feat(pickit): Expanded pickit items and defined new naming convention
2021-11-08 22:21:30 +01:00
Sp3cialk29 a0e1e0cb53 Merge branch 'master' of https://github.com/Sp3cialk29/botty 2021-11-08 14:18:46 -07:00
Sp3cialk29 18f93d70f3 Cleaned up some item images and added back bl_ items 2021-11-08 14:18:32 -07:00
Sp3cialk29andaeon0 ea8a382448 Update src/item_finder.py
Co-authored-by: aeon0 <[email protected]>
2021-11-08 14:13:03 -07:00
Sp3cialk29 eaa2d67c42 Renamed all item references to lower case, added line 52 to item_finder.py to catch any uppercase characters 2021-11-08 14:08:05 -07:00
aeon0 10d912ba25 feat(npc): Add larzuk as NPC 2021-11-08 21:48:20 +01:00
aeon0 d442090ffe Merge branch 'master' of https://github.com/aeon0/botty 2021-11-08 20:53:15 +01:00
aeon0 52b1fc2f20 feat(bot): Randomize order of runs 2021-11-08 20:53:08 +01:00
Sp3cialk29 18aa8aba58 Expanded pickit items and defined new naming convention 2021-11-08 12:40:21 -07:00
aeon0 8ece6cfa59 Merge pull request #4 from mgleed/ctrl_click_hold
fix(stashing): Brief hold left click when Ctrl+click in stash
2021-11-08 19:20:49 +01:00
aeon0 3a7183a834 feat(stuff): Few optimizations 2021-11-08 16:45:29 +01:00
aeon0 af655cafaf fix(pather): Increase globe size to not click on it 2021-11-08 16:42:46 +01:00
aeon0 5a07a69839 fix(chicken): Release alt before pressing esc 2021-11-08 16:28:23 +01:00
aeon0 8a0da4993c refactor(mouse): Remove debug prints 2021-11-08 16:17:34 +01:00
aeon0 7ff5bdce7b fix(pickit): Force tp when moving to items 2021-11-08 16:16:48 +01:00
aeon0 7181494a86 feat(mouse): Nicer mouse movement 2021-11-08 16:14:30 +01:00
mgleed 79edfaf163 add brief left click hold to avoid one type of d2r ctrl+click stashing bug 2021-11-08 08:51:54 -05:00
aeon0 2fd3ce763a doc(char): Add attack sequence params to docs 2021-11-08 08:48:44 +01:00
aeon0 32c34fdfb4 Merge branch 'master' of https://github.com/aeon0/botty 2021-11-08 08:23:27 +01:00
aeon0 1168210420 fix(pindle): Add addtional template at start cause of cta delay and merc 2021-11-08 08:23:17 +01:00