Welcome to GameHourz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Conditional focus macro

 
   Game Forums (Home) -> WarCraft -> WOW Macros RSS
Next:  macros for a druid  
Author Message
Urbin

External


Since: Jun 07, 2005
Posts: 898



(Msg. 1) Posted: Tue Jun 26, 2007 7:28 pm
Post subject: Conditional focus macro
Archived from groups: alt>games>warcraft (more info?)

I have been looking at some macro possiblities and saw that I could do

/cast [target=focus] Shackles (or along those lines)

to cast Shackles on my focus instead of my target. This would be very
usefule also for the diverting shot of my hunter and a few others. However,
I would prefer not to have to use two short cuts, one that uses the spell on
my target and another one that casts it on my focus.

So what I am really looking for is some macro that casts the spell on the
focus if I have one and on my target otherwise.

Is this possible to do and if so, what would such a macro need to look like?

Thanks for any tips
Cheers
Urbin

--
Dun Morogh-EU (PvE)
Urbin (70), Dwarven Hunter | Sunh (70), Nightelven Priest
Mymule (35), Gnomish Warlock | Juran (33), Nightelven Druid
Surana (14), Draenei Mage | Gera (26), Human Paladin

 >> Stay informed about: Conditional focus macro 
Back to top
Login to vote
Pragma

External


Since: Apr 12, 2007
Posts: 24



(Msg. 2) Posted: Tue Jun 26, 2007 7:28 pm
Post subject: Re: Conditional focus macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2007-06-26, Urbin <urbin.TakeThisOut@dunmorogh.eu> wrote:
>
> I have been looking at some macro possiblities and saw that I could do
>
> /cast [target=focus] Shackles (or along those lines)
>
> to cast Shackles on my focus instead of my target. This would be very
> usefule also for the diverting shot of my hunter and a few others. However,
> I would prefer not to have to use two short cuts, one that uses the spell on
> my target and another one that casts it on my focus.
>
> So what I am really looking for is some macro that casts the spell on the
> focus if I have one and on my target otherwise.
>
> Is this possible to do and if so, what would such a macro need to look like?

You could use the [nomodifier] and [modifier:shift] pair to have a macro
that does two different things, depending upon whether you hold down
shift when you click the button or not.

Credit where it's due -- I read it here (you have to unbreak the line-wrap)

http://www.wowinsider.com/2007/06/20/big-red-kitty-a-little-deeper-
with-hunter-macros/

 >> Stay informed about: Conditional focus macro 
Back to top
Login to vote
Kint :)

External


Since: Jun 11, 2007
Posts: 12



(Msg. 3) Posted: Tue Jun 26, 2007 9:39 pm
Post subject: Re: Conditional focus macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jun 26, 3:28 pm, Urbin <u....TakeThisOut@dunmorogh.eu> wrote:
> I have been looking at some macro possiblities and saw that I could do
>
> /cast [target=focus] Shackles (or along those lines)
>
> to cast Shackles on my focus instead of my target. This would be very
> usefule also for the diverting shot of my hunter and a few others. However,
> I would prefer not to have to use two short cuts, one that uses the spell on
> my target and another one that casts it on my focus.
>
> So what I am really looking for is some macro that casts the spell on the
> focus if I have one and on my target otherwise.
>
> Is this possible to do and if so, what would such a macro need to look like?
>
> Thanks for any tips
> Cheers
> Urbin
>
> --
> Dun Morogh-EU (PvE)
> Urbin (70), Dwarven Hunter | Sunh (70), Nightelven Priest
> Mymule (35), Gnomish Warlock | Juran (33), Nightelven Druid
> Surana (14), Draenei Mage | Gera (26), Human Paladin

Misdirection
/cast [target=focus,exists,help,nodead] Misdirection; [Help,nodead]
Misdirection

Shackle
/cast [target=focus,exists,harm,nodead] Shackle; [harm,nodead] Shackle

For both of these, if you have a focus and it's not dead, then it will
cast misdirection on the Focus, otherwise the current target as long
as the target isn't dead.
 >> Stay informed about: Conditional focus macro 
Back to top
Login to vote
clyde2688

External


Since: Jun 19, 2007
Posts: 27



(Msg. 4) Posted: Wed Jun 27, 2007 4:38 am
Post subject: Re: Conditional focus macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Taking some heavy AOE damage? Better hope you have a priest.

Really long fight with just the tank taking damage? A pally would be
great here! They offer the longevity for healing a really long time,
going out of mana way after the others have had to stop healing and
wait for their mana to regen.

There is no all out "best" healer, in my opinion.
http://www.wowatm.com
http://www.wowatm.com
 >> Stay informed about: Conditional focus macro 
Back to top
Login to vote
Urbin

External


Since: Jun 07, 2005
Posts: 898



