Results 1 to 3 of 3
  1. #1
    Player
    Drakeos's Avatar
    Join Date
    Sep 2011
    Location
    Ul'dar
    Posts
    423
    Character
    Drakeos Shadowbane
    World
    Excalibur
    Main Class
    Arcanist Lv 90

    Dancer hotbar help 77)

    Help setting up dancer main to have easier time to 90 n also less strain in hands key/mouse ?
    (0)

  2. #2
    Player
    RobynDaBank's Avatar
    Join Date
    Sep 2021
    Location
    Wraeclast
    Posts
    1,521
    Character
    Hope Sunflame
    World
    Twintania
    Main Class
    White Mage Lv 90
    What works for you? Like, what sort of setup do you have on other Jobs?
    (0)
    Mortal Fist

  3. #3
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,141
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    For this to work, you have be be not-sharing bars 1,2,3 and sharing bars 7,8,9

    Set up your single target bars, put this macro somewhere and activate it, then set up your AoE bars. DNC single target and AoE map 1:1 to each other unlike most jobs, so all you have to do is swap back and forth between AoE and ST bars when you need to change the scope of your attacks, which this macro will do for you.. Put the macro in the same place on both bars or somwhere on a shared bar where it'll always be available.

    Code:
    /mlock
    /hotbar copy current 1 share 1
    /hotbar copy current 7 current 1
    /hotbar copy share 1 current 7
                       //stop here if you only need to change 1 bar
    /hotbar copy current 2 share 1
    /hotbar copy current 8 current 2
    /hotbar copy share 1 current 8
                       //stop here if you only need to change 2 bars
    /hotbar copy current 3 share 1
    /hotbar copy current 9 current 3
    /hotbar copy share 1 current 9
    These five actions are the ones that change between AoE and ST. Everything else stays the same:


    The ones in the red box are the four basic weaponskills (the ones that change to dance steps), and the one in the green box is Fan Dance I/II.
    (0)
    Last edited by Rongway; 01-01-2022 at 08:05 PM.