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

Sheep Focus Macro (Help)

 
   Game Forums (Home) -> WarCraft -> WOW Macros RSS
Related Topics:
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 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: 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: Power Word: 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: Power Word: 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..

Fishing Macro - Is there a macro to help with Fishing? I dont want a bot, just get bored waiting for Float to bob down, is there any way of maybe assigning a to Reel fish in, instead of using mouse. PS, does anyone else find fishing for a long time Makes u fall..
Next:  The 'Tide is high at Fan Boy Three this weekend  
Author Message
Fabio T.

External


Since: Nov 07, 2007
Posts: 4



(Msg. 1) Posted: Thu Jan 17, 2008 9:18 am
Post subject: Sheep Focus Macro (Help)
Archived from groups: alt>games>warcraft (more info?)

i need please a focus sheep macro for my mage but i dont find one that work
correctly after the last patch 2.3.2

Thank for help Smile

 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Indiana Joe

External


Since: May 09, 2005
Posts: 239



(Msg. 2) Posted: Thu Jan 17, 2008 9:18 am
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <fmndr2$iv7$1@aioe.org>, "Fabio T." <fai_il_bravo.DeleteThis@capito.it>
wrote:

> i need please a focus sheep macro for my mage but i dont find one that work
> correctly after the last patch 2.3.2

Are you using the one from the WoW Wiki? It's not working for me
either.

http://www.wowwiki.com/Useful_macros/Mage#Sheep_Focus

--
Joe Claffey | "In the end, everything is a gag."
indianajoe3.DeleteThis@comcast.net | - Charlie Chaplin

 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
lcpltom

External


Since: Dec 12, 2007
Posts: 283



(Msg. 3) Posted: Thu Jan 17, 2008 9:18 am
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 17, 8:49 am, "Fabio T." <fai_il_br... RemoveThis @capito.it> wrote:
> > Are you using the one from the WoW Wiki? It's not working for me
> > either.
>
> >http://www.wowwiki.com/Useful_macros/Mage#Sheep_Focus
>
> yes, i have tried use wow-wiki macro, but not work... Sad

I had a macro set up for my banish. Wish I could remember it off the
top of my head. Basically, with no focus, it sets the focus on your
current target and casts banish. The next time you use it, if your
target is still alive, it automatically targets it and casts banish.

I also haven't tried it since patch 2.3.2, but I don't remember
reading about any macro changes in that patch either.
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
lcpltom

External


Since: Dec 12, 2007
Posts: 283



(Msg. 4) Posted: Thu Jan 17, 2008 9:22 am
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

/clearfocus [modifier:alt]
/focus [target=focus,noexists]; [target=focus,dead] /clearfocus
[target=focus,help] /stopcasting
/cast[target=focus,exists,harm] Polymorph;

Its been modified from a seduce macro posted here previously.

Holding alt while you use this clears your previous focus and sets the
new focus on your current target.

If your focus does not exist or is dead, automatically clears that
focus and sets the focus on your current target.

If the focus exists and is alive, targets the focus and casts
polymorph.

I don't know if there is any way of switching back to your previous
target after sheeping. That part I believe you would have to do
manually. Perhaps adding an assist to the end of the macro to target
the tank, then target his target, would e a good addition, maybe no
putting you back on the target you had previous to the re-sheep, or
maybe not even the target marked for DPS, but at least puts you back
in the general neighborhood of where you should be attacking.
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
lcpltom

External


Since: Dec 12, 2007
Posts: 283



(Msg. 5) Posted: Thu Jan 17, 2008 9:50 am
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 17, 12:26 pm, Catriona R <catrionarNOS....RemoveThis@totalise.co.uk>
wrote:
> On Thu, 17 Jan 2008 09:22:39 -0800 (PST), lcpltom <lcpl....RemoveThis@gmail.com>
> wrote:
>
>
>
> >/clearfocus [modifier:alt]
> >/focus [target=focus,noexists]; [target=focus,dead] /clearfocus
> >[target=focus,help] /stopcasting
> >/cast[target=focus,exists,harm] Polymorph;
>
> >Its been modified from a seduce macro posted here previously.
>
> >Holding alt while you use this clears your previous focus and sets the
> >new focus on your current target.
>
> >If your focus does not exist or is dead, automatically clears that
> >focus and sets the focus on your current target.
>
> >If the focus exists and is alive, targets the focus and casts
> >polymorph.
>
> >I don't know if there is any way of switching back to your previous
> >target after sheeping. That part I believe you would have to do
> >manually. Perhaps adding an assist to the end of the macro to target
> >the tank, then target his target, would e a good addition, maybe no
> >putting you back on the target you had previous to the re-sheep, or
> >maybe not even the target marked for DPS, but at least puts you back
> >in the general neighborhood of where you should be attacking.
>
> Why would you use a macro to target the focus and cast the spell, when you
> can use a macro to cast a spell on your focus without changing target?
> Seems more convenient to do it without changing target in the first place
> to me - my focus macros are very simple, one macro that is simply:
>
> /focus
>
> and another that is:
>
> /cast [target=focus] Shackle Undead
>
> (Obviously insert your CC of choice there) But I've never seen any need for
> anything more complex, those do exactly what I want, and don't change my
> target while I'm in the middle of a fight.
> --
> EU-Draenor:
> Balgair - Human Rogue (lvl 70)
> Naomh - Draenei Priest (lvl 70)
> Rosad - Human Warlock (lvl 70)
> Sealgair - Dwarf Hunter (lvl 70)
> Sagart - Undead Priest (lvl 70)
> Eilnich - Blood Elf Warlock (lvl 60)
> Beag - Dwarf Paladin (lvl 60)
> Sgoildubh - Human Mage (lvl 53)
> Cathach - Gnome Warrior (lvl 30)

