minor tweeks to timing
This commit is contained in:
parent
6257bcf122
commit
7225547467
1 changed files with 2 additions and 1 deletions
|
|
@ -399,8 +399,9 @@ public class BossRunExecutor : GameExecutor
|
||||||
|
|
||||||
// Walk to well and click the closest match to screen center
|
// Walk to well and click the closest match to screen center
|
||||||
Log.Information("Phase {Phase} done, walking to well", phase);
|
Log.Information("Phase {Phase} done, walking to well", phase);
|
||||||
await WalkToWorldPosition(wellWorldX, wellWorldY);
|
|
||||||
await Sleep(1500);
|
await Sleep(1500);
|
||||||
|
await WalkToWorldPosition(wellWorldX, wellWorldY);
|
||||||
|
await Sleep(500);
|
||||||
await ClickClosestTemplateToCenter(CathedralWellTemplate);
|
await ClickClosestTemplateToCenter(CathedralWellTemplate);
|
||||||
await Sleep(200);
|
await Sleep(200);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue