WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Macro for traps in 1 button (https://www.wowinterface.com/forums/showthread.php?t=58451)

nevahiva 12-10-20 11:15 PM

Macro for traps in 1 button
 
Hello, I recently started playing again after almost 10 years of hiatus. Faced such a problem that the macro does not work:
#showtooltip
/ cast [nomod, @mouseover] Freeze Trap
/ cast [mod: ctrl, @mouseover] Tar Trap
Tell me why it doesn't work and is it possible to do the same for a counter shot and a pacifying shot?

We regularly monitor new porn sites and choose the best of them. The list is available here https://bestfreeporn.me

Kanegasi 12-10-20 11:31 PM

World mark spells, with that big green circle, can only use @player to drop it where you stand or @cursor to drop it where your mouse is. You also can't have a space between / and cast, and you can put those on the same line.

Code:

#showtooltip
/cast [mod:ctrl,@cursor] Tar Trap; [@cursor] Freeze Trap

For counter shot and pacifying shot, that's when you use @mouseover, which is for units. You also need a harm conditional here so that the macro doesn't try to cast on a friendly if you happen to mouse over one.

Code:

#showtooltip
/cast [mod:ctrl,@mouseover,harm] Pacifying Shot; [@mouseover,harm] Counter Shot


SDPhantom 12-12-20 09:26 AM

I would add to check your keybinds. For example, CTRL+1 by default is bound to the first button on your pet bar. If you try to hit that key combination, it'll send to that and not your main actionbar. To fix this, you either have to change the keybind to something else, remove it entirely, or change the modifier you use in your macro.


All times are GMT -6. The time now is 09:15 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI