Looking for a macro that uses any healing potion in my inventory, doesn’t need to specify highest usable although if possible it would be nice.
Just put the healing potion on your bar
Or macro it to your healthstone
I know could bind it to healthstone, but while leveling, getting different health potions, I would have to keep changing the macro. Looking to have a one stop shop macro for any healing potion in my inventory.
I’m not sure there is a way to do that. But I’m not a macro expert. I just do it the old fashioned way and toss them on my bars.
If I recall correctly, isn’t there a way to macro using an item in a bag slot? Then use your bag settings to make sure health pots always go to the same bag.
Edit Yes there is. You can find more info on that here:
http s://wow.gamepedia.com/MACRO_use
Only way I could think to do this would be to add every potion type in your macro.
/use Potion 1
/use Potion 2
/Use Potion 3
It would then use whichever potion was first available in the list upon pressing.
I like this way a lot to feed my pets between battles, but the trick is keeping what you want to use in that slot.
It is great if you have a few options and dont want to have to keep updating the macro.
shouldnt be too much work to make a macro to
/use potion1
/use potion2
just remove the old outleveled ones and replace them with higher lvl pots you get
There’s no macro to auto select a healing potion. That would be a bot script, which is an instant ban.
You COULD possibly make a macro though that had all of potions you could fit in it. Like:
/use healing potion
/use greater healing potion
/use etc…
Not sure this would work though, but worth a try. Problem is if you don’t add a certain one and it’s in your bags, it won’t be used.