scenario help

Forum Forums Grids and Presets scenario help

This topic contains 6 replies, has 4 voices, and was last updated by  Bobscrispyduck 4 years, 8 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9088

    dexter1912
    Participant
    1+

    trying to make a scenario with chapters for each type of crystal ( wind, water…etc) However it keeps using the first chapter’s grid for all the other chapters and im not sure why. I’m just starting out using the scenario aspect of miqo. Proly just some coding/typing error. here’s what i got

    //Chapter 1
    teleport(Falcon’s nest)
    job(BTN)
    grid(btn55-rainbow cotton)
    selectGatherPreset(ice crystal)
    gather(100)

    //Chapter 2
    teleport(castrum oriens)
    job(MIN)
    grid(abanian alumen)
    selectGatherPreset(wind crystal)
    gather(100)

    //Chapter 3
    teleport(cloudtop)
    job(BTN)
    grid(sesame seeds)
    selectGatherPreset(lightning crystal)
    gather(100)

    //Chapter 4
    teleport(tailfeather)
    job(BTN)
    grid(stalk of ramie)
    selectGatherPreset(fire crystal)
    gather(100)

    //Chapter 5
    teleport(ok’ zundu)
    job(BTN)
    grid(btn60-birch log)
    selectGatherPreset(water crystal)
    gather(100)

    repeatAll(50)

    My gathering presets are all saved with the abilities I want to use at the node and gather by name. I also have all the grids edited to work from the teleport. It just keep using the rainbow cotton grid on every chapter. thanks for the help

    ….if this is an easy fix and just something silly I am not seeing, …I would also like to add a repair option. just not sure where or how to write it in there.

    • This topic was modified 5 years, 5 months ago by  dexter1912.
    #9090
    Lyfox
    Lyfox
    Participant
    0

    Gather preset contains rotation and grid both. Seems like you saved the same grid into each of your presets thats why it happens. So just select preset, select correct grid, click overwrite. Or simply swap functions in your scenario.

    selectGatherPreset(wind crystal)
    grid(abanian alumen)

    To repair use repair() or repairNpc().

    #9097

    dexter1912
    Participant
    0

    ya that fixed it…thanks

    with the repair, I would just be doing it by myself as I’m 70 in all crafts.
    would i be just making another chapter and simply putting in

    repair()

    or is there more to it?

    The scenario has miner and botany so I would need it to repair more than equipped gear as well

    #9100
    kontu
    kontu
    Participant
    1+

    Do a chapter with

    job(min)
    repair()
    job(btn)
    repair()

    Problem solved 🙂

    #9227

    dexter1912
    Participant
    0

    how would you add a 5 min AFK break in between chapters or at the end one?

    how would you write it exactly?

    thanks

    #9229
    kontu
    kontu
    Participant
    0

    afkFor(00:05:00)

    #14447

    Bobscrispyduck
    Participant
    0

    How would I go about implementing this into my Miqo?

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

You must be logged in to reply to this topic.