Need help making a macro

1 button portal/teleport…

i.e.

#showtooltip
/cast Teleport: Orgrimmar; [btn:2] Portal: Orgrimmar

I’ve tried using [mod:shift]

(or similar stuff.. like alt, ctrl… but it’s not working.

The Teleport part works, but I can’t get it to open a portal with whatever condition I choose.

Please help!

Try:

/cast [nomod] Teleport:Orgrimmar; [mod:shift] Portal: Orgrimmar

Shift + left click works, but now left click doesn’t lol

#showtooltip
/use [nomod] Instant Poison VI; [mod:shift] Crippling Poison II; [mod:ctrl] Wound Poison IV; [mod:alt] Mind-numbing Poison III
/use [btn:1] 16; [btn:2] 17
/click StaticPopup1Button1

That is the macro i use for poisons. What it does it Left-Clicking poisons the MH and Right-Clicking poisons the OH. And depending on which [Mod] I am holding changes which poison is active.

The last line just clicks the conformation box for me.

Perhaps you can modify that for your own use.

got it! thanks!

There was no space between “Teleport:Orgrimar”

1 Like

Is [mod:any] an option? Or do they have to be specified?

If you have your spell book open, you can left click the spell in your book and it will auto-format the correct spell name in your macro. Just for future use.

1 Like