1. #1
    Deleted

    Need help with a macro.

    Hey, so i recently decided to start using mouseover for healing since it seems way better but now i have a problem that i can't seem to fix.
    My flash of light macro looks like this:
    Code:
    #showtooltip
    /cast [@mouseover,exists][@target,exists][@player]Flash of Light
    Which is fine, but to heal myself i actually have to either 1, target myself or 2, have no target at all. Before i started using mouseover i would just use ALT modifier + the spell keybind to heal myself but this doesnt seem to work when using mouseover macro. Is there any way to fix this?
    Thanks.

  2. #2
    Try changing "exists" to "help" instead. Since "exists" just checks if you have a target and not if it's friendly(help) or unfriendly(harm).

  3. #3
    As Arkayzer said, removed exists and change to help.

    This is the shortest way to get what you want (/use and /cast act the same, but it is 1 letter shorter).
    /use [@mouseover,help][help][@ Player]flash of light

    FYI if you want a holy shock mouseover that can heal or dps try this:
    /use [@mouseover][help][harm][@ Player]holy shock

    If you want to use a modifier you can do:

    /use [mod:alt,@ Player]flash of light; [@mouseover,help][help]flash of light

    OR (if you don't want to see the ? if you hit other modifiers)

    /use [mod:alt,@ Player]flash of light
    /stopmacro [mod:alt]
    /use [@mouseover,help][help]flash of light
    Last edited by Immortalnite; 2017-02-24 at 12:23 AM.

Posting Permissions

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