Multiple Groups each engaging their own targets

Discussion in 'E3' started by eonEQemu, Mar 12, 2023.

  1. eonEQemu

    eonEQemu Di`zok Warlord

    Messages:
    287
    I pull 4 targets and I have 4 groups.

    then I use this hotkey.

    /multiline ; /noparse /notify ExtendedTargetWnd ETW_Gauge0 leftmouseup;/assistme /only|Tank1
    /multiline ; /noparse /notify ExtendedTargetWnd ETW_Gauge1 leftmouseup;/assistme /only|Tank2
    /multiline ; /noparse /notify ExtendedTargetWnd ETW_Gauge2 leftmouseup;/assistme /only|Tank3
    /multiline ; /noparse /notify ExtendedTargetWnd ETW_Gauge3 leftmouseup;/assistme /only|Tank4
    /multiline ; /timed 40 /bct Tank1 //assistme /only|group;/timed 40 /bct Tank2 //assistme /only|group;/timed 40 /bct Tank3 //assistme /only|group;/timed 40 /bct Tank4 //assistme /only|group;

    replace Tank1 with the name of your Tank in your first group, Tank2 with the name of your tank in your second group, etc.

    first 4 lines has each tank engage a separate mob that shows up on Extended Target Window (the first 4)
    last line has all tanks have their groups assist them after 4 seconds. Each group gets experience when the mobs die.

    be sure to have Eyes Wide Open AA (no cost)
    You can group up the lines (probably 3 to 4 tanks per line) for those that have more groups, so this could support 15 or more groups on one command. though I think the ETW only has 13 maximum.

    customize it/use it as you see fit.
     
  2. chance

    chance Enraged War Boar

    Messages:
    731
    Something else going to threw in here ...
    Code:
    /bc Assist on ${Me.XTarget[1].ID} /only|Tank1 ROG
    /bc Assist on ${Me.XTarget[2].ID} /only|Tank2 BRD
    /Bc Assist on ${Me.XTarget[3].ID} /only|Tank3 MNK
    /Bc Assist on ${Me.XTarget[4].ID} /only|Tank4 BER
    
    Code:
    /multiline ; /bc Assist on ${Me.XTarget[1].ID} /only|Uglybetty ; /bc Assist on ${Me.XTarget[2].ID} /only|Skyvab ; /bc Assist on ${Me.XTarget[3].ID} /only|PAL BRD RNG; /bc Assist on ${Me.XTarget[4].ID} /only|ROG ; /bc Assist on ${Me.XTarget[5].ID} /only|MNK ; /bc Assist on ${Me.XTarget[6].ID} /only|BER
     
    Last edited: Mar 16, 2023
  3. eonEQemu

    eonEQemu Di`zok Warlord

    Messages:
    287
    XTarget nice, thanks.

    However /Assist on does nothing for me. Is there a plug in I am missing?
     
    Last edited: Mar 16, 2023
  4. chance

    chance Enraged War Boar

    Messages:
    731
    I had a typo. It's bc Assist on