Skip to content

Commit

Permalink
Tweaks to typing
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed May 24, 2024
1 parent 4d14bb3 commit 36b5813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/CVAuto
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ class CombatModule(navigator: Navigator) : ScriptModule(navigator) {
region.subRegion(1648, 820, 262, 46).click()
region.waitHas(FT("formation/clear.png"))
// Type in text box
region.subRegion(562, 507, 723, 73).type(tdoll.name)
region.subRegion(562, 507, 723, 73).click()
delay(750)
region.type(tdoll.name)
delay(500)

region.subRegion(964, 709, 454, 85).clickWhile(period = 1000) {
region.doesntHave(FT("doll-list/lock.png"))
Expand Down

0 comments on commit 36b5813

Please sign in to comment.