WoW:UI FAQ: Difference between revisions
Jump to navigation
Jump to search
(Move User:Xinjinbei non-UI-related question to FAQ) |
|||
Line 16: | Line 16: | ||
:{{faqa}}Take a screenshot to post and ask again. | :{{faqa}}Take a screenshot to post and ask again. | ||
{{faqq}}I | {{faqq}}How do I change the look of things? Like my armor, weapons, mount, or myself? | ||
:{{faqa}}It's | :{{faqa}}It's not permitted, and that is enforced in 1.11. | ||
{{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? | ||
Line 24: | Line 24: | ||
{{faqq}}How do I switch main hand to offhand weapon? | {{faqq}}How do I switch main hand to offhand weapon? | ||
:{{faqa}}<tt>/script PickupInventoryItem(16) PickupInventoryItem(17)</tt> | :{{faqa}}<tt>/script PickupInventoryItem(16) PickupInventoryItem(17)</tt> | ||
== Choose a section == | == Choose a section == |
Revision as of 17:37, 4 August 2006
The UI FAQ is posted here on WoWWiki as well as on Blizzard's UI & Macros Forum and at wowinterface.com.
Some of the texts will direct you to "post followups" and the like; this is referring to those two forums.
Top 5 Way-Too-Frequently Asked Questions
How do I use a trinket in a macro?
- - /script UseInventoryItem(13) or /script UseInventoryItem(14)
What UI is this? [link of a 500mb video of someone else playing WoW]
- - Take a screenshot to post and ask again.
How do I change the look of things? Like my armor, weapons, mount, or myself?
- - It's not permitted, and that is enforced in 1.11.
How do I wait in a macro to cast a spell later?
- - You can't.
How do I switch main hand to offhand weapon?
- - /script PickupInventoryItem(16) PickupInventoryItem(17)
Choose a section
- AddOns FAQ
- World of Warcraft AddOns FAQ
- Macros and Scripts FAQ
- World of Warcraft Macros and Scripts FAQ
- AddOn Author Resources
- Resources for World of Warcraft AddOn authors