no edit summary
No edit summary |
|||
| Line 23: | Line 23: | ||
{{faqq}}How do I use a trinket in a macro? | {{faqq}}How do I use a trinket in a macro? | ||
:{{faqa}}<tt>/ | :{{faqa}}<tt>/use <your trinket></tt> | ||
{{faqq}}What UI is this? [link of a 500mb video of someone else playing WoW] | {{faqq}}What UI is this? [link of a 500mb video of someone else playing WoW] | ||
| Line 32: | Line 32: | ||
{{faqq}}How do I wait in a macro to cast a spell later? | {{faqq}}How do I wait in a macro to cast a spell later? | ||
:{{faqa}}You can't. | :{{faqa}}You can't. For one, spells can only be initiated by user actions, such as clicks; UI cannot start spellcasting itself. For two, AddOns and scripts embed into macros (via /script) can't anymore initiate spell casts as of 2.0.1 version. | ||
{{faqq}}How do I switch main hand to offhand weapon? | {{faqq}}How do I switch main hand to offhand weapon? | ||