1. #1

    Interesting Macro

    Hey, what I'm after is kind of inspired by the version of the sap macro for rogues which has the /console distance commands.

    For reference:
    /console targetNearestDistance 10.000000
    /targetenemy [noharm][dead]
    /console targetNearestDistance 41.000000
    /cast Sap


    What I would like to do is have it target a friendly player instead, and i want the minimum range to be something 20 rather than 10. Is this possible? Thanks in advance

  2. #2
    Deleted
    Code:
    /console targetNearestDistance 20.000000
    /targetfriend [nodead]
    /console targetNearestDistance 41.000000
    /cast SpellName
    Edit: Do note this will target any unit you can cast beneficial spells on, including NPCs.

  3. #3
    Minimum range command doesnt work upon testing :/

  4. #4
    Deleted
    Upon further research, turns out /console targetNearestDistance was removed long ago.

Posting Permissions

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