Thread Tools Display Modes
Prev Previous Post   Next Post Next
01-18-15, 05:15 PM   #1
Banknorris
A Chromatic Dragonspawn
 
Banknorris's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 153
Garrison Ability macro icon

Not really relevant but out of curiosity
Is there a way to (during combat and in Nagrand) set a macro icon to show Telaari Talbuk or Frostwolf War Wolf icons?

The macro is just a /click frame
frame is a secure button that determines with spell to cast.

The best I could do was
SetMacroSpell(MacroName,"Garrison Ability")
But that only sets the generic Garrison Ability icon and does not show the icon of the available Garrison Ability.

SetMacroSpell(MacroName,"Telaari Talbuk")
SetMacroSpell(MacroName,165803) --spell id of Telaari Talbuk
SetMacroSpell(MacroName,"Frostwolf War Wolf")
SetMacroSpell(MacroName,164222) --spell id of Frostwolf War Wolf
does not work
tested while in Nagrand and with a Corral there.

I know I can edit the macro to use that texture but it is not as good.

Last edited by Banknorris : 01-19-15 at 05:56 AM.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Garrison Ability macro icon


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off