Results 1 to 10 of 76

Hybrid View

  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
    I'm interested in this macro thingy but also was looking into MCH as well but dunno kinda scared
    (0)

  2. #2
    Player
    Esmoire's Avatar
    Join Date
    Dec 2018
    Location
    Gold Saucer
    Posts
    1,130
    Character
    Mei Coincounter
    World
    Ultros
    Main Class
    Goldsmith Lv 100
    Quote Originally Posted by Drakeos View Post
    I'm interested in this macro thingy but also was looking into MCH as well but dunno kinda scared
    Well, for example, for PvP I use this macro for Dragon Sight:
    Code:
    /micon Dragon Sight
    /merror off
    /pvpac "Dragon Sight" <mo>
    /pvpac "Dragon Sight" <t>
    /pvpac "Dragon Sight" <2>
    /pvpac "Dragon Sight" <3>
    /pvpac "Dragon Sight" <4>
    /pvpac "Dragon Sight" <5>
    /pvpac "Dragon Sight" <6>
    /pvpac "Dragon Sight" <7>
    /pvpac "Dragon Sight" <8>
    If I were to make something for PvE, aside from changing /pvpac to /ac, include <c> (chocobo companion), and maybe go with slots 5, 6, 7, 8, 4, 2, 3, in order, so this way, it will go for DPS first regardless of full or light party. If there's room after that you can squeeze in /psort.

    I haven't tested it in PvE since I don't play DRG outside of PvP anymore (mostly because I am just not a DPS person), it might look like:
    Code:
    /micon Dragon Sight
    /merror off
    /psort
    /ac "Dragon Sight" <mo>
    /ac "Dragon Sight" <t>
    /ac "Dragon Sight" <5>
    /ac "Dragon Sight" <6>
    /ac "Dragon Sight" <7>
    /ac "Dragon Sight" <8>
    /ac "Dragon Sight" <4>
    /ac "Dragon Sight" <2>
    /ac "Dragon Sight" <3>
    /ac "Dragon Sight" <c>
    Somebody more serious about DRG can totally chime in here and pick it apart; just something I typed out raw. If there's any issues or you want macro help you can hit me up at Honey#9999 on Discord and I can help you out. Macros aren't good for stuff like your core rotation but they can be great for the usability of enhancements like Dragon Sight or Nascent Flash.

    Also as someone said, I highly discourage playing MCH. I really wanted to work for me but even with different hardware and configurations it was inducing a bit of strain.
    (0)