Elemental Potion of Ultimate Power Macro- Need help please!

I’m trying to make a macro that activates the following:

#showtooltip Trueshot
/use Elemental Potion of Ultimate Power
/cast TrueShot
/use 13
/use 14

However, no matter what combination I do, it pops my Trueshot and trinket cooldowns but will NOT trigger the potion of elemental power. I even tried doing a direct “Shift Click” into the macro so I know it’s correctly displayed…

I tried Hunter’s Mark and potion as well. No dice.

Is there a bug keeping my potion from procing? Or am I doing it wrong?

I’ve tried putting it last, and putting it first. The copy and pasted macro above is the latter.

Anyone else ever had problems with this??

You need to specify rank.

Rank 1, 2 & 3 ele potions are separate items. The temporary ele potions are separate again (i.e. fleeting potion of ultimate power).

From memory the actual name is “Elemental Potion of Ultimate Power (Rank 3)” but I’m not infront of my macros atm so I may be off.

Thank you so much!!

I did a little research after you shared this. Apparently if you go find the rank 3 potion on Wowhead, and copy the code in the URL, it uses that SPECIFIC iteration of the item.

For example:

/use item:191383

That is the rank 3 ultimate potion of power code, taken from the WoWhead URL!

THANK YOU SO MUCH this makes my life 100% easier lol!

1 Like