"The Harbinger", Dalaran Hearthstone, preventing using the toy version in a macro

Hi all,
I currently use this macro:

#showtooltip
/use [mod:ctrl]Dalaran Hearthstone;[mod:alt]Garrison Hearthstone;Stone of the Hearth

But due to the The Harbinger questline, this no longer works. Even after I did the quest on one of my characters and deleted the item on another, it still refer the temporary item given as part of this quest.

Does anyone know how to fix it?

#showtooltip
/usetoy [mod:ctrl] Dalaran Hearthstone; [mod:alt] Garrison Hearthstone
/use [nomod:ctrl/alt] Stone of the Hearth
2 Likes

As shown in the bug link you can use this:

#showtooltip
/usetoy [mod:ctrl]Dalaran Hearthstone;[mod:alt]Garrison Hearthstone;Stone of the Hearth

But the only issue is that it still the #showtooltip shows the ‘charge’ version instead, so it will not show the dalaran hearthstone CD.

Then you’re likely SOL till Blizz fixes it.

1 Like

Relog and recreate the macro once you no longer have the quest hearthstone.

1 Like

I’ll give it a shot tomorrow.
So does that mean I need to do the quest on all my toons? :sob:

At least the first step to get rid of the temporary hearthstone and clear the flag that keeps auto-accepting that quest. If you don’t pick up the next quest, I don’t think anything bad will happen.

It’s still more than I want to do :frowning:

Then I guess you’re going to enjoy having that hearthstone in your bag a long time.

I built an addon that auto deletes it :slight_smile:
Personally I prefer not having things forced down my throat.

Having this same problem, I used Google to try to find a solution, and Google gave me a link to this thread. :wink:

If I understand the solution correctly, I can change my existing macro (below) . . .

#showtooltip
/use [nomod] Holographic Digitalization Hearthstone; [mod:shift] Garrison Hearthstone; Dalaran Hearthstone

. . . to this (below) . . .

#showtooltip
/usetoy [nomod] Holographic Digitalization Hearthstone; [mod:shift] Garrison Hearthstone; Dalaran Hearthstone

. . . and the problem should go away!

Thanks!

(Edit):

Not only does the revised macro work perfectly, the tooltip shows the TOY (and NOT the quest item)! :slight_smile:

2 Likes