Skip to content

Commit

Permalink
Merge pull request #94 from Sicprofundus/update
Browse files Browse the repository at this point in the history
Update Great Divide in PoK
  • Loading branch information
Sicprofundus committed Dec 25, 2023
2 parents a236bf3 + a2e159e commit f6b26c0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion resources/EasyFind/ZoneConnections.yaml
Expand Up @@ -1158,7 +1158,23 @@ FindLocations:
- type: ZoneConnection
switch: 15
targetZone: greatdivide
replace: false
name: 'The Great Divide'
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: 15
targetZone: greatdividetwo
name: 'Great Divide: ToV'
script: |
-- Wait for window to open and click the button on the left
mq.delay('5s', 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: 8
targetZone: overthere
Expand Down

0 comments on commit f6b26c0

Please sign in to comment.