Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 29
  1. #11
    Player
    Callinon's Avatar
    Join Date
    May 2014
    Location
    ???
    Posts
    1,557
    Character
    Callinon Soulforge
    World
    Ultros
    Main Class
    Dancer Lv 90
    Only macro I use for BLM is a mouseover macro for Aetherial Manipulation so I can zip around the field without having to break my targeting.

    /micon "Aetherial Manipulation"
    /ac "Aetherial Manipulation" <mo>
    /ac "Aetherial Manipulation" <f>
    /ac "Aetherial Manipulation" <t>

    So if I'm mousing over someone, I go to them. If not I go to a focus target I've set up ahead of time. If not I go to my current target. Otherwise I get an error and question my life choices.
    (1)

  2. #12
    Player
    ChameleonMS's Avatar
    Join Date
    Sep 2013
    Location
    Ul'dah
    Posts
    1,040
    Character
    Jordan O'niell
    World
    Gilgamesh
    Main Class
    Paladin Lv 100
    I thank you for the correction on Quelling Strikes.

    I did preface the macro with a warning about wait and GCD, I just clearly did not emphasize this enough. The macro's purpose was demonstration of what could be done.
    (0)

  3. #13
    Player
    monochromicorn's Avatar
    Join Date
    Jul 2014
    Location
    Gridania
    Posts
    579
    Character
    Rika Shinozaki'
    World
    Excalibur
    Main Class
    Conjurer Lv 55
    Quote Originally Posted by ChameleonMS View Post
    For a PC player, I would 100% agree with you.
    For a PS4 player using a controller, a few limited combat macros or buff / debuf macros is a good idea because accessing 2nd and 3rd cross hot-bars already costs you the time in many circumstances.
    I play on ps4, and I can tell you macros aren't needed. I have 3 full hot bars for pld, and slightly over 2 for war, have almost 2 full hotbars for blm and whm, and my 42 bard is barely going over 1 hotbar, mink needing about 1.75 hotbars. While there is no *need* some things would be helpful, but ultimately not worth the downtime, my opionion
    (0)

  4. #14
    Player
    lacrimosaangel's Avatar
    Join Date
    Mar 2015
    Location
    Ul'dah
    Posts
    78
    Character
    Chia Tal'reth
    World
    Ragnarok
    Main Class
    Astrologian Lv 90
    Quote Originally Posted by radioactive_lego View Post
    @OP
    Just out of curiosity, do you use L1/R1 for enemy targeting or the (ugh) D-pad? There are a lot of targeting macros that are useful, depending on your targeting style.
    I use the L1/R1 targeting system, can't be bothered with the D-pad, it's so inefficient!

    As for my cross-bar set up, my combat bar (#1) has The following:
    L:
    swiftcast
    Manaward
    Thunder
    Virus
    Teleport*
    Sprint
    Physick
    Transpose

    R:
    Scathe
    Sleep
    ThunderII
    FireIII
    FireII
    Fire
    BlizzardII*
    Blizzard

    X-bar 2:
    L:
    Companion actions (summon,dismiss,healerstance)
    Manawall*
    Leve actions (beckon, soothe)

    R:
    Lethargy*
    Raging strikes*
    Apocastasis*
    LB

    Ruin
    Freeze
    BlizzardIII
    Convert*


    Then my macrobar and finally the main command bar...

    It's proving to be an OK set up at the moment, I can switch between bars rather fast and don't seem to notice any huge delay between abilities, Although the abilities marked * above, I'm going to need to shuffle around as I don't like their placement much... Am considering switching Teleport onto the main action bar and replacing it with Convert, and putting Manawall in Convert's slot. I don't really use Manaward very much..

    Would be interesting to see other BLM's setups. The macros for cooldown etc I'm not fussed about as I tend to hit the action buttons as soon as they refresh anyway, but the buffs/debuffs I tend to forget about so anything to help target party members for those would be great as I find switching from enemy to party is annoying in the middle of a hoarde!

    Is there a macro so that I can target the tank immediately without unfocusing from the enemies? (for the buffs etc)
    (0)
    Last edited by lacrimosaangel; 03-24-2015 at 06:43 PM. Reason: extra info
    Sorry, I can't cure Stupid

  5. #15
    Player
    ChameleonMS's Avatar
    Join Date
    Sep 2013
    Location
    Ul'dah
    Posts
    1,040
    Character
    Jordan O'niell
    World
    Gilgamesh
    Main Class
    Paladin Lv 100
    Neither of these is 100% to guarantee for targeting the tank but they are reasonably reliable.

    <tt> - target's target, as the tank should have all the enmity, your target's target should be the tank.
    <2> - player 2 in the team list, as usually are 1, and then is goes Tank, Healer, DPS
    e.g. Macro usage
    /ac "action" <tt>

    For you cooldown reminders, you might want to experiment with /echo
    E.g.
    /ac 'Buff' <wait.60>
    /echo "Buff is ready for use"

    What this does, you execute the buff, then a wait counter occurs in the background, set the wait equal to the buff cool down.
    Then it displays a message in the chat that only you can see saying the buff is ready again.

    Another thing you can do is use no waits, and just button spam.
    e.g.
    /ac "Raging Strikes"
    /ac "Quelling Strikes"

    Button press one will activate first available buff for sure, and might but not usually the second. Button press two will definitely get the second one. Even commands off GCD do have a partial second delay before you can activate then next one, which is about the length of time needed press the button a second time.
    (1)
    Last edited by ChameleonMS; 03-24-2015 at 11:45 PM.

  6. #16
    Player
    lacrimosaangel's Avatar
    Join Date
    Mar 2015
    Location
    Ul'dah
    Posts
    78
    Character
    Chia Tal'reth
    World
    Ragnarok
    Main Class
    Astrologian Lv 90
    Quote Originally Posted by ChameleonMS View Post
    Neither of these is 100% to guarantee for targeting the tank but they are reasonably reliable.

    <tt> - target's target, as the tank should have all the enmity, your target's target should be the tank.
    <2> - player 2 in the team list, as usually are 1, and then is goes Tank, Healer, DPS
    e.g. Macro usage
    /ac "action" <tt>
    Oh sweet, this might actually work, in the Character settings, if I set tank to p2 in the party order list then using the <2> macro would work? And so on for the Healer and DPS buffs I assume?

    Does the tt and 2 etc have to be in <> in order for it to work?

    I don't think I'll worry about the cooldown macros, I find it difficult enough to keep an eye on the chat box while casting >_< haha,
    (0)
    Sorry, I can't cure Stupid

  7. #17
    Player
    Garotte14's Avatar
    Join Date
    Oct 2013
    Posts
    525
    Character
    Alayna Lazriel
    World
    Gilgamesh
    Main Class
    Red Mage Lv 70
    Quote Originally Posted by lacrimosaangel View Post
    Would be interesting to see other BLM's setups. The macros for cooldown etc I'm not fussed about as I tend to hit the action buttons as soon as they refresh anyway, but the buffs/debuffs I tend to forget about so anything to help target party members for those would be great as I find switching from enemy to party is annoying in the middle of a hoarde!)
    I can Tell you my setup for Hotbar on PS4. Its in no way perfect, but I find it very effective. First, I put all the abilities that I use most often on my main Hotbar, and the spells I use slightly less often are on the R2+L2 expanded hotbar. I have very little use for the second hot bar, but use it rarely. This is just my opinion of course, but this is what I would suggest to new BLMs trying to find an ideal setup.

    Main Hotbar (R2 is my primary attack trigger, but I've noticed a lot use L2 so whatever suits your fancy)

    L2:
    Manawall
    Convert
    Blizzard
    Thunder III

    Sprint
    Swiftcast
    Flare
    Aetherial Manipulation

    R2:
    Scathe
    Fire III
    Fire II
    Fire

    Thunder
    Blizz III
    Transpose
    Raging Strikes

    Expanded Hotbar L2+R2/R2+L2

    Manaward
    Apocatastasis
    Eye for an Eye
    Virus
    Poisoning Potion
    Intellegence Potion
    Quelling Strikes
    Face Target Macro (This is very important in my opinion. If I start casting an ability and a mob is on the move, I will spam this macro to face the target, preventing spell interruption)

    Finally my last hot bar is all the spells I rarely use like Freeze, Lethary, Sleep, etc. Most of my secondary hot bar is just a duplicate of the main. So if I need to use sleep for example, I will still have my fire spells in the same position so I can spam the next attack and switch back to main hot bar when its more convenient.
    (0)

  8. #18
    Player
    ChameleonMS's Avatar
    Join Date
    Sep 2013
    Location
    Ul'dah
    Posts
    1,040
    Character
    Jordan O'niell
    World
    Gilgamesh
    Main Class
    Paladin Lv 100
    Quote Originally Posted by Garotte14 View Post
    Face Target Macro (This is very important in my opinion. If I start casting an ability and a mob is on the move, I will spam this macro to face the target, preventing spell interruption)
    Never used one of these, what does it do when corners or elevation changes cause loss of line of sight?
    (0)

  9. #19
    Player
    lacrimosaangel's Avatar
    Join Date
    Mar 2015
    Location
    Ul'dah
    Posts
    78
    Character
    Chia Tal'reth
    World
    Ragnarok
    Main Class
    Astrologian Lv 90
    Quote Originally Posted by Garotte14 View Post
    Expanded Hotbar L2+R2/R2+L2

    Manaward
    Apocatastasis
    Eye for an Eye
    Virus
    Poisoning Potion
    Intellegence Potion
    Quelling Strikes
    Face Target Macro (This is very important in my opinion. If I start casting an ability and a mob is on the move, I will spam this macro to face the target, preventing spell interruption)
    Oh? I didn't know we had an expanded hotbar!! How can I set that up?

    The face target macro looks useful, does it move the camera angle or physically move your character? I've not really noticed much of an issue with mobs moving, unless they go OOR..

    ETA: Never mind, just noticed the expanded in the settings, as well as the custom weapon sheathed settings.. that'd be so useful!! Now time to go play with them >_<
    (0)
    Last edited by lacrimosaangel; 03-25-2015 at 04:11 AM.
    Sorry, I can't cure Stupid

  10. #20
    Player
    Garotte14's Avatar
    Join Date
    Oct 2013
    Posts
    525
    Character
    Alayna Lazriel
    World
    Gilgamesh
    Main Class
    Red Mage Lv 70
    Quote Originally Posted by ChameleonMS View Post
    Never used one of these, what does it do when corners or elevation changes cause loss of line of sight?
    It doesn't really effect a target if you lose line of sight. If you lose line of sight for whatever reason, the result will be the same. However to answer the question lacrimosaangel asked, it only physically moves your character and does not effect your camera angle.

    For those that are interested, it's a very easy macro however this can greatly increase DPS for a BLM since their cast times are rather long.

    /ft <t>

    You can just use a generic icon

    Some of the best examples for using this macro is Tanks moving Bennus in T12, during a pull when the tank is positioning the boss, any target switching aggro and starts moving across the screen, etc.
    (0)

Page 2 of 3 FirstFirst 1 2 3 LastLast

Tags for this Thread