409 Commits

Author SHA1 Message Date
aeon0
22b468e771 New release v0.6.1 (#332)
* Bump version to v0.6.1

* adjust version
v0.6.1
2021-12-25 08:51:40 +01:00
aeon0
aaae0ac41c Dont click on merc icon (#331) 2021-12-25 08:08:41 +01:00
mgleed
b1e4f82c25 fix gold issue causing pickit_type error (#329) 2021-12-24 13:15:44 -05:00
aeon0
2f37b2b1da dev version 2021-12-24 15:46:17 +01:00
aeon0
da401dc9bc New release v0.6.0 (#328)
* Bump version to v0.6.0

* correct version
v0.6.0
2021-12-24 15:34:36 +01:00
aeon0
77d04a0c21 Retry town portal creation on fail (#327) 2021-12-24 15:23:33 +01:00
aeon0
303082ff99 Random move if staris not found (#326) 2021-12-24 12:32:26 +01:00
aeon0
bb523b34fe Trapsin updates (#325) 2021-12-24 12:24:10 +01:00
aeon0
db7c011ded Blizz Sorc adjustments (#324) 2021-12-24 11:34:03 +01:00
aeon0
43244e85b9 Light sorc overhaul (#323)
* Light sorc overhaul

* also use lightning

* readme update
2021-12-24 10:01:15 +01:00
Legit
96e42049eb Blizz sorc updates (#321)
* Update blizz_sorc.py

* blizz sorc tuning

* Update blizz_sorc.py

indent fix

* fix indent errors

* shenk assets

* updated pather for shenk

Co-authored-by: aeon0 <aeon4@pm.me>
2021-12-23 23:55:34 +01:00
aeon0
d4836a1e4f Buy potions from vendor (#320) 2021-12-23 23:01:04 +01:00
aeon0
68bb17428a Update README.md 2021-12-23 22:10:27 +01:00
Legit
ddd92ad303 Cold-sorc-trav-eld-shenk (#300) 2021-12-23 22:03:06 +01:00
aeon0
f60f6539ff If in doubt, just use path a (#318) 2021-12-23 21:53:09 +01:00
Luiz Felipe Aranha
2cc9ee36c7 include mangsong to pickit (#317)
* include mangsong to pickit

* Add files via upload
2021-12-23 21:14:51 +01:00
aeon0
269fd2246f Save stats to new file (#316) 2021-12-23 14:08:49 +01:00
aeon0
5f44213692 Share belt manager instance accross health manager and bot (#315) 2021-12-22 21:53:09 +01:00
aeon0
d6a8de3c80 Configurable ordering of runs (#314) 2021-12-22 21:48:05 +01:00
mgleed
b5805a19aa Add require/exclude properties to pickit.ini when stashing items. Also more item templates. (#295) 2021-12-21 20:46:27 +01:00
aeon0
44d9cb40f2 Nihlatak test (#312)
* nihlatak eye at a robustness?

* revert stuff
2021-12-21 19:23:45 +01:00
Luiz Felipe Aranha
616e6b25b9 Update ui_manager.py (#311)
tome bug workaround
2021-12-21 08:48:12 +01:00
egut125
5993e876e8 Config discord condensed (#310)
* Added new discord_status_condensed that can be set =1 to get condensed status report

* Readme update
2021-12-20 20:28:00 +01:00
stephan-01010011
752bd813ea Nihlatak run changed to use the correct path if the template 'NI2_A_SAFE_DIST_2' was detected. (#304)
- Template assets renamed to use an uniform suffix. _save_dist, _noattack
- EyeCheckData class enhanced to contain a destination static path definition that is used instead of the template name
2021-12-19 11:55:24 +01:00
egut125
feafdca33d Correctly Total Failed Runs, Only Set location to shenk when battling, not on run start (#303) 2021-12-19 08:26:40 +01:00
aeon0
a267c9fbf2 Update README.md 2021-12-18 22:06:48 +01:00
aeon0
d766f4222c Dont spam screenshots, forgot if condition 2021-12-18 20:51:42 +01:00
aeon0
e1fa484cb8 Eldritch pathing robustness (#302)
* Robustify eldritch pathing

* failed game screenshot

* remove log
2021-12-18 13:03:35 +01:00
egut125
bfcd2babaa Adding location_stats dict to hold stats for each run (#297)
* Adding location_stats dict to hold stats for each run

Logs Items,Deaths,Chickens,Merc Deaths, and Fails for each run
Discord message prints stats by run in table
stats.log lists run table and items by run

* clean up

Co-authored-by: aeon0 <aeon4@pm.me>
2021-12-17 19:57:12 +01:00
yhkinsar
db63ce66b6 adding more uniq items (#299) 2021-12-17 19:52:15 +01:00
aeon0
29a4eaf9b2 Fix static field param (#296) 2021-12-15 23:53:43 +01:00
aeon0
b33135f704 Bump version to v0.5.1 (#294) v0.5.1 2021-12-15 19:03:52 +01:00
aeon0
67e03fc938 Adjust template for nil on A (#293)
* Adjust template for nil on A

* change order
2021-12-15 18:05:53 +01:00
aeon0
3c39cfa5d9 Fix trav gold pick up only after latest changes + clean ups (#292) 2021-12-15 16:24:55 +01:00
tw1st40
be1f1ce08c Barbarian support (currently War Cry/singer only) with Horking (#288)
* Added Barbarian support (currently War Cry/singer only) with Horking (find item) - thanks Outburst.

* Changes as requested by aeon for pull request to be merged.
2021-12-15 15:49:09 +01:00
yhkinsar
7b7815a021 Support Greater Potion (#290) 2021-12-15 15:47:40 +01:00
EthanJian
5b70c24c7b Add-Mercenary-deaths-counter (#287)
1. Add a merc deaths counter in game_stats.py.

2. Trigger: put it in bot.py while Check if merc needs to be revived.
2021-12-15 08:42:24 +01:00
egut125
636745f47b Add location from the Run procedure (#283)
* Add location from the Run procedure and all Discord messages can leverage

* Removing old area calls

* remove logger

* Shenk Eld improvements

* Cleaning

* Cleaning
2021-12-14 23:04:33 +01:00
aeon0
4d083bee83 Use static for sorc at trav (#285)
* Sorc use static at trav

* Sorc use static at trav
2021-12-13 23:03:41 +01:00
aeon0
fe8c6d5de0 Trav for Sorc (#284) 2021-12-13 20:24:47 +01:00
aeon0
857052c75d Tele dancing sorc nil (#282)
* Implement simple "tele-dancing" for sorc nil

* increase trav atk len
2021-12-13 19:13:53 +01:00
aeon0
bf7ce99c5f Implement Nihlatak for Sorc (#281) 2021-12-13 18:14:03 +01:00
aeon0
b6260327b7 Add area for item pickup 2021-12-13 17:20:47 +01:00
aeon0
8a85f38819 Optional Redemption 2021-12-13 17:17:58 +01:00
aeon0
c2bd99af18 Fix gold stashing bug (#280) 2021-12-13 17:00:52 +01:00
aeon0
5e43da1f02 Bump version to v0.5.0 (#278) 2021-12-12 21:22:45 +01:00
aeon0
f5fb8561c6 Classic min max confusion v0.5.0 2021-12-12 20:41:13 +01:00
aeon0
eb6dd85063 Fix stashing (#277)
* Bump version to v0.5.0

* stash optimization

* add wait times

* revert version

* Fix stashing bug when gold is full

* change location

* force move
2021-12-12 20:30:37 +01:00
aeon0
fd2d57fb0c Fix shopper build (#276) 2021-12-12 18:49:20 +01:00
aeon0
fa1297e15e Config to force prebuff every run (#274) 2021-12-12 18:09:44 +01:00