boss getting close
This commit is contained in:
parent
f914443d86
commit
aee3a7f22c
19 changed files with 422 additions and 119 deletions
|
|
@ -173,7 +173,7 @@ public partial class SettingsViewModel : ObservableObject
|
|||
await Helpers.RandomDelay(800, 1200);
|
||||
|
||||
// ANGE opens a dialog — click "Manage Shop"
|
||||
var dialogRegion = new Region(1080, 600, 400, 300);
|
||||
var dialogRegion = new Region(pos.Value.X, pos.Value.Y, 460, 600);
|
||||
var managePos = await _bot.Screen.FindTextInRegion(dialogRegion, "Manage");
|
||||
if (managePos.HasValue)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue