Can we get a "Use Random Favourited Hearthstone" button please

like “Summon Random Favourite Mount”

but for all eligible Hearthstone Toys we’ve favourited. Would be great. I have like 30+ at this point

2 Likes

Oooh yes!

And can we also get class specific hearthstones? It’s be cool to have a hearthstone that fits your class theme

1 Like

There used to be an addon for this but can’t remember the name.

Wait, there are over 30 hearthstone toys?? I’m slacking then, I think I only have like 10, or 12, lol.

I usually only have one I drag onto an action bar per each alt though, depending on which one I think they’d use more.

Right now I’m really wanting the Liberation one, but thus far I haven’t won a roll… :frowning:

I’ll be doing a google search tomorrow of the other ones I’m missing!!

Get the add on called “oPie” you can click to summon a wheel with extra actions on it. It has a ring by default that is all the hearthstones so you can open it and easily pick any of the ones you have learned.

It also has default wheels for Mage portals, but I make one each season for the dungeon teleports and each character has a character specific wheel for race/class appropriate mounts.

While they are at it, add a macro command to use random favorited mount.

but you can just add the spell to your bar…

I need it as part of a macro. That’s why I want the command.

The alternative is to do the awkward thing I do now, put it on the hot bar and use /click.

in that case here you go

GROUND
/run local j,t,_=C_MountJournal,{}for i=1,j.GetNumMounts()do if select(5,j.GetMountInfoByID(i))and bit.band(select(5,j.GetMountInfoExtraByID(i)),230)==230 then tinsert(t,i)end end _=#t>0 and j.SummonByID(t[random(#t)])

Flying (FIXED)
/run local j,t,b=C_MountJournal,{0},0+SecureCmdOptionParse"[flyable]1;0"for i=1,j.GetNumMounts()do if b==0 and select(5,j.GetMountInfoByID(i))and select(5,j.GetMountInfoExtraByID(i))~=248 then tinsert(t,i)end end _=#t>0 and j.SummonByID(t[random(#t)])

That’s a lot of characters. :grimacing:

I’m pretty near cap already.

P.S. Also I never feel safe running scripts.

thats what macros are for, and each macro can have a TON of wording lol dont ask for a macro if your scared to use a macro, also addons allow you more macros

There is a difference between macros and scripts.

As I said, I’m near the character limit in my macro. I ain’t got space for all that.

again if you dont got SPACE for all that then why ask them to make it so you can use a macro when you already can? im confused you asked them to make it a macro but yet you just said you dont have enough room for more macros.

Perhaps they could add something like a Quantum Hearthstone toy that randomly uses Hearthstones you have in your collection.

I’m asking for a macro command. Something like,

/randfavmount

That will activate the random favorite mount function.

I use Random Hearthstone Toy addon

which is what my macro i posted does, does the exact same thing your asking lol

Except my requested command doesn’t use up more than 13 characters - leaving me space to put conditionals and mount names.

if you want names in it then its NOT random lol, thats asking for certian ones not RANDOM which is what you said you wanted. But you can do what you want ill keep using the Random macro that you requested which i been using for years

Also for Random toys you can use this macro
/castrandom item:ID, item:ID, item:ID

ID needs to be replaced with the ID # of the toy/item you want to use

You do realize I can have other fall through commands in the macro right.

I’m not at my computer so I can’t post my current mount macro so an example will have to wait.

That’s fine, but it’d be better if there was an in-game solution.