using 2 Foods

Forum Forums Discussion using 2 Foods

This topic contains 6 replies, has 5 voices, and was last updated by  Xion 3 years ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7147
    4DDCom
    4DDCom
    Participant
    0

    i wonder how a Scenario would look if someone /in this case me:-)
    would like to Keep up the crafting tea (15 min) AND Matche (30 or 60 Min.)

    #7153
    kontu
    kontu
    Participant
    0

    use HoldKey(), send it however often you need to. Not sure if there’s a better way, someone else will have to chime in if so

    #7163
    Lyfox
    Lyfox
    Participant
    1+

    Place food and tea on your hotbar. Calculate how many crafts you can do without refreshing tea. Lets say its roughly 6 crafts per 15 min. Then simply do this:

    icon(7, 1, 5.0) //food
    icon(7, 1, 5.0) //food
    
    icon(7, 2, 5.0) //tea
    craft(6)
    icon(7, 2, 5.0) //tea
    craft(6)
    icon(7, 2, 5.0) //tea
    craft(6)
    icon(7, 2, 5.0) //tea
    craft(6)
    
    repeatAll(99)
    #7177
    4DDCom
    4DDCom
    Participant
    0

    thx Lyfox does Icon(7, 2, 5.0) mean ist hotbar 7 2nd Slot? casting rime 5 seconds?

    #7183
    Lyfox
    Lyfox
    Participant
    0

    Yep exactly. You can click “?” button in Miqo it has detailed description for every function.

    #29713

    Ray
    Participant
    0

    food can be used simultaneously with tea?

    #29715

    Xion
    Participant
    0

    food can be used simultaneously with tea?

    Yes, 2 different buffs.

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

You must be logged in to reply to this topic.