gathering shards together with ore

Forum Forums Discussion gathering shards together with ore

This topic contains 5 replies, has 2 voices, and was last updated by Lyfox Lyfox 5 years, 10 months ago.

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

    zxcv
    Participant
    0

    Hi there

    currently i am using the gathering grid for iron ore, but i am not sure how can i set the bot to gather water shard as well? possible to have the bot gather both>?

    #7326

    zxcv
    Participant
    0

    i have enter the box gather by name

    iron
    shard
    *

    something like this but the bot never gather shard it seems

    #7327
    Lyfox
    Lyfox
    Participant
    1+

    Youre on the right track.
    Make two presets on gathering tab, one for iron ore, one for water shard. Then create a simple scenario:

    gatherPreset(iron ore)
    gather(50)
    gatherPreset(water shard)
    gather(50)

    This would also work:

    gatherPreset(iron ore)
    gather(1)
    gatherPreset(water shard)
    gather(1)
    repeatChapter(50)
    #7328

    zxcv
    Participant
    0

    ok i think i got the preset now. Thanks for the idea. Looks like i can fiddle around with scenario. just 1 more question, can i fly back to my housing once i finish my mining task? if so how should i do it in scenario? i assume repeatChapter(X) is to make my bot mine for how many times total for both iron and shard

    once that number is hit, i should be able to put a next scenario? i would like to have the bot fly back to my house

    • This reply was modified 5 years, 10 months ago by  zxcv.
    #7330

    zxcv
    Participant
    1+

    am i doing it right?

    Attachments:
    You must be logged in to view attached files.
    #7333
    Lyfox
    Lyfox
    Participant
    0

    Yep thats perfectly right. You can hit start on chapter 2 if you want to test it once.

    If you have several houses you can also choose them for teleport like this:
    teleport(Estate Hall, 2)

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.