Scenario help

Forum Forums Discussion Scenario help

This topic contains 10 replies, has 3 voices, and was last updated by  TypeVampire 2 years, 8 months ago.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #36078

    YoToDoShi
    Participant
    0

    Why does my maelstrom GC run script keep failing at the purchasing part(buying containers)?? I have been troubleshooting for days and in testing it works perfectly…but when I put it in with the rest of the scenario and leave it running…it always fails.

    I have tried checking “always on top” box, minimizing, and also leaving the game window visible. Can’t figure this out

    //START
    grid(Craftin)
    goToWaypointPrecise(0)

    //RUNNING DUNGEONS
    fullClear(off)
    // will only kill mobs needed
    //for completion

    openCoffers(on)
    //will open all
    //treasure chests

    //Dungeons
    //dungeon(Heroes’ Gauntlet)
    //dungeon(Holminster)
    //dungeon(Qitana Ravel)
    dungeon(Sohm Al)

    squadrons(2)

    afkfor(00:00:05)

    //LEAVING AREA
    goToWaypointPrecise(1)
    teleportNpc(Exit to Maelstrom Command)
    afkfor(00:00:05)

    //TURNING IN GC
    waypoint(7)
    goToWaypointPrecise(8)
    vangle(0)
    angle(-1.50)
    deliverGCGear()

    //BUYING CONTAINERS
    goToWaypointPrecise(9)
    vangle(0)
    angle(-1.50)
    key(num0, 2)
    key(num0, 2)
    key(num0, 2)
    key(num9, 2)
    key(num9, 2)
    key(num0, 2)
    key(num8, 2)
    key(num0, 2)
    key(num4, 2)
    key(num0, 2)

    //ENTER AREA
    goToWaypointPrecise(2)
    teleportNpc(Entrance to the Barracks)
    goToWaypointPrecise(0)

    #36081
    Naiya
    Naiya
    Participant
    0

    So I just put one together (it’s a fair amount more complex, but here’s what I noticed:

    Failing to SAVE the scenario after creating it can cause it to “lose” or “skip” steps. As soon as I saved, closed, and relaunched Miqo, she runs like a champ. My scenario is turning things in for seals, buying Ventures, repairing, extracting materia, eating food, running Qitana ravel twice and repeating it all over again – without a problem since the relaunch

    #36089

    YoToDoShi
    Participant
    0

    I saved and relaunched and everything I can possible imagine and it still fails…

    Can you share yours please?

    #36091
    Naiya
    Naiya
    Participant
    0

    yea sure.

    Some things about me (so your mileage may vary:

      I’m an Omni crafter and I can repair my own gear
      My trusts are already level 80 and I’m working to get them to 90
      You *MUST* have the trust button on your bar to run this.

    I broke it into chapters because that’s what works for me. quick breakdown looks like this:

    MANUAL STEPS (Not in the scenario)
    – open trust window
    – select your trusts
    – close the trust window

    Ch 1 = Teleport to GC and turn in gear (cause I normally log in at my FC house, send my retainers out and have gear to turn in)
    Ch 2 = Buy stuff (I focus on venture tokens because I have a crackhead goal of getting 60K of the damn things)
    Ch 3 = Repair, materia extract, and eat food (cause I want to level classes I don’t care to play)
    Ch 4 = Select and run the dungeons and repeat

    What I need to add:
    – Automating the manual steps at the top so I can have Miqo choose the trusts I want to level.

    Attachments:
    You must be logged in to view attached files.
    #36094
    Naiya
    Naiya
    Participant
    0

    This is from the scenario I have and it’s SPECIFICALLY about containers

    //NEEDED FOR BUYING PART 1

    waypointPrecise(48)
    vangle(0)
    angle(-1.50)
    holdKey(w, .1)
    key(Num0, 2)
    key(Num0, 2)
    key(Num1, 2)
    key(Num1, 2)
    key(Num0, 2)

    //Materiel Container 4.0 –
    key(Num8, 2)

    OBV if you’re using a different nav grid you’re going to have to customize.

    #36096

    YoToDoShi
    Participant
    0

    @naiya Thank you so much!! Been pulling my hair for days. I’ll give this a try 🙂

    #36097

    YoToDoShi
    Participant
    0

    @naiya can you share your keybindings please?

    #36098

    YoToDoShi
    Participant
    0

    Tried yours and same issue….. it doesnt buy the correct item 🙁

    idk what to do anymore 🙁

    #36106
    Naiya
    Naiya
    Participant
    0

    hrm short of taking multiple screenshots I don’t know how to share my keybindings. I have tons of them. they are mostly the default. Any default keybinds that Miqo needs, I have those as well, swapping hotbars are ALT+(1 through 0)

    Attachments:
    You must be logged in to view attached files.
    #36108
    Naiya
    Naiya
    Participant
    0

    I tried to add the screenies but it gets too big. my guess is you’re going to need to do what I did. You’re going to have to start the entire scenario and watch it. see EXACTLY what it does, and then fix where it’s breaking.

    #36167

    TypeVampire
    Participant
    0

    Had a scenario related situation myself. I just copypasted a txt file scenario for leveling in diadem and it wont work. Is there a tutorial in video format for this because I dont understand anything I’ve been reading for hours.

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

You must be logged in to reply to this topic.