View Single Post
10-03-22, 07:50 AM   #1
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
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.
  Reply With Quote