Commit Graph

315 Commits

Author SHA1 Message Date
bobcho
6e38fd5dd7 fix game start in act 4 (adj start tempates) (#231) 2021-12-08 06:16:27 +01:00
aeon0
37a4c8e0b2 Fix select template timeout bug (#230)
* Fix select template timeout bug

* remove print
2021-12-07 22:10:14 +01:00
aeon0
872fcccb00 Fix health manager pause (#227) 2021-12-07 12:54:17 +01:00
aeon0
9644e7a36e Speed up template pathing (#226)
* Speed up template pathing

* change comment
2021-12-07 12:14:50 +01:00
aeon0
19af63f965 Fix item pickup behind obstacles (#225)
* Fix item pickup behind obstacles

* remove debug stuff
2021-12-07 09:11:18 +01:00
aeon0
ee29e0918b Go to A5 Larzuk for repairing from other acts + TP bug fixed (#224)
* Go to A5 Larzuk for repairing from other acts

* Fix tp bug
2021-12-07 08:21:10 +01:00
aeon0
571f2101e8 Rename run.py to main.py (#223) 2021-12-07 08:01:10 +01:00
aeon0
18c5344af7 Refactor runs (#222)
* Refactor code for runs

* add some forced moves for robustification

* move back to save spot for trav
2021-12-07 07:29:45 +01:00
aeon0
f7b1c834c9 Integrate Trav Run (#221) 2021-12-06 20:40:55 +01:00
aeon0
bbda12709f Connect all towns (#220) 2021-12-06 18:15:58 +01:00
aeon0
0b6b1bfa2a Add Npc: Ormus (#218) 2021-12-06 07:17:24 +01:00
aeon0
01284ae62e Add Npc: Tyrael (#217) 2021-12-06 07:07:15 +01:00
aeon0
af5e4ffebe Use merc config (#216)
* Use merc config

* docs
2021-12-06 06:58:14 +01:00
aeon0
e6491d8642 docs 2021-12-06 06:57:03 +01:00
aeon0
589defb38e A4 Town Pathing (#215) 2021-12-06 06:46:39 +01:00
mgleed
b0d3552121 Create template masks in __init__() (#212)
* preload template masks

* fix varnames
2021-12-06 06:46:30 +01:00
mgleed
6554ad167b Disable quick cast in default settings until officially supported (#209)
* disable quickcast in settings until this is officially supported

* disable quickcast in settings until this is officially supported

* disable quickcast in settings until this is officially supported

* disable quickcast in settings until this is officially supported

* disable quickcast in settings until this is officially supported
2021-12-04 22:36:30 -05:00
mgleed
5822151d14 Adj template finder (#208)
* swap test templates

* swap test templates
2021-12-04 21:47:13 -05:00
Matt Stiehm
8b438b25ff Run no item pickup command on startup (#205) 2021-12-04 23:25:44 +01:00
Dongwook Kim
3459d4a35e feat: adding magic amulet to pickable item list (#207) 2021-12-04 22:56:36 +01:00
aeon0
84d1bf1559 Revert Merc template (#206) 2021-12-04 21:57:48 +01:00
aeon0
0d6c02486a Bump version to v0.4.4 (#204) 2021-12-04 20:15:46 +01:00
aeon0
430c2557d7 Revert npc assets (#203) v0.4.4 2021-12-04 19:48:45 +01:00
aeon0
4bd140cac4 ... 2021-12-04 19:31:40 +01:00
aeon0
7dbbbfbebf Fix discard issue by adding a wait time (#202)
* Fix discard issue by adding a wait time

* add docs
2021-12-04 19:22:29 +01:00
aeon0
32c9483afd Use masked skill assets (#201)
* Use masked skill assets

* fix config

* increase thresh at skill selection
2021-12-04 17:45:14 +01:00
aeon0
e47c98b80c Decrease spread of attacks on pindle 2021-12-04 16:19:45 +01:00
aeon0
861b4ff639 Revert Anya templates (#199) 2021-12-04 13:34:59 +01:00
aeon0
914ac74d2f Check for available tps on start of run (#196) 2021-12-04 11:41:15 +01:00
aeon0
5d91d2ff14 Fix template selection to wait for success (#195) 2021-12-04 10:44:01 +01:00
navy91
0e4d4e7dff Adjusted threshold for gold deteciton in inventory(#191) 2021-12-04 08:03:03 +01:00
ggodev
ad614cb000 game breaking sun spirit fix (#192) 2021-12-04 08:02:18 +01:00
navy91
3da81815bd skip gold stashing when there's no gold in inventory (#182)
* skip gold stashing when there's no gold in inventory

* skip stashing - performance upgrade
2021-12-03 22:44:39 +01:00
aeon0
916777b86d Fix creash on death and chicken delay (#190) 2021-12-03 21:34:25 +01:00
aeon0
32dc347e7e Prepare for shop release (#189) 2021-12-03 20:56:20 +01:00
mgleed
10015fc73c Template alpha channel (#170)
* add support for template alpha channels

* cleaner

* fix merc pic

* fix merc pic

* comment

* NPC alpha channels and modify you_have_died detection

* adapt to automatic template loading

* show all matches in template finder

Co-authored-by: aeon0 <aeon4@pm.me>
2021-12-03 18:40:10 +01:00
egut125
3fea6d7399 Added new param discord_status_count (#183)
discord_status_count defines number of games between discord status messages being sent. Defaults to 20

Co-authored-by: aeon0 <aeon4@pm.me>
2021-12-03 18:35:48 +01:00
aeon0
55bead2c9f Revert back to previous npc search (#185) 2021-12-03 18:24:43 +01:00
César Vargas
eaf0beb83b Add saved_games_folder param (#179)
* implement saved_games_folder paramgit c

* add saved_games_folder readme entry
2021-12-03 06:59:45 +01:00
aeon0
0f60502ce1 Add Pathing for Trav (#181) 2021-12-02 23:38:28 +01:00
aeon0
69f94b2c1f Add Pathing for A3 Town (#180) 2021-12-02 22:03:23 +01:00
egut125
80d2a14d5c Add in logic when botty is paused and not trigger max game length (#167) 2021-12-02 19:04:45 +01:00
aeon0
6f0a000bf1 Template finder auto load based on filenames (#178)
* Fix gamerecovery creating 2 bot instances

* Auto load template based on filenames

* Actually load the correct templates
2021-12-02 16:40:13 +01:00
aeon0
0cee182a8d Update bug_report.md 2021-12-02 16:38:10 +01:00
aeon0
56b703e8a8 Update bug_report.md 2021-12-02 16:37:01 +01:00
aeon0
076fafb64e Fix gamerecovery creating 2 bot instances (#177) 2021-12-02 14:23:06 +01:00
aeon0
dd0084caad Update README.md 2021-12-02 12:08:20 +01:00
aeon0
1450e158f5 Fix NPC highlighted action btn (#175) 2021-12-02 11:41:00 +01:00
aeon0
4c28ab9461 Revert npc multi tempalte search (#174) 2021-12-02 11:06:05 +01:00
mgleed
e34a33ac98 simplify some code based on recent search update (#171)
* simplify some code based on recent search update

* save

* save
2021-12-02 08:27:02 +01:00