Forum Replies Created
-
AuthorPosts
-
December 28, 2019 at 4:01 pm in reply to: [SCENARIO] Il Mheg Spearfishing (Aethersand) and Legendary Farming #19496
Glad to be of help!
Can workFor() work with ET reference? Or will I have to go to each step and see ‘how’ long I have spare (Miqo has this info as part of afkUntil() but I assume I can’t pass that variable).
workFor() already supports ET, just add ET at the end like
workFor(00:10ET)
If you have more questions regarding scenario functions, there’s a button with a question mark at the top in the scenario tap. You can read explanation of important functions there.
December 28, 2019 at 7:25 am in reply to: [SCENARIO] Il Mheg Spearfishing (Aethersand) and Legendary Farming #19488More information on how to make grids and presets can be found in these links.
December 28, 2019 at 7:21 am in reply to: [SCENARIO] Il Mheg Spearfishing (Aethersand) and Legendary Farming #19486Does anyone have an ammended version of this where the downtime is used to gather something else? I haven’t made a scenario yet so I am unsure how to say “Go to another node nearby for 10 minutes and
gather(4)
You have to create a grid and a gathering preset containing that grid and the information of what you want to gather then add something like this to another chapter in the scenario:
workFor(00:10) selectGatherPreset(Preset name) waypoint(Number of the waypoint you need to run to first [optional]) startGathering(Number of times you want to gather) repeatAll(Number of times for the whole scenario)
-
AuthorPosts