WoW:MACRO metashow: Difference between revisions
Jump to navigation
Jump to search
(Creation) |
m (Move page script moved page MACRO metashow to MACRO metashow without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 7: | Line 7: | ||
#show BagId slot <--Shows an item by bag slot | #show BagId slot <--Shows an item by bag slot | ||
#show InvSlot <--Shows an item by inventory slot | #show InvSlot <--Shows an item by inventory slot | ||
#show <--Shows an icon dynamically (See Notes) | |||
== Aliases == | == Aliases == | ||
Latest revision as of 04:48, 15 August 2023
Affects the Icon to be shown, there are several versions of this:
#show spellname <--Shows a spell icon #show itemname <--Shows an item by name #show BagId slot <--Shows an item by bag slot #show InvSlot <--Shows an item by inventory slot #show <--Shows an icon dynamically (See Notes)
Aliases
- none
Arguments
Notes
- In order for this to work, you must select the "?" icon.
- If you don't know the spell, don't have the item, or the position you specified on your character or bag is empty, the button will show the default "?" icon.
- Other data affecting the button's appearance will be pulled from this as well, such as the green border around equipped items, the number of items you have, the number of reagents for the specified spell you have, etc...
- The click action of the button will not be affected by this, you still need to use the commands to make the button do something.
- Any successive metacommands to define the icon or tooltip will be ignored
- This does not affect the tooltip of the macro. If you want to specify both the icon and tooltip, you should use #showtooltip.
- Omitting arguments to this metacommand will have no effect. By default, the UI will pull information from /cast, /castsequence, /castrandom, /use, /userandom, /equip, or /equipslot.