1. #1
    Warchief Freedom's Avatar
    10+ Year Old Account
    Join Date
    Oct 2009
    Location
    Texas, USA
    Posts
    2,157

    Is This Assist Macro Possible?

    I had an idea for a macro while in a BG. Basically, it's a mouseover macro, which I know how to do, but if you target a friendly target with it, mouseover or clicked, it assists them. However, it does NOT assist an enemy, as that would lead to an infinite loop.

    Is this possible?
    Quote Originally Posted by Scrod View Post
    Ok, I give up. This is pointless.
    Many Multitudes Online Constantly Harping About Minor Problems
    FIRE GIVES ME BIGGER BLOOD SHIELDS

  2. #2
    High Overlord CamdenQ's Avatar
    10+ Year Old Account
    Join Date
    Nov 2010
    Location
    Florida, USA
    Posts
    107
    Quote Originally Posted by Freedom View Post
    I had an idea for a macro while in a BG. Basically, it's a mouseover macro, which I know how to do, but if you target a friendly target with it, mouseover or clicked, it assists them. However, it does NOT assist an enemy, as that would lead to an infinite loop.

    Is this possible?
    I'm not sure exactly what you're trying to do, but using the [help] or [noharm] modifier will make it so that the macro only works with friendlies.

    -edit-

    Here's an example that I think accomplishes your goal:

    /assist [@mouseover, help, nodead][help, nodead]
    This macro will Target your target's target as long as your target is friendly and alive and you're not mousing over a friendly alive target. If you ARE mousing over a living friendly target, it'll target their target instead.

    By the way, there's no infinit loop from assisting an enemy. All /assist does is target your target's target. So if you /assist, say, a raid boss, the macro will just target whoever has aggro on the boss at that time.
    Last edited by CamdenQ; 2016-08-05 at 02:38 AM.

    Thanks to Eis for this great sig and avatar!

  3. #3
    Warchief Freedom's Avatar
    10+ Year Old Account
    Join Date
    Oct 2009
    Location
    Texas, USA
    Posts
    2,157
    Thank you - I'll have to test this out tomorrow night. Maybe I'll just make a master bind for this macro, and use it when I need to target what my team mate or tank is targeting fast.
    Quote Originally Posted by Scrod View Post
    Ok, I give up. This is pointless.
    Many Multitudes Online Constantly Harping About Minor Problems
    FIRE GIVES ME BIGGER BLOOD SHIELDS

  4. #4
    To add onto the earlier macro, you can use stopmacro as a sort of second set of conditionals to make sure you don't end up targeting a friendly or dead target of target;

    Code:
    /stopmacro [@mouseovertarget,help][@mouseovertarget,dead]
    /assist [@mouseover, help, nodead][help, nodead]

  5. #5
    Warchief Freedom's Avatar
    10+ Year Old Account
    Join Date
    Oct 2009
    Location
    Texas, USA
    Posts
    2,157
    Thanks for the help - I got CamdenQ's macro working, but not yours, Pikapika. It still targets a friendly unit if my target is targeting them.
    Quote Originally Posted by Scrod View Post
    Ok, I give up. This is pointless.
    Many Multitudes Online Constantly Harping About Minor Problems
    FIRE GIVES ME BIGGER BLOOD SHIELDS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •