monsterfurr

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Island Sanctuary – The complete experience #40914

    monsterfurr
    Participant
    2+

    Jesus Christ why the fuck does this not work?
    I put a new step between all of the steps:
    sendKey(F8, 10)

    This is so it uses Island Return between each grid step. Only way I found to even fix thix mess so it works properly at all.
    But then it bugs out when groing from Isle Sugarcane to Southeast Ocean and I don’t understand why. Just not at all. What did you do within those grids to make it fuck up this hard? It WONT do the teleport and then runs from sugarcans to near outside camp and gets stuck. Every time. WHat is this? Why has this not been fixed in over a year? It’s frustrating beyond belief.
    Can someone just link a working version?

    if im understanding your problem correctly, i think the issue is that youre trying to use each chapter in sequence? thats not how this is meant to be used. its supposed to repeat one single chapter indefinitely, hence why the end of each chapter is repeatChapter. so you set it to go look for one type of node and run that for a while, then manually swap it over to a different one when you have enough.

    • This reply was modified 4 months, 1 week ago by  monsterfurr.
    in reply to: Possible to make Miqo use duty support instead of squadron? #40721

    monsterfurr
    Participant
    1+

    yep, as long as the dungeon has duty support available you can do that! you have to have a keybind set to open the duty support menu, and already have your cursor over the dungeon you want, but i have a scenario set up like this:

    //enter duty support
    key(alt+u, 2)
    key(NUM0, 2)
    key(NUM0, 2)
    key(NUM0, 2)
    key(NUM0, 2)
    key(NUM4, 2)
    key(NUM0, 2)
    
    //set dungeon
    dungeon(Stone)
    openCoffers(off)
    fullClear(off)
    
    squadron()

    my duty support menu is bound to alt+U, ive already gone into the menu to set my cursor over stone vigil (then exited the menu), and then set up the keystrokes to make miqo open the menu, go through the confirm windows, then start the dungeon. i have her wait 2 seconds after every keypress just to make certain none of them clip into eachother and get skipped. you can set this up with a repeatChapter or repeatAll for how many runs you want!

    (edited to add: the earliest you can do this for is stone vigil, as halatali doesnt have an option for duty support. but its great for the sohm al grind up to holminster!)

    • This reply was modified 8 months, 1 week ago by  monsterfurr.
Viewing 2 posts - 1 through 2 (of 2 total)