The 2.2.3 "It's Patch Day!" PSA & FAQ

#0 - Sept. 20, 2007, 3:30 a.m.
Blizzard Post
(last update: 2007-11-11 19:55 PST)

Thread continued @ http://forums.worldofwarcraft.com/thread.html?topicId=2856221186

2.3 is scheduled to go live Tuesday, Novemeber 13. Get updates to your mods now, before the addon sites get swamed from the load.

Forum regulars: I asked before 2.2 and didn't get much of a response, maybe I'll get more this time. What mods can you think of now need to get updated so they'll work on 2.3? I haven't been keeping track. Also looking for wording ideas on the autoUnshift and /stopcasting changes. See https://forums.worldofwarcraft.com/thread.html?topicId=1778019289&sid=1&pageNo=8#157

-k

Patch 2.2.x content follows:

-------

IMPORTANT: Off-topic or entirely redundant posts are liable to get deleted. It is however in everyone's best interest to not post them in the first place - We'd rather slouken could spend his time coding us cool things than moderating this thread!

GET UPDATES TO YOUR MODS.

Table of Contents:
  • So, the servers are up and your addons are broken?
  • Why shouldn't I use TOC-autoupdater programs? (or: Should I check "Load Out-of-Date"?)
  • Frequent disconnects, red question marks, Unknown characters?
  • What mods have been updated?
  • What mods need to be updated?
  • Missing tooltips on your character sheet?
  • Your two-hander <-> dual wield macro broken?
  • Having macro targeting issues?
  • Getting an "Unknown macro option" error?
  • Your #show or #showtooltip stop working?
  • Have a raid frame stuck in the center of your screen?
  • Want to change your self-cast key?
  • Your "/cast Tradeskill" macro stop working?
  • Having issues updating your addons?
  • Why does Blizzard break addons every patch?
  • Curious about what this patch did for addons?
  • Other Questions?

So, the servers are up and your addons are broken?
Don't panic! Just download updates to your mods. Here are direct links to the "latest updates" pages of the big three addon sites:
WoWInterface: http://www.wowinterface.com/downloads/latest.php
Curse: http://wow.curse.com/downloads/updated/
WoWUI@incgamers: http://wowui.incgamers.com/
WoWAce: http://www.wowace.com/wiki/WowAceUpdater and http://files.wowace.com
CT Mod: http://ctmod.net
Auctioneer: http://auctioneeraddon.com

Why shouldn't I use TOC-autoupdater programs? (or: Should I check "Load Out-of-Date"?)
There's a "Load Out-of-Date Addons" checkbox. Use it. Using a TOC autoupdater achieves a similar result but at the cost of not knowing which addons you haven't actually updated. The resident blue agrees. See http://forums.worldofwarcraft.com/thread.html?topicId=104567058&pageNo=4#79

Frequent disconnects, red question marks, Unknown characters?
This isn't a UI problem, but it's been asked enough to warrant a mention. Post in Tech Support if you have issues after trying the steps listed at http://us.blizzard.com/support/article.xml?articleId=21017

What mods have been updated?
Check Cairenn's handy thread at http://forums.worldofwarcraft.com/thread.html?topicId=1777964404#1
Telo's mods @ http://forums.worldofwarcraft.com/thread.html?topicId=1778586264

What mods need to be updated?
ItemRack v1.992: http://www.wowinterface.com/downloads/download4148-ItemRack v2.1: http://www.wowinterface.com/downloads/info6818.html
Any mods dealing with sound: Titan Volume http://wowui.incgamers.com/?p=mod&m=1442 FuBar_VolumeFu http://www.wowinterface.com/downloads/info4647-FuBar-VolumeFu.html
Clique: http://www.wowinterface.com/downloads/download5108-Clique
TBag: http://www.wowinterface.com/downloads/fileinfo.php?id=7244
Autobar: http://code.google.com/p/autobar/

See also: http://forums.worldofwarcraft.com/thread.html?topicId=1778035215

Missing tooltips on your character sheet?
Update ItemRack.

Your two-hander <-> dual wield macro broken?
Q u o t e:
/equipslot 16 Main-Hand
/equipslot 17 Off-Hand
/equip Two-Hand

Having macro targeting issues?
If you're using a macro like
Q u o t e:
#showtooltip
/cast [target=mouseover] Polymorph
and it's not casting on your target, try this:
Q u o t e:
#showtooltip
/cast [target=mouseover,exists][] Polymorph

Getting an "Unknown macro option" error?
All macro conditionals like [help], [harm], [target] may only use lower-case. So if you get an error message to the effect of "Unknown macro option: Modifier", simply replace the capital letter with a lower-case one.

Your #show or #showtooltip stop working?
You are only allowed to have a single #show or #showtooltip in your macro. It works like spellcasts does so you can chain options together like this:
Q u o t e:
#showtooltip [pet]Freeze;Summon Water Elemental

Have a raid frame stuck in the center of your screen?
Exit WoW, delete your /path /to /World of Warcraft /WTF /Account /<YourAccount> /<YourRealm> /<YourCharacter> /SavedVariables /Blizzard_RaidUI.lua files.
#33 - Sept. 25, 2007, 11:28 p.m.
Blizzard Post
Q u o t e:
Not sure if this functionality is just gone now.

I used to use this macro.

/stopcasting
/cast [target=focus, exists] [target=mouseover] Counterspell

It would cast CS on a focus target if it existed, then a mouseover target if that existed, and finally your current target if that was available. I've added the [] to the end, but it won't seem to cast on current target, only mouseover or focus.


You want this:
/stopcasting
/cast [target=focus, exists] [target=mouseover] [] Counterspell
#90 - Sept. 26, 2007, 6:25 p.m.
Blizzard Post
Q u o t e:
Potentially dumb question here.

I run widescreen (1680x1050), and after the patch it almost looks like I have less horizontal space to work with. I've run WowAceUpdater to update my mods, and have selected "load out of date addons". All of my UI is there, but my bars, minimap, chat, necrosis, etc. that were nicely laid out at the bottom of the screen are now a little scrunched together. When I try to separate them, I'm realizing that there's not really enough space for them all to fit like they did before the patch.

Any ideas?


Are you running fullscreen or in a window?