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

Problems with macro.

 
   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.

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..

"Self-Bandage" macro help... - I'm at a loss how to script a macro for my melee'ers to with a single keypress or I want a quick way to get some bandage healing in during the few seconds while I have a mob for instance, after using Gouge or Kidney..

whispering macro - As I (and mainly priest I have come to of the and to give me damage and Whenever I am in a crowded area I am spamming for druids who are willing to cast it on me, I then..
Next:  Macros  
Author Message
grallas

External


Since: Mar 12, 2007
Posts: 9



(Msg. 1) Posted: Tue Jun 26, 2007 9:56 am
Post subject: Problems with macro.
Archived from groups: alt>games>warcraft (more info?)

I tried to get this macro working but it seems to cast only the 'Holy Light'
and ignore the 'Blessing of Light'. WHy is this marco not working?

/castsequence reset=10 [target=player] Blessing of Light, [target=player]
Holy Light

Grallas

 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
Pragma

External


Since: Apr 12, 2007
Posts: 24



(Msg. 2) Posted: Tue Jun 26, 2007 10:03 am
Post subject: Re: Problems with macro. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2007-06-26, grallas <nevets19642002.TakeThisOut@yahoo.com> wrote:
> I tried to get this macro working but it seems to cast only the 'Holy Light'
> and ignore the 'Blessing of Light'. WHy is this marco not working?
>
> /castsequence reset=10 [target=player] Blessing of Light, [target=player]
> Holy Light

The only thing I can think of is to eliminate the [target=player] bits and try
that. I've got the interface option to auto-self-target enabled, so I never
have to concern myself w/ self-targetting, so that might help.

 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
Barry Freeman

External


Since: Nov 22, 2006
Posts: 802



(Msg. 3) Posted: Tue Jun 26, 2007 11:58 am
Post subject: Re: Problems with macro. [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
John Salerno

External


Since: Jan 18, 2005
Posts: 2608



(Msg. 4) Posted: Tue Jun 26, 2007 11:58 am
Post subject: Re: Problems with macro. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Barry Freeman wrote:

> Not very up on Macros myself, but maybe:
>
> /castsequence reset=10 [target=player] Blessing of Light;
> [target=player] Holy Light
>
> Note the ; between the two instead of ,
>
> I may be completely off the mark here and I'm at work so can't test
> it.

No, I think the semicolon will cause only one or the other to be cast,
depending on which condition is true. But since target=player is always
"true" anyway, it may still work, but doesn't seem ideal.

I'm not sure why the first one doesn't work. What it seems to be doing
is casting two spells on the player. Perhaps you can't have two
modifiers in a cast sequence like that, so yeah, maybe the semicolon
could work after all.

But on a separate note, what is the usefulness of this macro? Maybe I'm
not seeing the big picture right now, but BoL will last 5 minutes, so
why would you want to cast that again with each key press? Casting Holy
Light after it in this macro seems inefficient.
 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
grallas

External


Since: Mar 12, 2007
Posts: 9



(Msg. 5) Posted: Tue Jun 26, 2007 1:57 pm
Post subject: Re: Problems with macro. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

My idea behind the macro was that BoL would incresing my healing on a
target. At 40 Bol will increase healing up to 60.

Grallas


"John Salerno" <johnjsal.RemoveThis@NOSPAMgmail.com> wrote in message
news:46812390$0$26120$c3e8da3@news.astraweb.com...
> Barry Freeman wrote:
>
>> Not very up on Macros myself, but maybe:
>>
>> /castsequence reset=10 [target=player] Blessing of Light;
>> [target=player] Holy Light
>>
>> Note the ; between the two instead of ,
>>
>> I may be completely off the mark here and I'm at work so can't test
>> it.
>
> No, I think the semicolon will cause only one or the other to be cast,
> depending on which condition is true. But since target=player is always
> "true" anyway, it may still work, but doesn't seem ideal.
>
> I'm not sure why the first one doesn't work. What it seems to be doing is
> casting two spells on the player. Perhaps you can't have two modifiers in
> a cast sequence like that, so yeah, maybe the semicolon could work after
> all.
>
> But on a separate note, what is the usefulness of this macro? Maybe I'm
> not seeing the big picture right now, but BoL will last 5 minutes, so why
> would you want to cast that again with each key press? Casting Holy Light
> after it in this macro seems inefficient.
 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
Pragma

External


Since: Apr 12, 2007
Posts: 24



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

On 2007-06-26, grallas <nevets19642002.RemoveThis@yahoo.com> wrote:
> I tried to get this macro working but it seems to cast only the 'Holy Light'
> and ignore the 'Blessing of Light'. WHy is this marco not working?
>
> /castsequence reset=10 [target=player] Blessing of Light, [target=player]
> Holy Light

Not sure if you've read this article or not, but it was really helpful in
getting me started down the road of macro happiness Smile

(I broke the url in half -- you have to copy/paste)

http://www.wowinsider.com/2007/06/20/big-red-kitty-a-little-deeper-
with-hunter-macros/
 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
John Salerno

External


Since: Jan 18, 2005
Posts: 2608



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

grallas wrote:
> My idea behind the macro was that BoL would incresing my healing on a
> target. At 40 Bol will increase healing up to 60.

I figured that is the premise, but the way the macro will work (or the
way it *should* work as it is) is that you will cast BoL on yourself,
then when you press the key again, you cast HL on yourself. If you wait
10 seconds, pressing the key again will cast BoL once more.

So my point is, it doesn't seem to make sense to cast BoL in the
beginning of a macro like that, because you will continuously be casting
it when you only need to refresh it every 5 minutes.

Also, AFAIK, "target=player" means you will always cast the spell on
yourself, even if you have another target selected. But above you said
"increase my healing on a target", which suggests you intend to use this
macro on other characters. If so, then I think you are misusing
target=player.
 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
Kint :)

External


Since: Jun 11, 2007
Posts: 12



(Msg. 8) Posted: Tue Jun 26, 2007 8:01 pm
Post subject: Re: Problems with macro. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jun 26, 12:18 pm, "grallas" <nevets19642....RemoveThis@yahoo.com> wrote:
> My idea behind the macro was that BoL would incresing my healing on a
> target. At 40 Bol will increase healing up to 60.
>
> Grallas
>
> "John Salerno" <johnj....RemoveThis@NOSPAMgmail.com> wrote in message
>
> news:46812390$0$26120$c3e8da3@news.astraweb.com...
>
>
>
> > Barry Freeman wrote:
>
> >> Not very up on Macros myself, but maybe:
>
> >> /castsequence reset=10 [target=player] Blessing of Light;
> >> [target=player] Holy Light
>
> >> Note the ; between the two instead of ,
>
> >> I may be completely off the mark here and I'm at work so can't test
> >> it.
>
> > No, I think the semicolon will cause only one or the other to be cast,
> > depending on which condition is true. But since target=player is always
> > "true" anyway, it may still work, but doesn't seem ideal.
>
> > I'm not sure why the first one doesn't work. What it seems to be doing is
> > casting two spells on the player. Perhaps you can't have two modifiers in
> > a cast sequence like that, so yeah, maybe the semicolon could work after
> > all.
>
> > But on a separate note, what is the usefulness of this macro? Maybe I'm
> > not seeing the big picture right now, but BoL will last 5 minutes, so why
> > would you want to cast that again with each key press? Casting Holy Light
> > after it in this macro seems inefficient.- Hide quoted text -
>
> - Show quoted text -

If this is for buffing and healing yourself, and you wanted to do
this, maybe resetting by going in and out of combat would be better...

/castsequence [target=player] reset=combat Blessing of Light, Holy
Light

If you mean it for someone else you are healing then

/castsequence [help, nodead] reset=target Blessing of Light, Holy
Light

with that, your target must be a Friendly, and alive, and the sequence
starts over with each new Friendly target.

Kint
 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
clyde2688

External


Since: Jun 19, 2007
Posts: 27



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

Welcome to www.wowatm.com cheap wow gold, the cheapest wow gold to
our loyal and reliable customers. You may buy cheap gold wow here.
There is wow gold of sale; you can buy really cheap wow gold here. We
have mass available stock of gold wow on most of the servers, so that
we can do a really
http://www.wowatm.com
http://www.wowatm.com
 >> Stay informed about: Problems with macro. 
Back to top
Login to vote
grallas

External


Since: Mar 12, 2007
Posts: 9



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

Found out my problem was with the syntax of the macro

/castsequence [target=player] reset=10 Blessing of Light, Holy Light

btw thanks to Kint for posting different versions of the macro.

Grallas
"grallas" <nevets19642002.TakeThisOut@yahoo.com> wrote in message
news:yG7gi.978818$9i2.220158@fe06.news.easynews.com...
>I tried to get this macro working but it seems to cast only the 'Holy
>Light' and ignore the 'Blessing of Light'. WHy is this marco not working?
>
> /castsequence reset=10 [target=player] Blessing of Light, [target=player]
> Holy Light
>
> Grallas
>
 >> Stay informed about: Problems with macro. 
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 ]