Macros - Useful macros in here

Started by Gandalf, March 24, 2009, 10:01:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Deminion

i'm trying to work out a singlebutton tanking, but having trouble getting Revenge to fit in properly.
Atm i got this, however i don't seem to get revenge to activate properly.
/cast Heroic Strike
/castsequence reset=combat Devastate, Shield Slam, Devastate, Devastate, Shield Slam, !Revenge

Vlas

best one to use for 1 button tanking is;

/castradom Devastate, Shield Slam
/cast Heroic Strike

also for AoE

/Castrandom Devastate, Shield Slam
/Cast Cleave

for the AoE macro i spam it whilst pressing Tab to switch target every so often

DFE

I am not a big fan of macros but these are handy:

1)Misdirect
#showtooltip misdirection
/cast [target=focus, help] misdirection; [help] misdirection; [target=pet, exists] misdirection

I your focus is friendly (tank), you MD to him, otherwise you MD to pet

2)Kill command
#showtooltip your_shot_name
/cast Kill Command
/cast your_shot_name

Kill command is off GCD, like this you can bind it to any shot so that you dont miss it a single time when it is available


Then there are some situational macros I use for particular fights where I have some special task or which just allows me to do things faster (like
/tar Blistering Zombie
/cast Distracting shot

or

/cast [@pettarget] serpent sting
(refreshes serpent sting on Lady DW during P1)

or
/tar Blood beast
/cast Distracting Shot
(just to make sure Blood beast goes for me and triggers the frost trap

or
/tar Kor'kron Battle-Mage
/cast hunter's mark
(I press this when mid-air so that I can start firing when I land)

Leemo

These pale into insignificance compared to this macro, the greatest macro in the history of the universe...

That's right ladies and gentlemen, the Bubble-Hearthstone:

#showtooltip
/castsequence reset=2 Divine Shield,Hearthstone
:dribble:

Michelanio

Quote from: Leemo;309155These pale into insignificance compared to this macro, the greatest macro in the history of the universe...

That's right ladies and gentlemen, the Bubble-Hearthstone:

#showtooltip
/castsequence reset=2 Divine Shield,Hearthstone
:dribble:

if you got that as a macro you really are lazy :roflmao:
Maybe there\'s something to be said for being different. We are who we are. What more could we ask for?

Legolei

I'm not a big macro user, but these are the two macro's I use in ICC fights:

First, quick switch for Lord Marrowgar / Lich King
   /tar bone spike
/tar val'kyr
/attack
/petattack


No spell, it depends on what is available.

Second, for the first phase in the Lich King fight, tranq shot to remove rage
   #showtooltip Tranquilizing Shot
/cast [@mouseover] Tranquilizing Shot


This way I do not have to switch target.

TeaLeaf

I'd add, in 25 man LK you run a similar macro, but as you have 2 hunters alternating CDs you use focus macros to select 'your' target & avoid retargeting etc.
TL.
Wisdom doesn\'t necessarily come with age. Sometimes age just shows up all by itself.  (Tom Wilson)
Talent wins games, but teamwork and intelligence wins championships. (Michael Jordan)

Legolei

My current misdirect macro:

#showtooltip Misdirection
/cast [@mouseover,exists,nodead,help][@focus,exists,nodead,help][@playerpet,exists,nodead] Misdirection

Ranualf

Abolish Disease:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Abolish Disease

Binding Heal:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm] Binding Heal

CoH:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Circle of Healing

Fearward, NO mouseover conditional in this macro:
#showtooltip
/cast [target=target, exists, noharm][target=player] Fear Ward

Flash Heal:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Flash Heal

Greater Heal:
/stopcasting
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Greater Heal

Guardian Spirit, this macro will NOT cast GS on yourself if you have no mouseover or target:
#showtooltip
/cast [target=mouseover, exists][target=target, exists] Guardian Spirit
/in 10 /y GUARDIAN SPIRIT FADED!!!

- this macro will both cast GS and also announce when GS has ended in yell format

Penance (this will not work offensively!!!):
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Penance

Power Infusion:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Power Infusion

Prayer of Healing:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Prayer of Healing

Prayer of Mending:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Prayer of Mending

Pain Suppression, this macro will NOT cast PS on yourself if you have no mouseover or target:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm] Pain Suppression
/in 8 /y PAIN SUPPRESSION FADED!!!

- this macro will both cast PS and also announce when PS has ended in yell format

PW:Shield:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Power Word: Shield

Renew:
#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Renew

Dispel macro:
#showtooltip
/cast [target=mouseover, exists][target=target, exists] Dispel Magic

Mass Dispel, spam this button without cancelling the spell and retaining the big green thing
#showtooltip
/cast !Mass Dispel


all shamelesly ninja`d from another site
[SIGPIC][/SIGPIC]
Common sense is not a gift, it`s a punishment
As you have to deal with everyone who does not have it...

Azunai

I reckon they all go around the same basic structure Amber? :P

#showtooltip
/cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Your Heal Here


;-)
or Garrit, or Torgen. Also, Livestream.

Treach

Little macro shortener:

target= can be replaced with @ to help save space:

#showtooltip
 /cast [target=mouseover, exists, noharm][target=target, exists, noharm][target=player] Your Heal Here
 
Becomes:

#showtooltip
 /cast [@mouseover, exists, noharm][@target, exists, noharm][@player] Your Heal Here
 
and gives you some space to add modifiers to the macro.

JonnyAppleSeed

The jumping kitty... used to regen energy ... you need to run out of range but the Ravage will make up for it... It also puts you in the perfect position on a mob / boss and the cooldown is nice and quick

#showtooltip
/castsequence reset=12 Feral Charge(Cat Form), Ravage(Cat Form)!
It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire shakes, the shakes become a warning. It is by caffeine alone I set my mind in motion


pälsboll

execllent thinking there Jas. one button to smash on instead of two :D thanks

Grimnar

Quote from: pälsboll;342254execllent thinking there Jas. one button to smash on instead of two :D thanks

in that case for you:

Beserk including tigers fury
Quote#showtooltip Berserk
/use Tiger's Fury
/use Berserk

Skullbash
Quote[#showtooltip [noform][]Skull Bash(Cat Form)
/use [form:1,@focus,exists,nodead,harm] [form:1] Skull Bash(Bear Form); [form:3,@focus,exists,nodead,harm] [form:3] Skull Bash(Cat Form)

JonnyAppleSeed

one for my fire mage

/use 13
/use 14
/castsequence reset=target Living Bomb, Fireball, Fireball, Fireball, Fireball, Fireball, Living Bomb, Fireball, Fireball, Fireball, Fireball, Living Bomb, Fireball, Fireball, Fireball, Fireball

just add or take away a fireball dependent on your cast speed as you dont want to clip living bomb ... its nasty but it works :P
also remove the use 13/14 if you want to manualy pop your trinkets
It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire shakes, the shakes become a warning. It is by caffeine alone I set my mind in motion