Forum › Forums › Grids and Presets › Scenario Question
Tagged: Question Scenario
This topic contains 5 replies, has 4 voices, and was last updated by Lyfox 5 years, 5 months ago.
-
AuthorPosts
-
June 1, 2019 at 3:26 pm #13102
Is there a way to set up a scenerio to stop the current chapter once X ET is reached and then head to the specific chapter for the unspoiled node?
E.G. Miqo is on chapter 3 gathering 2:00 ET hits end chapter switch to chapter 6 tele gather unspoiled X
I tried looking through the Miqo commands but I didn’t recognize anything that could help. Bit knew to the scenario scene so might have just missed it.
June 1, 2019 at 3:58 pm #13103Is there a way to set up a scenerio to stop the current chapter once X ET is reached and then head to the specific chapter for the unspoiled node?
E.G. Miqo is on chapter 3 gathering 2:00 ET hits end chapter switch to chapter 6 tele gather unspoiled X
I tried looking through the Miqo commands but I didn’t recognize anything that could help. Bit knew to the scenario scene so might have just missed it.
Usually its done by first waiting till the node spawns via afkuntill and then after mining the node just having the new chapter start.
Have a look.
June 5, 2019 at 6:30 am #13219June 5, 2019 at 9:04 am #13220workUntil( time )
Stop next activity at specified time.
Both real and Eorzea time is supported.Format is [Year-Mo-Da] HH:MM[:SS].
For Eorzea time add “ET” at the end.
Date is valid only for real time (can be omitted).Year – numeric representation of year
Mo – numeric representation of month
Da – day of the month
HH – hours (24-hour clock)
MM – minutes
SS – seconds (can be omitted)Each activity will finish the ongoing action before stop.
Fishing will hook the current fish, gathering will dig the current node, crafting will synthesize the current item, and so on.Note: When chapter ends, timer is disabled.
Aliases
–
Parameters
time – until which to work
Examples
workUntil(18:00)
workUntil(13:50et)
workUntil(2024-01-01 00:00:01)June 5, 2019 at 9:05 am #13221June 5, 2019 at 9:16 am #13222 -
AuthorPosts
You must be logged in to reply to this topic.