WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   PTR General Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=172)
-   -   SetMacroItem/SetMacroSpell (https://www.wowinterface.com/forums/showthread.php?t=59243)

Gello 10-03-22 07:50 AM

SetMacroItem/SetMacroSpell
 
On 10.x clients has anyone gotten SetMacroItem or SetMacroSpell to show the item/spell texture? When it's a stackable item with SetMacroItem to "name" or "item:id" I see the quantity reflected for the item, but the texture is still the red inv_misc_questionmark.

I've tried the following:

SetMacroItem(24,"Protofruit Flesh")
SetMacroItem(24,190953)
SetMacroItem(24,"item:190953")

SetMacroSpell(24,"Battle Shout")
SetMacroSpell(24,6673)
SetMacroSpell(24,"spell:6673")

SetMacroItem("test","Protofruit Flesh")
SetMacroItem("test",190953)
SetMacroItem("test","item:190953")

SetMacroSpell("test","Battle Shout")
SetMacroSpell("test",6673)
SetMacroSpell("test","spell:6673")

and tried adding "player" to unit for a few.

Gello 10-03-22 09:08 AM

Found a solution kinda if anyone else runs into this. By doing this once (to reassert the inv_misc_questionmark icon):

EditMacro(24,nil,134400)

I can SetMacroItem/Spell as usual:

SetMacroSpell(24,"Battle Shout")

Curiously, it was 134400 before. Something was just stuck it seems.


All times are GMT -6. The time now is 05:28 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI