View Single Post
08-05-15, 11:26 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,323
This should show the icon, cooldown, and tooltip for the item along with only sending a message in the /say channel if the item was off cooldown.
Code:
#showtooltip Order of the Awakened Battle Standard
/run if GetItemCooldown(128454)==0 then SendChatMessage("Order of the Awakened Battle Standard placed","SAY") end
/cast Anti-Magic Shell
/use Order of the Awakened Battle Standard
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 08-05-15 at 11:28 AM.
  Reply With Quote