Skip to content

Commit

Permalink
Merge pull request #95 from Sicprofundus/OverthereUpdate
Browse files Browse the repository at this point in the history
Overthere
  • Loading branch information
Sicprofundus committed Dec 25, 2023
2 parents 9cd0780 + 873351f commit a236bf3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/EasyFind/ZoneConnections.yaml
Expand Up @@ -1159,6 +1159,26 @@ FindLocations:
switch: 15
targetZone: greatdivide
replace: false
- type: ZoneConnection
switch: 8
targetZone: overthere
name: 'The Overthere'
script: |
-- Wait for window to open and click the button on the right
mq.delay('10s', function() return mq.TLO.Window('LargeDialogWindow').Open() end)
if mq.TLO.Window('LargeDialogWindow').Open() then
mq.TLO.Window('LargeDialogWindow/LDW_NoButton').LeftMouseUp()
end
- type: ZoneConnection
switch: 8
targetZone: overtheretwo
name: 'Ring of Scale: The Overthere'
script: |
-- Wait for window to open and click the button on the left
mq.delay('10s', function() return mq.TLO.Window('LargeDialogWindow').Open() end)
if mq.TLO.Window('LargeDialogWindow').Open() then
mq.TLO.Window('LargeDialogWindow/LDW_YesButton').LeftMouseUp()
end
- type: ZoneConnection
switch: POKFELPORT500
targetZone: gfaydark
Expand Down

0 comments on commit a236bf3

Please sign in to comment.