Results 1 to 4 of 4

Thread: Macro help!

Hybrid View

  1. #1
    Player
    CyberisYang's Avatar
    Join Date
    Sep 2018
    Posts
    2
    Character
    Ahri Cyberis
    World
    Siren
    Main Class
    Bard Lv 70

    Macro help!

    Hello!
    I was hopping to get some help with a macro i am thinking about making. I have been looking around to see if anyone has made or done this before but i couldn't find anything.

    Anyway i was thinking about making a Res macro that would be able to roll a number between 1-12 then make it use what ever words i wanted to be linked to that number.

    For example
    /macroicon "Resurrection" action

    /roll between 1-3

    1- /p (enter words here)
    2- /p (enter words here)
    3- /p (enter words here)
    ect.

    chosen #2

    Something like that. Any help would be awesome thanks!
    (0)

  2. #2
    Player
    Valarian's Avatar
    Join Date
    Mar 2011
    Location
    Gridania
    Posts
    103
    Character
    Celene Starlight
    World
    Excalibur
    Main Class
    Paladin Lv 90
    That I am aware of, this is impossible because macros have no branching or conditional logic, nor any way to store a result from the /random command, or combine it with any other command, except for /wait via a special tag at the end of the command.

    If you are VERY determined to have a macro of this sort, it might be possible to simulate it, but each result would require the use of an entire additional hotbar.

    Select one of your abilities that you use with some frequency to convert to a macro. There is some loss of efficiency for using a macro, so I suggest choosing one you don't use constantly, such as Aero.

    Create a rez macro for each outcome you want.

    Create an Aero macro on your result-1 hotbar that copies the contents of your result-2 hotbar to your current hotbar
    ...and another for your result-2 bar to copy your result-3 bar to your current one
    ...and so on, until you get to the last.
    For the last hotbar, you have the macro copy the result-1 hotbar, so that it cycles.

    It's not random, in the true sense, but it is sufficiently close to resemble randomness. I don't think you can fit 12 possible results in, either, but in the off chance something is better than nothing, I thought I'd mention this.
    (3)
    Last edited by Valarian; 09-23-2018 at 06:14 AM. Reason: Adding a suggestion
    いつか人は一人になって思い出の中に生きていくだけ。

  3. #3
    Player
    reiichi's Avatar
    Join Date
    Sep 2013
    Posts
    264
    Character
    Franz Renatus
    World
    Balmung
    Main Class
    Astrologian Lv 100
    It's as the poster above me said. Macros in FFXIV don't allow for any sort of conditional or branching logs. No ifs, fors, or whiles.

    Macros have to be strictly procedural and cannot call other macros, which is to prevent situations where someone has the game place itself, or something.

    You can do some cool things with them, like swap skills onto your hotbars or to switch hotbars, but for the most part, many macros are generally simple. Like to easily place a marker or to handle a crafting rotation. Spam some text in a dungeon, etc.
    (1)

  4. #4
    Player
    CyberisYang's Avatar
    Join Date
    Sep 2018
    Posts
    2
    Character
    Ahri Cyberis
    World
    Siren
    Main Class
    Bard Lv 70
    Haha I guess they don't want us to have too much fun with macros. I am not going to do the master level macroing but i must thank you both for answering me
    (0)