Showing posts with label Macro's. Show all posts
Showing posts with label Macro's. Show all posts

Tuesday, June 24, 2008

Combat Weapon Swaping

I've got a bit of Badges of Justice saved up but at this point I'm just replacing Epic pieces really for different Tanking set pieces so recently picked up Libram of Divine Purpose. So Since I do use a 2H Weapon on and off when I feel like it, I placed the new Libram in my Macro for a quick switch like below. Easily allows me to in combat switch to a 1H/Shield and Tanking Libram, click and its back to my 2H and DPS Libram as I feel the need to quickly.


/equipslot 16 Continuum Blade
/equipslot 17 Sunward Crest
/equipslot 18 Libram of Repentance
/equipslot 16 Hammer of Righteous Might
/equipslot 18 Libram of Divine Purpose


You can always easily customize it to your own needs that works for you and whatever you use.

Thursday, May 1, 2008

Macro: Simple Weapons Switching

I switch weapons allot sometimes from 1H & Shield to 2H back and forth doing Dailies or questing for whatever reason that suits my play style. I found this macro somewhere while looking for one to use a little while back and it works pretty well.

/equipslot 16 Continuum Blade
/equipslot 17 Crest of the Sha'tar
/equipslot 16 Despair

Tuesday, November 27, 2007

Some Macro's I Use

A reader asked about the Avoidance macro I use to easily compute to check my total avoidance for my gear and for uncrushable at 102.4% with Holy Shield active. Here it is:

Avoidance Macro
/script DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combined avoidance. Currently at:",0.8,0.8,1)
/script DEFAULT_CHAT_FRAME:AddMessage(GetDodgeChance()+GetBlockChance() + GetParryChance() +5+(GetCombatRatingBonus(CR_DEFENSE_SKILL) + 20)*0.04,1,0.5,0)

Just use it and it gives you the computed values with or without Holy Shield active when you use it.

Other Macro's I use: I'm no macro expert. These are just the ones I have and do use or modified them to my needs and have used them as such. They all do work, but test to make sure.

Aura Mount/Dismount
#showtooltip Summon Charger
/castsequence [nomounted] Crusader Aura, Summon Charger
/cast [mounted] Retribution Aura
/dismount [mounted]

Changes Aura and summons mount on dismount it changes back to Ret Aura.

Blessing of Protection Taunt/Target Targeting Bubble
/cast [target=target,help] Blessing of Protection; [target=targettarget,help] Blessing of Protection

Works just like Righteous Defense macro as a 2nd Taunt and 911 bubble, except it bubbles my target target since I use "Target Targeting" in my UI setup since I Tank.

Bubble Bandage
#showtooltip Divine Protection
/cast Divine Protection
/stopcasting
/use [target=player] Heavy Netherweave Bandage

It does just what it say and thats just how I use it as a last resort 911 bubble and bandage.

Devine Shield Fear Macro (cast when feared)
/cancelaura Divine Shield
/cancelaura Blessing of Protection
/stopcasting
/cast Divine Shield

Blessing of Protection Fear Macro
/cancelaura Blessing of Protection
/stopcasting
/cast [target=player] Blessing of Protection

Cancel Devine Shield Macro
/stopcasting
/cancelaura Divine Shield
/cancelaura Blessing of Protection

Those work just as it says. At least the last time I used them they did.

*Special use: Cancel DS/BoP, Judge & Erorcism Target or previous Target Macro.
/stopcasting
/cancelaura Divine Shield
/cancelaura Blessing of Protection
/target %t
/cast Judgement
/stopcasting
/cast Exorcism

The macro above is a custom Fear Macro I made and have used to immediately cancel out of DS (Devine Shield or BoP) on being feared from target and cast this to immediately judge and Exorcism target still on target. If its not undead or demon it won't cast Exorcism. Its a custom macro I use under certain conditions to auto attack and have immediate threat aggro back with minimal time loss after coming out of a being feared.

Righteous Defense Macro Taunt
/cast [target=target,help] Righteous Defense; [target=targettarget,help] Righteous Defense

Seal/Judgement of Righteousness Macro
#showtooltip
/cast Judgement
/stopcasting
/cast Seal of Righteousness

Seal/Judgement of Wisdom Macro
#showtooltip
/cast Judgement
/stopcasting
/cast Seal of Wisdom

*Bubble Hearth
/castsequence reset=3600 Divine Shield, Hearthstone

*You have to click that bubble hearth twice quickly to get it to work.

Those are all the basic ones that I have and use and I haven't changes when since the last patch update and they all work fine as far as I know.