Welcome to GameHourz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

macro: targeting not-dead mobs

 
   Game Forums (Home) -> WarCraft -> WOW Macros RSS
Related Topics:
targeting macro - I need a macro that will cycle through targets (like ''tab'') but without targeting pets, minions and totems. Anyone know of any? thanks

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..
Author Message
kerri

External


Since: Oct 30, 2007
Posts: 343



(Msg. 1) Posted: Mon Feb 25, 2008 6:40 pm
Post subject: macro: targeting not-dead mobs
Archived from groups: alt>games>warcraft (more info?)

I have a macro set up for auto-targeting during the Illhoof fight, and it
looks something like the following:

/tar Ill
/tar Kil
/tar Demo

I had a problem with the macro targeting Kil'rek's corpse so I modified it
as:

/tar Ill
/tar [nodead] Kil
/tar [nodead] Demo

(the [nodead] on the demon chains is a bit superfluous as I think they
despawn anyway)

However, when I used this macro, it still targeted Kil'rek's corpse,
requiring me to manually target Illhoof. What am I doing wrong?

-----------------------------------------------------------
Posted using Android Newsgroup Downloader:
.... http://www.sb-software.com/android
-----------------------------------------------------------

 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
steve.kaye

External


Since: Nov 19, 2004
Posts: 1457



(Msg. 2) Posted: Tue Feb 26, 2008 3:38 am
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 25 Feb, 18:40, ke....DeleteThis@spamsucks.com wrote:
> I have a macro set up for auto-targeting during the Illhoof fight, and it
> looks something like the following:
>
> /tar Ill
> /tar Kil
> /tar Demo
>
> I had a problem with the macro targeting Kil'rek's corpse so I modified it
> as:
>
> /tar Ill
> /tar [nodead] Kil
> /tar [nodead] Demo
>
> (the [nodead] on the demon chains is a bit superfluous as I think they
> despawn anyway)
>
> However, when I used this macro, it still targeted Kil'rek's corpse,
> requiring me to manually target Illhoof. What am I doing wrong?

The qualifier [nodead] says "do this command if my target is not dead"
- from the previous line your target is Illhoof and he's not dead so
he does nothing.

Maybe try this:

/tar Demo
/tar [dead] Kil
/tar [dead] Ill

That should try to target Demon Chains and if it's dead try to target
Kill'rek and if he's dead try to target Illhoof.

Disclaimer: This is just a suggestion and no warantee is supplied - I
am definatley not responsible for any wipe that may occur due to the
malfunctioning of this macro Razz

steve.kaye

 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
ImmortalCG

External


Since: Apr 24, 2007
Posts: 29



(Msg. 3) Posted: Tue Feb 26, 2008 6:10 am
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 25 Feb, 18:40, ke....TakeThisOut@spamsucks.com wrote:
> I have a macro set up for auto-targeting during the Illhoof fight, and it
> looks something like the following:
>
> /tar Ill
> /tar Kil
> /tar Demo
>
> I had a problem with the macro targeting Kil'rek's corpse so I modified it
> as:
>
> /tar Ill
> /tar [nodead] Kil
> /tar [nodead] Demo
>
> (the [nodead] on the demon chains is a bit superfluous as I think they
> despawn anyway)
>
> However, when I used this macro, it still targeted Kil'rek's corpse,
> requiring me to manually target Illhoof. What am I doing wrong?
>
> -----------------------------------------------------------
> Posted using Android Newsgroup Downloader:
>     ....http://www.sb-software.com/android
> -----------------------------------------------------------

Taken from wowwiki :

/cleartarget
/target Demon Chains
/stopmacro [nodead, harm]
/target Kil'rek
/stopmacro [nodead, harm]
/target Terestian Illhoof

CG
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
kerri

External


Since: Oct 30, 2007
Posts: 343



(Msg. 4) Posted: Tue Feb 26, 2008 6:48 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> The qualifier [nodead] says "do this command if my target is not dead"
> - from the previous line your target is Illhoof and he's not dead so
> he does nothing.

