WoW:UI FAQ: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (→‎Top 5 Way-Too-Frequently Asked Questions: English (spelling/grammar) :))
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. 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.
:{{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 no longer initiate spell casts as of version 2.0.1.


{{faqq}}How do I switch main hand to offhand weapon?
{{faqq}}How do I switch main hand to offhand weapon?

Revision as of 20:01, 23 April 2007


Welcome to the User Interface FAQ for Blizzard's World of Warcraft!



Questionmark-large.png

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

Template:Faqcredit

Questionmark.png How do I use a trinket in a macro?
/use <your trinket>
Questionmark.png What UI is this? [link of a 500mb video of someone else playing WoW]
- Take a screenshot to post and ask again.
Questionmark.png 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.
Questionmark.png How do I wait in a macro to cast a spell later?
- 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 no longer initiate spell casts as of version 2.0.1.
Questionmark.png 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
Also visit: irc.freenode.net, #wowi-lounge