Results 1 to 2 of 2
  1. #1
    Player
    Mekami's Avatar
    Join Date
    Oct 2017
    Posts
    3
    Character
    Aleara Mekami
    World
    Sargatanas
    Main Class
    Black Mage Lv 70

    Macro command to set role skills to hotbars will not work.

    When submitting a bug report, please use the below template and thoroughly fill out the necessary information.

    Date & Time: October 16, 2017 9:29 PM
    Frequency: Always
    World name: Sargatanas
    Character name: Aleara Mekami
    Retainer name: none
    NPC name: none
    Monster name: none
    Class/Level: Dark Knight/70
    Party or solo: Solo
    In-game time: N/A
    Area and coordinates: N/A
    Housing: N/A
    Steps:
    1. Make a macro
    2. Add line with /hotbar set or /crosshotbar set and try to set an active role skill to hotbar(s)
    3. Recieve feedback that the macro failed because Role Skill is not a valid action name
    4. Asked friends to test. They recieved the same result.
    *Add more steps if necessary

    Connection Specs
    - Type of internet connection/provider: Sudden Link
    - Modem maker/model number:

    ■ PC Specs

    To obtain the system information, open the FFXIV launcher and select Config → System Information → Display.



    -=-=-=-=-=-=- FFXIV Information -=-=-=-=-=-=-

    MyDocument C:\Users\Silver\Documents
    FINAL FANTASY XIV - A Realm Reborn G:\FF14\SquareEnix
    FINAL FANTASY XIV - A Realm Reborn Language 1 Region 2
    ProxyEnable 0
    ProxyServer unspecified
    ProxyOverride <local>



    -=-=-=-=-=-=- Application Information -=-=-=-=-=-=-

    FFXIVLauncher
    Shortcuts
    In-Game Bugs - Post New Thread - Mozilla Firefox
    #general - Discord

    -=-=-=-=-=-=- Install Information -=-=-=-=-=-=-
    (0)
    Last edited by Mekami; 10-17-2017 at 11:39 AM.

  2. #2
    Player
    Rawrz's Avatar
    Join Date
    Jul 2015
    Posts
    1,704
    Character
    Sir Rawrz
    World
    Gilgamesh
    Main Class
    Red Mage Lv 90
    This has been reported is an accepted bug. In a thread about switching reprisal and shirk I posted a work around I use.


    Quote Originally Posted by Lambdafish View Post
    My macro is:
    Code:
    /macroicon "Shirk"
    /aaction "Reprisal" off
    /aaction "Shirk" on
    /hotbar action "Shirk" 2 4

    So if your only issue right now is that its not setting it on your hotbar correctly I guess I can help with that. ASSUMING you swap shirk and reprisals spot on your hotbar or whatever this is the macro you should do.

    First put shirk on your hotbar in the correct place. ASSUMING its on hotbar one type:

    /hotbar copy PLD 1 GLD 6

    then put Reprisal in its correct place.

    /hotbar copy PLD 1 GLD 5

    Then heres your ghetto "toggle" Macro.

    /macrolock
    /hotbar copy gld 6 gld 7
    /hotbar copy gld 5 gld 6
    /hotbar copy gld 7 gld 5
    /hotbar copy gld 7 pld 1


    What it does is:

    GLD 5- starts as Reprisal
    GLD 6- Starts as Shirk
    GLD 7 has nothing in it.
    PLD 1- Starts as Reprisal

    us the macro

    GLD 7- Becomes Shirk hotbar
    GLD 6- Shirk hotbar is replaced with Reprisal hotbar
    GLD 5- Reprisal hotbar is replaced with Shirk hotbar from the "Toggled on" hotbar of GLD 7
    PLD 1- Shirk replaces Reprisal.

    Press again

    GLD 7- Becomes Reprisal hotbar
    GLD 6- Reprisal hotbar changed to shirk...


    ETC : D

    The entire macro would be:


    /macrolock
    /hotbar copy gld 6 gld 7
    /hotbar copy gld 5 gld 6
    /hotbar copy gld 7 gld 5
    /hotbar copy gld 7 pld 1
    /aaction Reprisal
    /aaction Shirk
    /aaction Reprisal on
    /recast Reprisal
    /recast Shirk

    I didn't see that they fixed the issue in the patch. :[

    You may have to manually switch to Shirk or Reprisal with the correct hotbar showing its active, if you did anything out of order.

    Hope this helps if they dont fix your issue in maint!
    (0)