Adam Saudagar
c5d1cb67cf
decoupled os_calls from fishy to use os_services instead
2023-02-21 23:05:44 +05:30
Adam Saudagar
016e378fdd
refactored qr detection code to use window instead of directly cropped image, retrying qr reading instead of failing directly
2022-06-30 20:15:21 +05:30
Adam Saudagar
8b2ba7a600
fullauto player now waits for first loop of semifisher to complete before looking for hole
2022-04-09 01:40:40 +05:30
Adam Saudagar
e1c7bd626d
Merge pull request #108 from fishyboteso/feature/hotfix_idle_state_blocking
2022-02-26 21:08:58 +05:30
Semjon Kerner
13319e2606
add timeout to unblock idle state
2022-02-25 10:50:00 +01:00
Adam Saudagar
a80e1ee84b
Merge branch 'main' into feature/hotkey_fishyQR
2022-02-25 04:56:29 +05:30
Adam Saudagar
3761ad813d
Merge pull request #107 from fishyboteso/feature/menu_show_qr_value
2022-02-25 04:53:53 +05:30
Semjon Kerner
a6ec33f30f
add short delay to give FishyQR keybind a headsup
2022-02-22 10:17:28 +01:00
Semjon Kerner
4b2364818c
decrease max human like delay by 25% and 500ms
2022-02-20 20:48:08 +01:00
Semjon Kerner
0fd8a22e02
add menu entry to show qr value
2022-02-20 20:44:00 +01:00
Adam Saudagar
8d41616720
fixed double action key press
2022-02-03 06:06:07 +05:30
Adam Saudagar
fd7237161b
added few debug logs for engine
2022-02-03 05:51:31 +05:30
Adam Saudagar
2893465571
pep8 cleanup
2022-02-03 05:29:10 +05:30
Adam Saudagar
4ea27ae7da
added a null check in get_coords
...
changed print_exec to print in both console and fishy
fixed engine couldn't be stoped with toggle
fixed full auto stop getting called multiple times due to inactive stop
set logging for d3dshot to info, to remove debug logs caused by it
2022-02-01 22:20:57 +05:30
Adam Saudagar
9bcde7e922
window server reworked for improved threading
2022-02-01 17:21:58 +05:30
Adam Saudagar
a5236e9b30
semi fisher reworked to work with new parent class
2022-01-31 23:19:24 +05:30
Adam Saudagar
814ca1e0d5
0.5.4 hotfix
...
fixed get_coords() tupple overflow issue,
improved hole check in full auto fishing,
improved message when FishyQR is not found,
keeping chalutier in migration
2021-12-01 11:27:16 +05:30
Adam Saudagar
d09dd42666
FishingMode import fixed, updated the warning text for semifisher
2021-11-21 16:37:09 +05:30
Adam Saudagar
8ae46dd5a5
integrated fishyqr v0.0.2 for semi fisher
...
- remove color detection code
- move qr detection from full auto into common
- refactor both engines to use qr from common
2021-11-21 12:42:14 +05:30
Adam Saudagar
8f7b6b71c4
Merge remote-tracking branch 'origin/master' into feature/fullauto
...
# Conflicts:
# fishy/engine/fullautofisher/controls.py
# fishy/engine/fullautofisher/engine.py
# fishy/engine/fullautofisher/mode/calibrator.py
# fishy/engine/fullautofisher/mode/recorder.py
# fishy/engine/fullautofisher/player.py
# fishy/engine/semifisher/fishing_event.py
# fishy/gui/config_top.py
2021-05-12 20:44:55 +05:30
Semjon Kerner
fa83c10394
fix flake8: F841, E111 E711, E262
2021-05-09 11:48:35 +02:00
Semjon Kerner
b16f776749
too long lines
2021-05-09 11:44:19 +02:00
Semjon Kerner
1c5530dca4
fix whitespaces according to flake8
2021-05-09 11:09:26 +02:00
Semjon Kerner
3172b30d98
sort imports with isort
2021-05-09 09:05:51 +02:00
Semjon Kerner
fb89fdf4fb
remove unused imports
2021-05-09 08:46:46 +02:00
Semjon Kerner
ff39f7d9bf
accumulate event functions
2021-05-07 20:07:03 +02:00
Semjon Kerner
699354cd0b
rename send_hole_deplete to send_fish_caught
2021-05-07 20:07:03 +02:00
Semjon Kerner
0396ea3239
playsond beep twice, moved from hotkey to engine
2021-05-07 20:07:03 +02:00
Semjon Kerner
363a0dd1bd
reorder imports
2021-05-07 19:36:41 +02:00
Semjon Kerner
708f64fd7b
act on lookaway as on idle
2021-05-07 19:35:25 +02:00
Semjon Kerner
b2d43df57e
playsound whenever user interaction is required
2021-05-07 19:35:25 +02:00
Semjon Kerner
58457ef798
fixup luaparser
2021-05-07 15:19:22 +02:00
Semjon Kerner
b6a375f486
add luaparser and read saved var
2021-05-07 15:19:22 +02:00
Semjon Kerner
ac18f3f2cc
fixupfixup enum-dict
2021-05-07 15:19:22 +02:00
Semjon Kerner
f790a83acf
fixup enum-dict
2021-05-07 15:19:22 +02:00
Semjon Kerner
734477dc28
change state detection to dict and use rgb
2021-05-07 15:19:22 +02:00
Mat R
c6654ade4f
Add a 100ms sleep to semifisher loop
...
While the main monitor loop runs we are constantly rechecking, which drives a lot of CPU usage.
By sleeping for 100ms we can significantly reduce this without significantly impacting the bot.
2021-05-06 19:35:06 -06:00
Adam Saudagar
b0a8db7528
wait for eso window active, stop engine when window becomes inactive
2021-05-02 23:35:06 +05:30
Adam Saudagar
c86e86b901
hotfix: data not being send, when fishing is interupted
2021-04-21 21:53:18 +05:30
Adam Saudagar
c05355fb77
don't warn about fishing not started if it's not attached to gui (to avoid it showing in fullauto)
2021-04-17 22:04:10 +05:30
Adam Saudagar
e47d74afc3
Merge pull request #59 from SemjonKerner/remove_sleep_before_fishing
...
remove sleep before fishing, with bugfix in chalutier 1.1.3
2021-04-17 13:36:58 +05:30
Adam Saudagar
c165a0e237
Merge pull request #62 from SemjonKerner/autoloot_default
...
Set auto_collect always enabled
2021-04-17 13:21:59 +05:30
Semjon Kerner
2a3b79a12b
remove all traces of collect_allow_auto
2021-04-15 12:49:17 +02:00
Semjon Kerner
0b0a984d22
remove label from fishingmode for logging
2021-04-15 12:31:37 +02:00
Semjon Kerner
f31e008fbb
remove sleep before fishing, with bugfix in chalutier 1.1.3
2021-04-15 11:50:03 +02:00
Semjon Kerner
fc671d6dab
use dark grey for dead
2021-04-12 18:34:02 +02:00
Semjon Kerner
ab9a8a0d0b
detect color of invfull, nobait
2021-03-28 19:23:52 +02:00
Semjon Kerner
7656aecea0
add notification dead,fighting
2021-03-26 12:18:29 +01:00
Semjon Kerner
fe92ac5779
remove didnt start popup
2021-03-25 12:37:42 +01:00
Semjon Kerner
4fe22e7703
map fishy tightly to chalutier states
2021-03-25 11:58:33 +01:00