(Msg. 5) Posted: Wed Jun 27, 2007 11:34 am
Post subject: Re: Conditional focus macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 26 Jun 2007 14:33:59 -0500, Pragma wrote:
> On 2007-06-26, Urbin <urbin.TakeThisOut@dunmorogh.eu> wrote:
> >
> > I have been looking at some macro possiblities and saw that I could do
> >
> > /cast [target=focus] Shackles (or along those lines)
> >
> > to cast Shackles on my focus instead of my target. This would be very
> > usefule also for the diverting shot of my hunter and a few others. However,
> > I would prefer not to have to use two short cuts, one that uses the spell on
> > my target and another one that casts it on my focus.
> >
> > So what I am really looking for is some macro that casts the spell on the
> > focus if I have one and on my target otherwise.
> >
> > Is this possible to do and if so, what would such a macro need to look like?
>
> You could use the [nomodifier] and [modifier:shift] pair to have a macro
> that does two different things, depending upon whether you hold down
> shift when you click the button or not.

Thanks, but that is really what I don't want. I want to be able to use the
same key (no modifiers).

> Credit where it's due -- I read it here (you have to unbreak the line-wrap)
>
> http://www.wowinsider.com/2007/06/20/big-red-kitty-a-little-deeper-
> with-hunter-macros/

I'll check it out anyway, I am sure they have other interesting stuff Smile

Cheers
Urbin

--
Dun Morogh-EU (PvE)
Urbin (70), Dwarven Hunter | Sunh (70), Nightelven Priest
Mymule (35), Gnomish Warlock | Juran (33), Nightelven Druid
Surana (14), Draenei Mage | Gera (26), Human Paladin
 >> Stay informed about: Conditional focus macro 
Back to top
Login to vote
Urbin

External


Since: Jun 07, 2005
Posts: 898



(Msg. 6) Posted: Wed Jun 27, 2007 11:35 am
Post subject: Re: Conditional focus macro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 26 Jun 2007 21:39:27 -0000, Kint Smile wrote:
> On Jun 26, 3:28 pm, Urbin <u....DeleteThis@dunmorogh.eu> wrote:
> > I have been looking at some macro possiblities and saw that I could do
> >
> > /cast [target=focus] Shackles (or along those lines)
> >
> > to cast Shackles on my focus instead of my target. This would be very
> > usefule also for the diverting shot of my hunter and a few others. However,
> > I would prefer not to have to use two short cuts, one that uses the spell on
> > my target and another one that casts it on my focus.
> >
> > So what I am really looking for is some macro that casts the spell on the
> > focus if I have one and on my target otherwise.
> >
> > Is this possible to do and if so, what would such a macro need to look like?
>
> Misdirection
> /cast [target=focus,exists,help,nodead] Misdirection; [Help,nodead]
> Misdirection
>
> Shackle
> /cast [target=focus,exists,harm,nodead] Shackle; [harm,nodead] Shackle
>
> For both of these, if you have a focus and it's not dead, then it will
> cast misdirection on the Focus, otherwise the current target as long
> as the target isn't dead.

Cool, exactly what I was looking for.

Cheers
Urbin

--
Dun Morogh-EU (PvE)
Urbin (70), Dwarven Hunter | Sunh (70), Nightelven Priest
Mymule (35), Gnomish Warlock | Juran (33), Nightelven Druid
Surana (14), Draenei Mage | Gera (26), Human Paladin
 >> Stay informed about: Conditional focus macro 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Sheep focus macro? - Ok, all this talk about focus and macros has me looking to try to make one for sheep-watching when partied. What I need is a sheeping-button replacement macro that: a) casts sheep on the target; and b) sets focus on that target so I can keep half an eye....

help with a macro? - Hi guys. So I've been playing WoW since Tuesday and I'm having a great time so far! Now, I'm trying to automate something that has become a regular occurrence for me when I log on. Is it possible to write a macro that does these things: cast Frost..

macro help - I have this macro that I wrote: /castsequence reset=3 Thorns, Mark of the Wild How can I edit it so that it will only cast MotW (and skip Thorns) if I hold down the shift key while pressing the hotkey? Thanks.

A little macro help - I have this macro to cast on myself: /castsequence [modifier:Shift] Power Word: Fortitude; reset=5 Touch of Weakness, Inner Fire, Power Word: Fortitude How do I need to modify this so that if I have a friendly target selected, I can use the same..

Macro help - Right now I have this macro: /castsequence [modifier:Shift] Power Word: Fortitude; reset=5 Inner FIre, Power Word: Fortitude I use the modifier so I can cast PW:F on other players. But is there a way for me to simply be able to press the macro key..
   Game Forums (Home) -> WarCraft -> WOW Macros All times are: Ekaterinburg, Islamabad, Karachi, Tashkent (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]