Skip to content

Commit 82a9646

Browse files
committed
- Update sources
1 parent 124075e commit 82a9646

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/workflow/auto-fishing/auto-casting-and-landing.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const AUTO_CASTING_AND_LANDING: Pipeline = {
66
recognition: 'TemplateMatch',
77
roi: [1084, 514, 150, 143],
88
template: 'casting_button.png',
9+
threshold: 0.65,
910
green_mask: true,
1011
post_delay: 4000,
1112
action: 'Click',
@@ -19,7 +20,7 @@ export const AUTO_CASTING_AND_LANDING: Pipeline = {
1920
method: 40,
2021
lower: [12, 250, 207],
2122
upper: [24, 255, 255],
22-
count: 32,
23+
count: 16,
2324
action: 'Custom',
2425
custom_action: 'actReelIn',
2526
},

src/components/workflow/auto-fishing/check-accessories.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const CHECK_ACCESSORIES: Pipeline = {
99
clickAddBait: {
1010
interrupt: ['finishCheckAccessories'],
1111
next: ['clickUseBait'],
12+
post_delay: 500,
1213
timeout: 2000,
1314
recognition: 'TemplateMatch',
1415
roi: [135, 607, 63, 60],

0 commit comments

Comments
 (0)