Results 1 to 3 of 3

Thread: Macro help

  1. #1
    Player
    holic77's Avatar
    Join Date
    Jul 2021
    Posts
    2
    Character
    Lotus Darkmor
    World
    Gilgamesh
    Main Class
    Dark Knight Lv 70

    Macro help

    I'm trying to make a macro to swap between two hotbars on a healer. One bar for damage skills, one for healing so I can swap on the fly. I got it to half work by doing '/hotbar change 1' or '/hotbar change 2' but I can't get it to have them swap back and forth.
    (0)

  2. #2
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,162
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by Rongway View Post
    Give this a shot:

    Code:
    /mlock
    /hotbar copy current 1 share 1
    /hotbar copy current 7 current 1
    /hotbar copy share 1 current 7
    /hotbar copy current 2 share 1
    /hotbar copy current 8 current 2
    /hotbar copy share 1 current 8
    /hotbar copy current 3 share 1
    /hotbar copy current 9 current 3
    /hotbar copy share 1 current 9
    Set up your first set of bars on bars 1 through 3.
    Activate the macro.
    Set up your second set of bars on bars 1 through 3.

    The macro now swaps you between the two sets of bars. This will work for any job. It requires bars 1,2,3 to be not shared, and bars 7,8,9 to be Shared.
    /10char....
    (1)
    Error 3102 Club, Order of the 52nd Hour

  3. #3
    Player
    holic77's Avatar
    Join Date
    Jul 2021
    Posts
    2
    Character
    Lotus Darkmor
    World
    Gilgamesh
    Main Class
    Dark Knight Lv 70
    This worked for me. I just did the first three lines to just change a single bar, but I made both macros if I wanted to do more. Thank you.
    (0)