Skip to content

Commit

Permalink
Fix doll swap regions
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Dec 5, 2023
1 parent 8c19a17 commit ffb3c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class CombatModule(navigator: Navigator) : ScriptModule(navigator) {
val startTime = System.currentTimeMillis()
logger.info("Switching doll $slot of echelon 1")
// Dragger region ( excludes stuff below name/type )
region.subRegion(242 + (slot - 1) * 273, 206, 237, 544).click(); yield()
region.subRegion(237 + (slot - 1) * 273, 206, 247, 544).click(); yield()
region.waitHas(FileTemplate("doll-list/lock.png"), 5000)

applyFilters(tdoll, false)
Expand Down

0 comments on commit ffb3c16

Please sign in to comment.