See my Banish (which I replaced Banish with Polymorph) macro above.
When I use that to re-banish, it changes my target. Its possible its
a glitch, I haven't used it very often. Maybe my original target died
and the banish target got off an attack on me before the spell
finished. I can't remember.

Why would you want a macro to do more than just cast? If you need to
change targets fast, for some people its easier to use a modifier and
run 1 macro instead of having to run 2 macros with no modifier. If I
need to change my banish target to another target before my original
banish target is dead (rarely ever happens) all I have to do is hold
alt and click Banish on my toolbar. Now I am set to banish the new
target whenever I need to.
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Aboo

External


Since: Apr 17, 2007
Posts: 131



(Msg. 6) Posted: Thu Jan 17, 2008 10:10 am
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 17, 11:33 am, candid... DeleteThis @gmail.com (Candido) wrote:
> Catriona R <catrionarNOS... DeleteThis @totalise.co.uk> wrote:
> > /focus
>
> I think you can simply bind a key on focus instead of create a macro.
>
> > /cast [target=focus] Shackle Undead
>
> I'm using this (with sheep, ofc).
> --
> Candido


I have never been able to get a single key-binding to work in WoW...
makes it very frustrating trying to PvP using all my abilities when I
have to manually target/click players to Blind them. Sad
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Fabio T.

External


Since: Nov 07, 2007
Posts: 4



(Msg. 7) Posted: Thu Jan 17, 2008 2:49 pm
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Are you using the one from the WoW Wiki? It's not working for me
> either.
>
> http://www.wowwiki.com/Useful_macros/Mage#Sheep_Focus


yes, i have tried use wow-wiki macro, but not work... Sad
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Catriona R

External


Since: Aug 14, 2005
Posts: 4636



(Msg. 8) Posted: Thu Jan 17, 2008 5:26 pm
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 17 Jan 2008 09:22:39 -0800 (PST), lcpltom <lcpltom.RemoveThis@gmail.com>
wrote:

>/clearfocus [modifier:alt]
>/focus [target=focus,noexists]; [target=focus,dead] /clearfocus
>[target=focus,help] /stopcasting
>/cast[target=focus,exists,harm] Polymorph;
>
>Its been modified from a seduce macro posted here previously.
>
>Holding alt while you use this clears your previous focus and sets the
>new focus on your current target.
>
>If your focus does not exist or is dead, automatically clears that
>focus and sets the focus on your current target.
>
>If the focus exists and is alive, targets the focus and casts
>polymorph.
>
>I don't know if there is any way of switching back to your previous
>target after sheeping. That part I believe you would have to do
>manually. Perhaps adding an assist to the end of the macro to target
>the tank, then target his target, would e a good addition, maybe no
>putting you back on the target you had previous to the re-sheep, or
>maybe not even the target marked for DPS, but at least puts you back
>in the general neighborhood of where you should be attacking.

Why would you use a macro to target the focus and cast the spell, when you
can use a macro to cast a spell on your focus without changing target?
Seems more convenient to do it without changing target in the first place
to me - my focus macros are very simple, one macro that is simply:

/focus

and another that is:

/cast [target=focus] Shackle Undead

(Obviously insert your CC of choice there) But I've never seen any need for
anything more complex, those do exactly what I want, and don't change my
target while I'm in the middle of a fight.
--
EU-Draenor:
Balgair - Human Rogue (lvl 70)
Naomh - Draenei Priest (lvl 70)
Rosad - Human Warlock (lvl 70)
Sealgair - Dwarf Hunter (lvl 70)
Sagart - Undead Priest (lvl 70)
Eilnich - Blood Elf Warlock (lvl 60)
Beag - Dwarf Paladin (lvl 60)
Sgoildubh - Human Mage (lvl 53)
Cathach - Gnome Warrior (lvl 30)
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Indiana Joe

External


