Before I babble: I'm not sure if the contact forms on this site or any of my domain emails are functioning properly, I switched them over Google apps and haven't really tested them. Sooo if anyone's email has bounced back within the last week, whoops sorry. Also, yay I tweaked the theme so that it's a little prettier.
I'm majorly slacking on the WoW posts lately. Kind of behind on everything related to patch 3.2. In fact, I haven't even read all of the patch notes or class changes as I am busyish attending to other things. WoW lull period! I am also sadly slacking off on all of the Argent Tournament dailies. I have a total of 50 at the moment QQ, not enough to buy the new mount when 3.2 goes live. I could have totally had a ginormous stack if I had bothered spending a half hour doing them every day. Shame on me!
Our raid was called off last night because half of our guild was unable to login for most of the evening. It turns out that the authentication problems were only affecting people who have not yet converted their account over to battle.net. So if anyone is still having issues, it might be time to do so. I have a feeling that at some point in the future, folks will probably be forced to convert their accounts anways.
I feel compelled to post something useful and have been meaning to update my macro list. So, here is a small list of macros that I use frequently on my paladin. You know, I'm certain that one or two of these were copypasta'd and modified from WoWWiki or something, so apologies...
Auto mount selector
One press of this macro will summon your flying mount if you are in a flyable zone, otherwise it will select your ground mount. A second press will dismount you. Replace '21' with the number corresponding to your ground mount and replace '12' with the number corresponding to your flying mount.
/script if (((GetZoneText()=="Dalaran") and (GetSubZoneText() ~="Krasus' Landing")) or (GetZoneText()=="Wintergrasp") or not IsFlyableArea()) then CallCompanion("MOUNT",21) else CallCompanion("MOUNT",12) end
/dismount [mounted]
Fish and Cleanse
/Shrug. I have fishing cast and cleanse both bound to a single macro on my middle click button. If a fishing pole is equipped it will attempt to cast it, otherwise it will cleanse.
#showtooltip
/cast [equipped:Fishing Pole] Fishing
/cast [ noequipped:Fishing Pole] Cleanse
Crusader Strike + Trinkets
When I was protection, I manually enabled trinkets so that I can time them according to healing and incoming damage. As retribution, there's really no need to do that. This macro will use any trinkets if the cooldowns are up.
#showtooltip Crusader Strike
/script UIErrorsFrame:Hide();
/use 13
/use 14
/script UIErrorsFrame:Clear();
/script UIErrorsFrame:Show();
/startattack
/cast Crusader Strike
Divine Sacrifice
Because using Divine Sacrifice without Divine Shield can be ummm...bad for your health.
/castsequence reset=5 Divine Shield, Divine Sacrifice
Mouseover Cleanse
No need to manually click on raid frames and lose your current target: Mouseover the person you want to cleanse and press this macro. Very handy as ret since it allows you to continue DPSing while cleansing if the other classes need help.
/cast
[target=mouseover,exists] Cleanse
Hmm, I have hunter macros somewhere. The umm screenshot in this post isn't related to anything, I just thought that the front page looked kind of plain since I haven't posted any images in a while.

Comments (2)
I tried to post a comment earlier on my IPhone since its what I read all my blogs on but seemed in all the changes something changed that prevented me from actually being able to actually write any comment in the comment block on my IPhone. I was able to before so not sure what changed.
Anyway with the Divine Sacrifice Macro that macro has to be actually clicked twice real fast to get both Divine Shield up first and then Divine Sacrifice. I know i've clicked it before and though it was up forgetting all i had up was Divine Shield and hadnt clicked it again to get up Divine Sacrifice by then it was too late.
I know I got a ton of macro's I use and some for situational use. I tend to use allot of Targettarget Macro's and Focus Macro's especially both settings for all my hand spells set to either Targettarget or to the Focus Target. Often I have a healer always set as focus for obvious reasons. Especially in 5 mans.
Oh bah, you're right >_<. Thanks for the heads up. I think it's a javascript issue with the rich text editor that I use. I'll disable it for commenting, that should work.
Post new comment