Results 1 to 4 of 4
  1. #1
    Player
    Blobberd's Avatar
    Join Date
    Jun 2015
    Posts
    1
    Character
    Roksh O'tar
    World
    Faerie
    Main Class
    Dragoon Lv 41

    Targeting Macros Help

    (not sure if this is the absolute right thread)
    ok, so i want to be able to select a mob that one of my party is attacking (i.e. as a DPS i would like to be able to select my tanks current target) thought about using macros, but i don't know if there's a way to just select a single role (tank) or what. right now im sort of forcing it by marking the tank then having the macro select the macro'd person, then selecting their targets. it works but it would be easier if i could just select a role, or a specific person (that i wont always know before hand). OR better yet, they already have some button to solve my question here...
    (0)

  2. #2
    Player
    VisRalis's Avatar
    Join Date
    Sep 2013
    Location
    Gridania
    Posts
    323
    Character
    Kelvena Visralia
    World
    Belias
    Main Class
    Dragoon Lv 62
    In your controller settings, you can change the button mapping so when you press R3 you will assist (target of target).
    If you are using keyboard, you can set it on keybinding I believe.
    (0)
    Char Profile: http://na.finalfantasyxiv.com/lodestone/character/4512665/

  3. #3
    Player
    Niwashi's Avatar
    Join Date
    Aug 2013
    Posts
    5,248
    Character
    Y'kayah Tia
    World
    Coeurl
    Main Class
    Ninja Lv 50
    You can use /psort to sort your party list into a regular pattern. It always puts you in slot 1, but then the rest are configurable (like: tanks first, then dps, then healers). If you use either of the patterns that put tanks first, the tank will be in position 2 and you could use:

    /psort
    /assist <2>

    The /psort line will make sure your party list is in the right order for your tank to be position 2, and then the /assist line will cause you to target whoever/whatever the player in position 2 is targeting. This relies on tanks being first in your (configurable) listing of which order you want players sorted into. A bigger issue is that if you're in a full party with two tanks, there's no automated way to control whether it's your main tank or off-tank who will have that slot 2. (The other will be in 3.)
    (1)

  4. #4
    Player Buff_Archer's Avatar
    Join Date
    May 2014
    Posts
    909
    Character
    Buff Archer
    World
    Diabolos
    Main Class
    Summoner Lv 60
    I have a targeting macro I created after much experimentation and it has yet to let me down. Some of the code here seems unnecessary at first glance but what that does is prevent you from targeting enemies that are marked but already dead- in effect, this instantly goes down the list and back up it again, with the part that targets yourself and then last enemy bypassing anything that's been defeated but is still marked.

    When nothing is marked, this grabs the nearest enemy. When one or more targets are marked, this grabs the lowest marked undefeated target. So this is very useful whether in a party or solo, and whether enemies are marked or not. It doesn't include a line with an assist command because there are times you want to target something other than what a tank in your party is targeting; I have assist target mapped to L3 on my controller so I can arrow down to a party member and click L3 to select their target- sometimes that's a tank, sometimes another DPS.

    Macro:
    /targetenemy
    /target <attack>
    /target <attack5>
    /target <attack4>
    /target <attack3>
    /target <attack2>
    /target <attack1>
    /target <me>
    /targetlasttarget
    /facetarget
    (1)
    Last edited by Buff_Archer; 07-01-2015 at 06:02 AM.

Tags for this Thread