Trap macro help

The new explosive trap launcher is great, so I’m wondering if there’s a macro that can be used to have the trap automatically be shot at where ever the mouse is (as opposed to hitting the button and then having to click the mouse to aim the trap).

Any macro specialists out there can shed some light?

Thanks in advance!

should be [@cursor]

so
#showtooltip
/cast [@cursor] Trap-Launcher Thingy

#showtooltip Trap Launcher: Explosive trap
/use [@cursor]Trap Launcher: Explosive Trap
/use [@cursor,group,combat]Saronite Bomb

This is what I use on mine.
I also like this WA for mouse tracking
https://wago.io/XHZQYHUjK

1 Like

#showtooltip Explosive Trap
/use [@cursor.group:raid.combat.harm] Saronite Bomb
/cast [@cursor] Trap Launcher: Explosive Trap
/startattack [combat]

Is the one I use

Perfect, thanks much!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.