Feature suggestion: Use/Ensure food for crafting

Forum Forums Discussion Feature suggestion: Use/Ensure food for crafting

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27469

    Tetsuya
    Participant
    0

    I have a litte suggestion for crafting.

    can you add the optional possibility to ensure that a buff food and/or medicine is up?
    If not apply them (just a litte textbox to set the hotbar position fox example)

    Would be great for “long-time-craftings” without setup an seperate scenario which pause every 15 min to apply buffs.

    #27470
    Betty Boo
    Betty Boo
    Participant
    0

    SECOND THIS MASSIVELY ^^^

    #27474

    Xion
    Participant
    0

    Good QoL, I would recommend adding this (icon command) to your scenarios though. It’s a workaround until this may or may not be added.

    #27483

    Tetsuya
    Participant
    0

    well that’s what i currently do
    but some crafts are longer oder even alot shorter, so i need to calculate a sweetspot and waste soem buff time 🙂

    sure its only QoL but maybe addable in short time 🙂

    #27485
    malarkey
    malarkey
    Participant
    0

    Give workfor() a shot.

    workFor( time )
    Stop next activity after amount of time.
    Both real and Eorzea time is supported.

    Format is HH:MM[:SS].
    For Eorzea time add “ET” at the end.

    HH – hours
    MM – minutes
    SS – seconds (can be omitted)

    Each activity will finish the ongoing action before stop.
    Fishing will hook the current fish, gathering will dig the current node, crafting will synthesize the current item, and so on.

    Note: Timer starts immediately when function is called. When chapter ends, timer is disabled.
    Aliases

    Parameters
    time – how long to work
    Examples
    workFor(00:25:00)
    workFor(01:50)
    workFor(8:00ET)

    #27498

    a
    Participant
    1+

    i just go with something like

    icon(3,11,2)
    workfor(00:14:30)
    recipe(Grade 4 Tincture of Strength)
    craft(max)

    icon(3,11,2)
    workfor(00:14:30)
    recipe(Grade 4 Tincture of Intelligence)
    craft(max)

    etc
    then repeatall

    but yeah please add it :3

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

You must be logged in to reply to this topic.