ceetee

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • ceetee
    Participant
    0

    Check node 119, I always get stuck there due to a rock

    Likewise, I fixed it by just moving 119 higher up. Seems to be fine.

    in reply to: Custom Scenario Question #23149

    ceetee
    Participant
    0

    This is what I did during 5.2, it may not be the best/optimal. For example, this is what I did for a scenario that gathered some lvl80 pot materials.

    Chapter 1

    teleportIF(Fort Jobb)
    unstealth()
    sneak()
    grid(TigerLily/LightGerbera/Lime Basil)
    gatherPreset(TigerLily)
    waypoint(17)
    gather(20)

    What this does is:

    Miqobot will teleport you to Fort Jobb, i made it turn off stealth and turn it back for my own reasons. grid(x) means that it will will select grid X that you will have to custom make yourself for your own purposes. It will load a grid that contains waypoints that will direct my to a specific area in that map that contains whatever material I am gathering. gatherPreset(x) will load a gathering preset that will direct miqobot to gather x material using grid(x). In my case it will use my above grid to gather Tiger Lily.

    Waypoint(x) means that it will go to that specific waypoint of your grid. So if nodes are located at a certain location, make a waypoint for that location and use the above command to make miqobot go there.

    gather(x) means it will gather X material for X number of times.

    Chapter 2 (follows chapter 1 and will start after gather(x) times.

    teleportIF(Fort Jobb)
    unstealth()
    sneak()
    grid(TigerLily/LightGerbera/Lime Basil)
    gatherPreset(LightGerbera)
    waypoint(17)
    gather(20)

    This is similar to the chapter 1 scenario, it uses the same grid, only difference is that it will use a different gather preset because im gathering a different material in the same area. The waypoint is also different because naturally the material is in a different spot.

    If you want to use a different grid, then change the X in grid(X) to the name of the grid you want to switch to. The same logic applies for everything else.

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