Results 1 to 7 of 7
  1. #1
    Player
    Bahamutretsu's Avatar
    Join Date
    Jan 2016
    Posts
    2
    Character
    Delain Vonhellsing
    World
    Phoenix
    Main Class
    Warrior Lv 45

    Warrior macro stances change

    Hello everyone

    im kinda new to the game and im playng like warrior which is a very fun class to play to me, anyway like the title says i just wana ask if is possible to create a macro to switch between defiance and deliverance and viceversa like:


    "if defiance is active, activate deliverance,if deliverance is active, activate defiance"

    Thanks all and good game
    (0)

  2. #2
    Player
    Yasminou's Avatar
    Join Date
    May 2012
    Posts
    849
    Character
    Yas Ticot
    World
    Ragnarok
    Main Class
    White Mage Lv 90
    Instead of having two buttons? You can but you will lose the abiility to queue your stance swapping.

    First let us assume that you want your macro to be on hotbar X (Where X is between 1 and 10).
    We will also assume that MRD has two free hotbars Y and Z (again, Y and Z between 1 and 10); this should not be a great constraint either.

    If you are playing with a controller, replace any /hotbar with /chotbar.

    1. Make a first macro with lines
    /macroicon "Defiance"
    /ac "Defiance" <wait.1>
    /hotbar copy MRD Z WAR X

    2. Make a second macro with lines
    /macroicon "Delivrance"
    /ac "Delivrance" <wait.1>
    /hotbar copy MRD Y WAR X

    3. Put the first macro (the Defiance one) on your WAR hotbar X, where you want it to be, and then in the chatlog write
    /hotbar copy WAR X MRD Y

    4. Put the second macro (the Delivrance one) on your WAR hotbar X, where you want it to be, (so in place of the first one) and then in the chatlog write
    /hotbar copy WAR X MRD Z

    5. Enjoy

    To explain what it will do, each time you press on the macro, the stance will activate and then your full hotbar will be replaced by the exact same hotbar but with the other stance macro.

    Beware that if you press your macro too early, you might miss the stance change but will activate the hotbar change. Meaning you could stay in Defiance but have the macro (de)activating Defiance on your hotbar :-(.
    (0)
    Quote Originally Posted by Opodaopo View Post
    Plus qu'une terreur, une aide précieuse
    My question, suggested by my wife, at Paris 2019 Fan Festival: https://www.twitch.tv/videos/374470999?t=03h40m29s.

  3. #3
    Player
    Elkanah's Avatar
    Join Date
    Sep 2014
    Posts
    905
    Character
    Shikaree Sinhunter
    World
    Hyperion
    Main Class
    Warrior Lv 100
    You really don't need those for Defiance and Deliverance. At low levels, you won't notice the change much since you'll be using Defiance up till pretty much 52 anyways. Your game changers come at 60 and 70 for the amount of times you can crush Fell Cleave in 1 go. You can create a macro set as it is, but I would not advise it. Easier to actually manually click on the icons since timing is and can be everything on content you run.
    (0)

  4. #4
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,147
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    It's just

    Code:
    /ac Deliverance
    /ac Defiance
    Case 1: No stance active
    Activate Deliverance.

    Case 2: Defiance active
    Activate Deliverance.

    Case 3: Deliverance active
    Deactivate Deliverance, forfeit remaining gauge, activate Defiance.



    You can lose a whole GCD swapping back and forth with macros though, which will cost you more DPS than you gain by not having to deal with two buttons.
    (0)
    Last edited by Rongway; 09-22-2017 at 07:23 AM.
    Error 3102 Club, Order of the 52nd Hour

  5. #5
    Player
    Kouhai's Avatar
    Join Date
    Nov 2015
    Posts
    32
    Character
    Pocket Kouhai
    World
    Gilgamesh
    Main Class
    Warrior Lv 100


    It would be in your best interest to learn how to stance dance without a macro, as other people have said, it's costly to your dps. That picture you see above is my UI and everyone says it's horribly cluttered but it's what I work with when I play warrior. You can remove 5 of the hotbars and functionally be the same. The issue with Macros is that there is a delay of about a second between when you click it and when something happens so it's best not to macro skills to it except for a very small amount of exceptions.
    (0)

  6. #6
    Player
    Yasminou's Avatar
    Join Date
    May 2012
    Posts
    849
    Character
    Yas Ticot
    World
    Ragnarok
    Main Class
    White Mage Lv 90
    Quote Originally Posted by Rongway View Post
    It's just

    Code:
    /ac Defiance
    /ac Deliverance
    If Defiance is not active, will activate Defiance.
    Otherwise, will activate Deliverance.

    You can lose a whole GCD swapping back and forth with macros though, which will cost you more DPS than you gain by not having to deal with two buttons.
    I remember having this kind of macro during 2.x for PLD. However, if the first stance was active it first deactivated it and then activated the second one. This is risky now since deactivating any stance means losing any job gauge points.
    (0)
    Quote Originally Posted by Opodaopo View Post
    Plus qu'une terreur, une aide précieuse
    My question, suggested by my wife, at Paris 2019 Fan Festival: https://www.twitch.tv/videos/374470999?t=03h40m29s.

  7. #7
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,147
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by Yasminou View Post
    I remember having this kind of macro during 2.x for PLD. However, if the first stance was active it first deactivated it and then activated the second one. This is risky now since deactivating any stance means losing any job gauge points.
    Oh, you're right; I hadn't considered that.

    It would be less of an issue with them in the opposite order though, since presumably you would be more likely to have emptied your gauge first if you're in Deliverance.

    Code:
    /ac Deliverance
    /ac Defiance
    (0)
    Error 3102 Club, Order of the 52nd Hour