Thread Tools Display Modes
12-10-20, 11:15 PM   #1
nevahiva
A Kobold Labourer
Join Date: Dec 2020
Posts: 1
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

Last edited by nevahiva : 11-23-21 at 12:07 AM.
  Reply With Quote
12-10-20, 11:31 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
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
  Reply With Quote
12-12-20, 09:26 AM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
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.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Macro for traps in 1 button

Thread Tools
Display Modes

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