#6 - Nov. 14, 2007, 1:02 a.m.
USER INTERFACE: Halp, my UI is broken! Whatever can I do? Due to recent changes made to the standard
World of Warcraft interface, active addons and settings may become invalid, causing several UI-related issues to arise.
These issues may include:
Missing action bars or bag slots
Inability to view specific chat channels
Known recipes or schematics disappearing
Receiving errors when attempting to access a letter in the in-game mail
Character appearing un-textured or white upon logging in
Character's items and abilities appearing as ?s
While simply disabling your addons may resolve these discrepancies, the only means by which to guarantee that a given issue is not being caused by the UI is to fully reset it.
The steps are as follows:
1) Log out of World of Warcraft to your desktop, thereby exiting the game completely.
2) Navigate to the World of Warcraft folder, which is often found in the Program Files directory (the default path is C:\Program Files\World of Warcraft).
3) Either rename (or delete) the WTF, Cache and Interface folders. (Note: If you do not wish to permanently lose any third-party addons you may have accrued, or macros you've written for your characters, you would be well-advised to merely rename the folders, rather than delete them entirely.)
4) Log back into the game by double-clicking WoW.exe, ensuring that you do not reinstall any addons before doing so.
If your issue persists after resetting your UI, you may wish to submit an in-game petition so that a representative of the Game Master department can provide further assistance.
(This information may also be found in the In-Game Knowledge Base — Article ID: 21663.) Why did I just leave my druid form / Shadowform / Stealth when using an ability? As of the 2.3 content patch, players are now automatically shifted out of their current form — including druid forms, priests' Shadowform, and rogues' Stealth — if they attempt to cast a spell that cannot be used in that form. For example, if a druid in Moonkin Form attempts to cast Healing Touch, he or she will shift out of Moonkin Form and begin casting it. Note that, in the case of druids, this only applies to caster form abilities.
If you wish to prevent this from occurring, type this in your chat window:
/console autoUnshift 0
If you then wish to reenable this functionality, use the following command:
/console autoUnshift 1
(This information may also be found in the In-Game Knowledge Base — Article ID: 21674.) Do I still need my /stopcasting macros in 2.3? As of the 2.3 content patch, the /stopcasting command no longer need be used in macros to cast a new spell before the end of the current cast. You can now try casting anew by default, and therefore get casts to the server sooner — this should result in more back-to-back casting.
Note, however, the following:
- The global cooldown is client side, and you can never cast more often than the global cooldown (when triggered)
- This change does not result in reduced cast time. If you send your cast too early, it will still fail because another spell is in progress.
That said, the /stopcasting command should still be used if one wishes to cancel a current spellcast and use an "emergency" ability, e.g. Ice Block. But many other circumstances (such as using both an item and a spell at once) shall not require the command. As an example:
Old:
/use Trinket of Fiery Doom
/stopcasting
/cast Presence of Mind
/stopcasting
/cast Pyroblast
New:
/use Trinket of Fiery Doom
/cast Presence of Mind
/cast Pyroblast
For further information, please consult our
UI & Macros Forum:
http://forums.worldofwarcraft.com/board.html?forumId=11114&sid=1 (This information may also be found in the In-Game Knowledge Base — Article ID: 21673.) Back to the Table of Contents: http://forums.worldofwarcraft.com/thread.html?topicId=2856203894&sid=1