|
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: Problems with macro.
|
| Author |
Message |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 1) Posted: Thu Aug 09, 2007 12:43 am
Post subject: A little macro help Archived from groups: alt>games>warcraft (more info?)
|
|
|
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 hotkey to just cast PW:F on them?
Thanks. >> Stay informed about: A little macro help |
|
| Back to top |
|
 |  |
External

Since: Aug 08, 2007 Posts: 1
|
(Msg. 2) Posted: Thu Aug 09, 2007 12:43 am
Post subject: Re: A little macro help [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Aug 9, 12:43 pm, John Salerno <johnj....DeleteThis@NOSPAMgmail.com> wrote:
> 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 hotkey to just cast PW:F on them?
>
> Thanks.
i think u should create a different macro
or just move away shift >> Stay informed about: A little macro help |
|
| Back to top |
|
 |  |
External

Since: Jun 04, 2007 Posts: 196
|
(Msg. 3) Posted: Thu Aug 09, 2007 1:04 am
Post subject: Re: A little macro help [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 9 Aug, 05:43, John Salerno <johnj....TakeThisOut@NOSPAMgmail.com> wrote:
> 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 hotkey to just cast PW:F on them?
>
> Thanks.
That macro works on your target anyway - why not just shift cast it as
you do on yourself?
I always have to look these things up on wowwiki when I do them. Have
you looked at the macros page there?
steve.kaye >> Stay informed about: A little macro help |
|
| Back to top |
|
 |  |
External

Since: Jun 01, 2007 Posts: 17
|
(Msg. 4) Posted: Thu Aug 09, 2007 1:56 am
Post subject: Re: A little macro help [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Aug 9, 2:43 pm, John Salerno <johnj....DeleteThis@NOSPAMgmail.com> wrote:
> 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 hotkey to just cast PW:F on them?
>
> Thanks.
This should do the trick.
/cast [modifier:shift] Power Word: Fortitude
/stopmacro [modifier:shift]
/castsequence reset=5 Touch of Weakness, Inner Fire, Power Word:
Fortitude >> Stay informed about: A little macro help |
|
| Back to top |
|
 |  |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 5) Posted: Thu Aug 09, 2007 12:31 pm
Post subject: Re: A little macro help [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
steve.kaye wrote:
> On 9 Aug, 05:43, John Salerno <johnj... RemoveThis @NOSPAMgmail.com> wrote:
>> 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 hotkey to just cast PW:F on them?
>>
>> Thanks.
>
> That macro works on your target anyway - why not just shift cast it as
> you do on yourself?
>
> I always have to look these things up on wowwiki when I do them. Have
> you looked at the macros page there?
Hmm, hard to know if I found what I need but the [help] modifier might
work. I'll try that out.
Otherwise I could stick to the Shift option like I have it. >> Stay informed about: A little macro help |
|
| Back to top |
|
 |  |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 6) Posted: Thu Aug 09, 2007 12:37 pm
Post subject: Re: A little macro help [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Salerno wrote:
> steve.kaye wrote:
>> On 9 Aug, 05:43, John Salerno <johnj....RemoveThis@NOSPAMgmail.com> wrote:
>>> 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 hotkey to just cast PW:F on them?
>>>
>>> Thanks.
>> That macro works on your target anyway - why not just shift cast it as
>> you do on yourself?
>>
>> I always have to look these things up on wowwiki when I do them. Have
>> you looked at the macros page there?
>
> Hmm, hard to know if I found what I need but the [help] modifier might
> work. I'll try that out.
>
> Otherwise I could stick to the Shift option like I have it.
Yeah, this seems to work so far:
/castsequence [help] Power Word: Fortitude; reset=5 Touch of Weakness,
Inner Fire, Power Word: Fortitude >> Stay informed about: A little macro help |
|
| Back to top |
|
 |  |
|