I'm not being able to use the "WorkUntil" command correctly

Forum Forums Discussion I'm not being able to use the "WorkUntil" command correctly

Tagged: 

This topic contains 5 replies, has 3 voices, and was last updated by Timray Timray 5 years, 7 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8497

    Naylachan
    Participant
    0

    There’s something im missing? the bot just continues to gather.
    How should i use it to set it to gather colectables until 16:00et? the command goes before the startGathering right?

    teleport(Falcon's Nest)
    unstealth()
    changeJob(Miner)
    selectGrid(Dragon Obsidian)
    selectGatherPreset(marble)
    waypoint(0)
    workUntil(3:40et)
    startGathering()
    #8502
    Lyfox
    Lyfox
    Participant
    1+

    How should i use it to set it to gather colectables until 16:00et?

    workUntil(16:00et)

    What did you mean by 3:40et?

    #8515

    Naylachan
    Participant
    0

    it was just an example kkkk
    the problem is,the bot dont stop, and i loose the unspoiled nodes.

    #8522
    Lyfox
    Lyfox
    Participant
    0

    Sorry i still dont understand what you mean. 3:40et and 16:00et are more than 12 hours apart.
    – If you want the bot to farm until 16:00et use workUntil(16:00et).
    – If you want to stop a few minutes earlier use workUntil(15:40et).
    – If you want to stop for unspoiled at 4:00et and 16:00et, create two different chapters with workUntil(4:00et) and workUntil(16:00et).

    #8532

    Naylachan
    Participant
    0

    yeah, the thing is not the hour, it was an example of one of my codes, the thing is, the bot work pass the hour i set for it.
    if i set it to workUntil(16:00et) it will continues, and i dont know how to set the gathering tab, i should left it empty? or i should put an randow number?
    if i set the number as empty, the bot gathers one node, and pass to the next chapter. If i put a random number, it will just ignore the time i set, and gather the exactly number of times.

    #8534
    Timray
    Timray
    Participant
    2+

    You could try this:
    Add 99999 to startGathering()

    IE:
    workUntil(16:00et)
    startGathering(99999)

    • This reply was modified 5 years, 7 months ago by Timray Timray.
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.