Thread Tools Display Modes
09-23-13, 01:08 PM   #1
Tammerra
A Defias Bandit
Join Date: Sep 2013
Posts: 2
Question Vuhdo and Macro's not casting on vdtarget

Some help would be appreciated, thank you.

This is my macro

/console Sound_EnableSFX 0
/cast [@vdtarget]Rejuvenation
/use 14
/cast Nature's Vigil
/console Sound_EnableSFX 1

The problem is, when I put it into Vuhdo, and try to cast it on multiple players via the panel, it ONLY casts the Rejuvenation on my actual selected target.

... I know that /use 14 and /cast Natur's Vigil are not going to be available until they are off cool down, that is fine. The computer can spam at me all it want's "that's not available yet"... but why, WHY, WWwwhhhhyyy... doesn't the Rejuvenation cast on the player I clicked on and only on my target
  Reply With Quote
09-23-13, 01:31 PM   #2
jeruku
A Cobalt Mageweaver
 
jeruku's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 223
The condition you're looking for is @mouseover, this will also apply to nameplates and units in the world.

Code:
/cast [@mouseover] Rejuvenation

Last edited by jeruku : 09-23-13 at 01:32 PM. Reason: Fixed an endless sentence.
  Reply With Quote
09-23-13, 02:42 PM   #3
Tammerra
A Defias Bandit
Join Date: Sep 2013
Posts: 2
/console Sound_EnableSFX 0
/cast [@mouseover]Rejuvenation
/use 14
/cast Nature's Vigil
/console Sound_EnableSFX 1

Thank you!!!! <3
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Vuhdo and Macro's not casting on vdtarget


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off