Healthstone macro

I want to use a macro to create or use a Healthstone with either left or right click (which is simple enough) but I can’t figure out how to have it show an icon / tooltip when I don’t have a Healthstone in my bag.

What I have so far is:

#showtooltip
/use [button:2] Create Healthstone; Healthstone

Can anyone help me?

Need to manually set the icon instead of using the ?

1 Like

Try with the item id directly; should work

#showtooltip
/use [button:2]Create Healthstone;item:5512
2 Likes

Thanks for the replies, it’s working as desired now. :slight_smile: