Multi Scenario support

Forum Forums Discussion Multi Scenario support

This topic contains 2 replies, has 2 voices, and was last updated by notimetogrind notimetogrind 3 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29184
    notimetogrind
    notimetogrind
    Participant
    0

    I’ve searched as best I could on the boards and did not find an answer to my question.

    My goal is to weave 4 basic scenarios together in a loop

    Retainer quick venture > Combat Scenario > Desynth > Repair

    Do I add these as chapters and have the entire process restart?
    If so how do I call the Combat section specifically in a scenario?

    Sorry if this is a noob question. Really love the tool!

    #29192

    ffxivnewbiebot
    Participant
    0

    Retainer quick venture is not yet possible there’s a scenario but barely works.

    Flow is usually like this but can be rearranged.

    desynthList(General names)
    desynth()

    repair()

    If so how do I call the Combat section specifically in a scenario?

    dungeon()
    //check drop down for list in combat squadron

    Do I add these as chapters and have the entire process restart? No, unless you’re teleporting somewhere.

    repeatChapter(99)
    //will repeat the chapter until the desired number is reached in the ()s

    Optional for combat scenario:
    //fullClear(on)
    //will kill all mobs

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

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

    //openCoffers(off)
    //will ignore all
    //tresure chests, will make runs a little faster

    //squadrons(2)
    //number of trust/squad runs in a row

    For more options click on the ? in bot scenario. Also, I suggest checking out a working scenario for the flow then run it once or twice. Best reference below:

    #29204
    notimetogrind
    notimetogrind
    Participant
    0

    Thanks so much ffxivnewbiebot,
    I appreciate you taking the time to spell this out.

    I figured out the retainer Quick Adventure so I have that part covered.
    The rest of the context you’ve provided I’ll test this week.

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

You must be logged in to reply to this topic.