Archive for Macros

09.25.07

Warlock Amplify Curse Macro

Posted in Macros, Warlocks at 12:09 pm by Nibuca

Amplify CurseAmplify Curse
Instant 3 min cooldown
Increases the effect of your next Curse of Doom or Curse of Agony by 50%, or your next Curse of Exhaustion by an additional 20%. Lasts 30 sec.

I spent a lot of time playing Ette over the weekend and have really come to enjoy the Warlock class. One spell that Ette got recently was Amplify Curse. The problem I’m having with it is that I constantly forget to use it. It’s on such a long cooldown that it just slips my mind.

I had an ah-hah moment and decided to write a macro to take care of this problem. Amplify Curse doesn’t trigger the global cool down so I can trigger it and another spell in the same macro.

Read the rest of this entry »

08.21.07

Warlock Banish Macro

Posted in Macros at 8:21 am by Nibuca

BanishBanish
Banishes the enemy target, preventing all action but making it invulnerable for up to 20 sec. Only one target can be banished at a time. Only works on Demons and Elementals.

Much like sheeping.. but can’t be broken by hitting the mob. In fact I’ve often banished something and then set my minion on it just to build threat on the minion. Even though the banished mob isn’t taking damage they’re still tracking threat.

Read the rest of this entry »

04.13.07

Useful Pally Macros (Post BC)

Posted in Macros at 10:57 am by Nibuca

I didn’t write these (though in some cases I did re-write them).

Stealth Detector:
# showtooltip Consecration
/cast [combat] Consecration; [nocombat] Consecration(Rank 1)

Pally Taunt:
# showtooltip Righteous Defense
/cast [help] Righteous Defense ; [target=targettarget] Righteous Defense

Announce Resurrection:

# showtooltip Redemption
/cast Redemption
/stopmacro [nodead]
/script local C; if(GetNumRaidMembers()>0) then C = “RAID” elseif(GetNumPartyMembers()>0) then C = “PARTY” else C = “SAY” end SendChatMessage(”Resurrecting %t.”, C)

[Edited: I'm not sure the previous still works but the following does:
#show Redemption
/stopcasting [nodead][harm]
/say Rezzing %t.
/cast Redemption

I really want a “Bless You” macro(or addon).. where I can select a player (some random person I run by on the roads of Azeroth) and based on their class, the correct Blessing will be cast. With button mashing now I often find that the player is out of range before I can decide which blessing would be best for them. I can’t seem to find a macro that will work like this post BC.

I found an addon that will do this for people in my party.. but I want to give out blessings on the road…

Addon: Cirk’s Blessings
Good:
- Easy to configure blessing by class (overridable on a per character basis)
- One click per blessing handed out (blessing type automatically determined)
Bad:
- Installation reset some of my key binding(and redefined right-mouse-button). I had to reset keybindings to default and then re-setup my one keybinding (X to flip camera to look behind). If you had a lot of custom keybindings this could be a PITA.
- If someone in the party is “out of range” the addon halts there. I can’t find an option to skip them.. and when they come back into range the addon does some weird thing where it blesses that one person multiple times (to make up for getting stuck on them before). I may need to try a different add on.

02.06.07

Feed Pet

Posted in Macros at 7:10 am by Edith

[This information is Deprecated. With the 3.0.2 patch the information
below is no longer true. Please check more recent entries for more
correct information.]

I can take no credit for this Macro. Fiancee and Storm spent about 2 hours working this up.

Summary:
Feeds your pet (whichever one you currently have active) food appropriate to that pet. Update the “food” values to food that you have.

/cast [pet, nocombat] Feed Pet
/use [pet:Bear/Boar/Wind Serpent, nocombat] Conjured Cinnamon Roll
/use [pet:Cat/Ravager/Wolf/Owl/Serpent/Boar/Bear/Raptor, nocombat] Roasted Quail
/use [pet:Bear/Boar/Bat/Wind Serpent,nocombat] Deep Fried Plantains

The first line gives the command “Feed Pet”. The rest of the line specify who gets what.

The 2nd line includes all pets that will tolerate bread. At higher levels you can sometimes coax Mages into giving you conjured food to feed your pet.
The 3rd line includes all pets who require “Meat, Raw Meat”. Update “Roasted Quail” to a meat that you have in your inventory.
The 4th line includes all pets who eat fruit. Update “Deep Fried Plantains” to match a fruit that you have in your inventory.

The real beauty of this macro is that it finds the first line that matches your pet and where you have that food in your inventory and it feeds your pet. You don’t have to open your professions, or your bags.. you just click the fast macro button and feed your pet. It even works while your running.

[Edited to add Raptors]

Next entries »

Blog Directory - Blogged