Ah, that makes sense. I was grasping at straws and assuming [nodead] meant to
only target the parameter if it was not dead. So now I see why that wasn't
working.

> /tar Demo
> /tar [dead] Kil
> /tar [dead] Ill

The problem with this is that if you're already targeting Illhoof, I don't
think it will ever switch targets to Kil'rek. (assuming I'm understanding the
[dead] correctly).

I think ImmortalCG's macro (from wowwiki) is the winner here. How I've read
that page a dozen times and not seen the macro is beyond me Smile

Thanks for the effort though, I understand how [dead] and [nodead] work much
better now!

-----------------------------------------------------------
Posted using Android Newsgroup Downloader:
.... http://www.sb-software.com/android
-----------------------------------------------------------
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
Lewis

External


Since: Jan 23, 2008
Posts: 203



(Msg. 5) Posted: Tue Feb 26, 2008 6:48 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
kerri

External


Since: Oct 30, 2007
Posts: 343



(Msg. 6) Posted: Tue Feb 26, 2008 7:00 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> /cleartarget
> /target Demon Chains
> /stopmacro [nodead, harm]
> /target Kil'rek
> /stopmacro [nodead, harm]
> /target Terestian Illhoof

Ah, that ought to work. Out of curiousity, what is the need for the [harm]?
Is it there a way to render any of these such that they are not harmful? You
can't enslave Kil'rek, can you?

... and now for a harder problem. My Eagle Boss macro for ZA looks like this:

/tar soar

/castsequence Curse Of Agony, Seed of Corruption

The problem is, it occasionally targets dead eagles. We can't use the same
trick we used for the Illhoof macro, because all the eagles (dead or alive)
have the same name (Soaring Eagle, I think).


-----------------------------------------------------------
Posted using Android Newsgroup Downloader:
.... http://www.sb-software.com/android
-----------------------------------------------------------
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
kerri

External


Since: Oct 30, 2007
Posts: 343



(Msg. 7) Posted: Tue Feb 26, 2008 8:16 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> /tar [target:exists,nodead] Kil
> /tar [target:exists,nodead] Ill

I get "Unknown macro option: target" when I try that.

Thanks


-----------------------------------------------------------
Posted using Android Newsgroup Downloader:
.... http://www.sb-software.com/android
-----------------------------------------------------------
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
PV

External


Since: May 18, 2006
Posts: 4033



(Msg. 8) Posted: Tue Feb 26, 2008 9:00 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Lewis <gkreme.TakeThisOut@gmail.com> writes:
>/tar Demo
>/tar [target:exists,nodead] Kil
>/tar [target:exists,nodead] Ill

No "target:" in an actual targeting command (redundant).

I seem to remember that the options are checked first, so you probably want
to do the chains target last. Also, why bother targeting kil'rek? Just
ignore him - he blows up real good from the SoC spam. *
--
* PV something like badgers--something like lizards--and something
like corkscrews.
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
kerri

External


Since: Oct 30, 2007
Posts: 343



(Msg. 9) Posted: Tue Feb 26, 2008 9:59 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> I seem to remember that the options are checked first, so you probably want
> to do the chains target last. Also, why bother targeting kil'rek? Just
> ignore him - he blows up real good from the SoC spam. *

My usual technique is to alternate between SoC and Shadowbolt (the shadowbolt
pops the SoC). I suppose I could do this on Illhoof the whole time instead of
Kil'rek, but it works equally well on Kil'rek, and we burn him down quicker
with me helping.

I suppose the alternative is just to spread the SoCs around on the little
imps and do away with the shadowbolt, but I've found this does less damage,
as many SoCs expire without popping because the imps are too low on health.

Regardless, it's nice to find a general solution to the problem for future
encounters where this may be an issue (such as the ZA eagle boss fight I
talked about in another message in this thread)

-----------------------------------------------------------
Posted using Android Newsgroup Downloader:
.... http://www.sb-software.com/android
-----------------------------------------------------------
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
steve.kaye

External


Since: Nov 19, 2004
Posts: 1457