Since: May 09, 2005
Posts: 239



(Msg. 9) Posted: Thu Jan 17, 2008 5:26 pm
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1q3vo358jckof815c05f8ke9cno4vp6ar2.RemoveThis@4ax.com>,
Catriona R <catrionarNOSPAM.RemoveThis@totalise.co.uk> wrote:

> Seems more convenient to do it without changing target in the first place
> to me - my focus macros are very simple, one macro that is simply:
>
> /focus
>
> and another that is:
>
> /cast [target=focus] Shackle Undead
>
> (Obviously insert your CC of choice there)

That does work, although it's less elegant than a one-macro solution.
Thanks for the help.

--
Joe Claffey | "In the end, everything is a gag."
indianajoe3.RemoveThis@comcast.net | - Charlie Chaplin
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
John Gordon

External


Since: Nov 19, 2004
Posts: 1382



(Msg. 10) Posted: Thu Jan 17, 2008 6:26 pm
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In <a8a8f638-3638-4cd5-88bc-2ccc360b9c38 RemoveThis @v67g2000hse.googlegroups.com> Aboo <jhemphill RemoveThis @gmail.com> writes:

> I have never been able to get a single key-binding to work in WoW...
> makes it very frustrating trying to PvP using all my abilities when I
> have to manually target/click players to Blind them. Sad

All of the standard action bars are key-bindable. The main bar is bound
to 1 thru = by default, and you can bind the other bars from the
Keybindings menu.

--
John Gordon A is for Amy, who fell down the stairs
gordon RemoveThis @panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Candido

External


Since: Oct 11, 2007
Posts: 145



(Msg. 11) Posted: Thu Jan 17, 2008 6:33 pm
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Catriona R <catrionarNOSPAM RemoveThis @totalise.co.uk> wrote:

> /focus

I think you can simply bind a key on focus instead of create a macro.

> /cast [target=focus] Shackle Undead

I'm using this (with sheep, ofc).
--
Candido
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Miikka

External


Since: Oct 03, 2007
Posts: 139



(Msg. 12) Posted: Fri Jan 18, 2008 4:23 am
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Catriona R <catrionarNOSPAM RemoveThis @totalise.co.uk> wrote:
> Why would you use a macro to target the focus and cast the spell, when you
> can use a macro to cast a spell on your focus without changing target?
> Seems more convenient to do it without changing target in the first place
> to me - my focus macros are very simple, one macro that is simply:
>
> /focus
>
> and another that is:
>
> /cast [target=focus] Shackle Undead

I'm using the same kind of macro for my warlock. Mainly because
my other keybindings utilises greatly CTRL and ALT keys and I'm
usually utilising Focus on very different situations, so I'd
need the extra keybind for it anyway.

--
"Clothes make the man. Naked people have little or no influence on
society." -Mark Twain
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
gerryq

External


Since: Jan 08, 2008
Posts: 134



(Msg. 13) Posted: Fri Jan 18, 2008 8:45 am
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 17, 5:33 pm, candid....TakeThisOut@gmail.com (Candido) wrote:
> Catriona R <catrionarNOS....TakeThisOut@totalise.co.uk> wrote:
> > /focus
>
> I think you can simply bind a key on focus instead of create a macro.
>
> > /cast [target=focus] Shackle Undead
>
> I'm using this (with sheep, ofc).

That's what I do too, and it works, but I want to get one where I can
focus/refocus on the current target and sheep it if shift is pressed
(while if shift is not pressed it just sheeps the focus). I think I
don't understand the macro language well enough because it never seems
to work out. I will try the one posted above.

The problem with two separate keystrokes is that you lose a split
second when you have to sheep fast on an aggroed target. If you don't
have yet another key for pure undadorned "sheep target" you have to
set the focus and then use the "sheep focus" macro.

- Gerry Quinn
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Candido

External


Since: Oct 11, 2007
Posts: 145



(Msg. 14) Posted: Fri Jan 18, 2008 7:19 pm
Post subject: Re: Sheep Focus Macro (Help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

gerryq <gerryq.DeleteThis@indigo.ie> wrote:

> The problem with two separate keystrokes is that you lose a split
> second when you have to sheep fast on an aggroed target. If you don't
> have yet another key for pure undadorned "sheep target" you have to
> set the focus and then use the "sheep focus" macro.

Yes, could be a problem, but actually I'm used to that. I got the focus
on G key (italian keyboard, should be the same key on the US) so is
pretty close to the QWEASD keys used to move.

And sometimes I'm using the focus for something else then just sheeping,
i.e. I focus tank to see how he's going, or I focus the boss when I'm on
some kind of adds etc. So i can sheep without to clear that focus.
--
Candido
 >> Stay informed about: Sheep Focus Macro (Help) 
Back to top
Login to vote
Display posts from previous:   
   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 ]