Yesbot

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: auto-pause for chat while crafting? #19755
    Yesbot
    Yesbot
    Participant
    1+

    What about manual pause button like in fishing. Would it be easier to implement?

    in reply to: Miqobot randomly freezes #19609
    Yesbot
    Yesbot
    Participant
    1+

    I see. It’s just a very small inconvenience really, anymore effort wouldn’t worth it so don’t mind that. Better focus on future updates, you guy’s been doing really great work so far. Thanks for explaining and keep up the good work!

    in reply to: Target specific NPC #19500
    Yesbot
    Yesbot
    Participant
    1+

    There’s a reset camera button in-game, default is END. So I think you could use sendKey?

    Yesbot
    Yesbot
    Participant
    0

    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.

    Yesbot
    Yesbot
    Participant
    0

    More information on how to make grids and presets can be found in these links.

    Yesbot
    Yesbot
    Participant
    0

    Does 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)
    • This reply was modified 4 years, 4 months ago by Yesbot Yesbot.
    • This reply was modified 4 years, 4 months ago by Yesbot Yesbot.
    in reply to: Astro in the current state of miqobot #19395
    Yesbot
    Yesbot
    Participant
    1+

    What about NIN? I can still do the “Ten Chi Jin” thing without pausing too right?

Viewing 7 posts - 16 through 22 (of 22 total)