(Msg. 10) Posted: Tue Feb 26, 2008 11:28 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 26 Feb, 19:00, ke... DeleteThis @spamsucks.com wrote:
> > /cleartarget
> > /target Demon Chains
> > /stopmacro [nodead, harm]
> > /target Kil'rek
> > /stopmacro [nodead, harm]
> > /target Terestian Illhoof
>
> Ah, that ought to work. Out of curiousity, what is the need for the [harm]?
> Is it there a way to render any of these such that they are not harmful? You
> can't enslave Kil'rek, can you?

This is because of the semi-random nature of /target. If the demon
chains weren't there you could end up targeting a random raid member
that the client thinks best matches Demon Chains. The [harm] bit
prevents that. (Try /target kjerhre in a city - it will probably
target someone and you'll probably have a job working out why that
person was selected in my experience)

> .. and now for a harder problem. My Eagle Boss macro for ZA looks like this:
>
> /tar soar
>
> /castsequence Curse Of Agony, Seed of Corruption
>
> The problem is, it occasionally targets dead eagles. We can't use the same
> trick we used for the Illhoof macro, because all the eagles (dead or alive)
> have the same name (Soaring Eagle, I think).

Pass, sorry. Have you tried turning on nameplates and click
targeting? Razz

steve.kaye
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
PhilHibbs

External


Since: Apr 23, 2007
Posts: 122



(Msg. 11) Posted: Wed Feb 27, 2008 4:47 am
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

ke... RemoveThis @spamsucks.com wrote:
> The problem is, it occasionally targets dead eagles. We can't use the same
> trick we used for the Illhoof macro, because all the eagles (dead or alive)
> have the same name (Soaring Eagle, I think).

/target just picks the closest mob whose name matches. If a dead eagle
lands at your feet you would have to move away for your macro to work.
Shame you can't skin them.

Hoofu, 70 tauren shaman, Argent Dawn (EU)
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
PhilHibbs

External


Since: Apr 23, 2007
Posts: 122



(Msg. 12) Posted: Wed Feb 27, 2008 4:50 am
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Ah, that ought to work. Out of curiousity, what is the need for the [harm]?
> Is it there a way to render any of these such that they are not harmful? You
> can't enslave Kil'rek, can you?

[harm] is just there as a quick way of checking that the target has
locked on. If it has, then your target will be harmable. If it hasn't,
then you will have no target and so it will pass on to the next line.
I don't think nodead is needed as a dead target can't be harmed (and
harm does mean "can I harm it", not "will it harm me", as it is true
for yellow mobs).

Hoofu, 70 tauren shaman, Argent Dawn (EU)
 >> Stay informed about: macro: targeting not-dead mobs 
Back to top
Login to vote
Lewis

External


Since: Feb 27, 2008
Posts: 2



(Msg. 13) Posted: Wed Feb 27, 2008 8:12 am
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
PV

External


Since: May 18, 2006
Posts: 4033



(Msg. 14) Posted: Wed Feb 27, 2008 5:08 pm
Post subject: Re: macro: targeting not-dead mobs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

kerri.DeleteThis@spamsucks.com writes:
>My usual technique is to alternate between SoC and Shadowbolt (the shadowbolt
>pops the SoC). I suppose I could do this on Illhoof the whole time instead of
>Kil'rek, but it works equally well on Kil'rek, and we burn him down quicker
>with me helping.

With the raid constantly hitting illhoof, there is no time that a seed on
him lasts long enough for you to cast another one. Just keep them going on
illhoof, and kil'rek will get blasted along with the imps. Do not spread
the seeds around.

>Regardless, it's nice to find a general solution to the problem for future
>encounters where this may be an issue (such as the ZA eagle boss fight I
>talked about in another message in this thread)

In a number of places, using SoC on the main target works well to get rid
of the adds too. It works quite well on the lion cubs in ZA too. *
--
* PV something like badgers--something like lizards--and something
like corkscrews.
 >> Stay informed about: macro: targeting not-dead mobs 
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 ]