 |
|
 |
|
Next: hunter pvp macro
|
| Author |
Message |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 1) Posted: Sat Dec 02, 2006 9:52 pm
Post subject: help with a macro? Archived from groups: alt>games>warcraft (more info?)
|
|
|
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 Armor on myself
cast Arcane Intellect on myself
activate Find Herbs
cast Conjure Food
cast Conjure Water
It may not be necessary to do them all in one. The first two I do when I
log in, after I die, and when they run out. The third I do after I die.
The last two I do when I log in.
Any advice for how to handle these routine things?
Thanks! >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Jan 02, 2006 Posts: 375
|
(Msg. 2) Posted: Sun Dec 03, 2006 2:56 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"John Salerno" <johnjsal RemoveThis @NOSPAMgmail.com> wrote in message
news:45723c39$0$17924$c3e8da3@news.astraweb.com...
> 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 Armor on myself
> cast Arcane Intellect on myself
> activate Find Herbs
> cast Conjure Food
> cast Conjure Water
>
> It may not be necessary to do them all in one. The first two I do when I
> log in, after I die, and when they run out. The third I do after I die.
> The last two I do when I log in.
>
> Any advice for how to handle these routine things?
>
> Thanks!
No, its not possible to cast multiple spells in the one macro (or more
generally to perform multiple types of actions) >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Dec 03, 2006 Posts: 2
|
(Msg. 3) Posted: Sun Dec 03, 2006 4:46 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thomas Jespersen wrote:
> On Sat, 02 Dec 2006 21:52:12 -0500, John Salerno wrote:
>
>
> > Any advice for how to handle these routine things?
>
> Try Autobuff for the buffs:
>
> http://wow.curse-gaming.com/en/files/details/1770/autobuff-emerald/
>
> For conjuring I am quite sure some addons exist but I never used any
> myself. Perhaps Quanjure does what you want:
>
> http://wow.curse-gaming.com/en/files/details/4111/quanjure/
I think only one spell at a time
[DivineVicegerent u626464]
Games that I like to play
<a href=http://www.gamestotal.com/>Multiplayer Online Games</a> <a
href=http://www.gamestotal.com/>Strategy Games</a><br><a
href=http://uc.gamestotal.com/>Unification Wars</a> - <a
href=http://uc.gamestotal.com/>Massive Multiplayer Online
Games</a><br><a href=http://gc.gamestotal.com/>Galactic Conquest</a> -
<a href=http://gc.gamestotal.com/>Strategy Games</a><br><a
href=http://www.stephenyong.com/runescape.htm>Runescape</a><br><a
href=http://www.stephenyong.com/kingsofchaos.htm>Kings of chaos</a><br> >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: May 05, 2005 Posts: 1080
|
(Msg. 4) Posted: Sun Dec 03, 2006 12:01 pm
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sun, 3 Dec 2006 17:23:48 +1030, "Vladesch"
<vladxxxesch DeleteThis @interxxxnode.oxxxn.net> wrote:
>"John Salerno" <johnjsal DeleteThis @NOSPAMgmail.com> wrote in message
>news:45723c39$0$17924$c3e8da3@news.astraweb.com...
>> 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 Armor on myself
>> cast Arcane Intellect on myself
>> activate Find Herbs
>> cast Conjure Food
>> cast Conjure Water
>>
>> It may not be necessary to do them all in one. The first two I do when I
>> log in, after I die, and when they run out. The third I do after I die.
>> The last two I do when I log in.
>>
>> Any advice for how to handle these routine things?
>>
>> Thanks!
>
>No, its not possible to cast multiple spells in the one macro (or more
>generally to perform multiple types of actions)
>
It will be after the next patch. They are killing off lots of
"intelligent" behaviour, but they are also opening lots of new
options.
The page is a bit messily written, but you can read more here:
http://www.wowwiki.com/Most_used_macros (scroll down to "2.0 Macro
Guide").
Basically you will want to put this into a macro:
/castsequence Frost Armor, Arcane Intellect, Find Herbs
Then you will cast all three by pressing that button three times.
Perhaps put in a "reset=10" or something just before "Frost Armor".
Another example, taken from that wiki page, is this:
/castsequence reset=combat/target Corruption, Immolate, Curse of Agony
It will cast all three of your DoTs in sequence, but the sequence gets
reset back to the start if you either leave combat or change target.
--
Regards
Simon Nejmann >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 5) Posted: Sun Dec 03, 2006 12:01 pm
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Simon Nejmann wrote:
> On Sun, 3 Dec 2006 17:23:48 +1030, "Vladesch"
> <vladxxxesch.RemoveThis@interxxxnode.oxxxn.net> wrote:
>
>> "John Salerno" <johnjsal.RemoveThis@NOSPAMgmail.com> wrote in message
>> news:45723c39$0$17924$c3e8da3@news.astraweb.com...
>>> 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 Armor on myself
>>> cast Arcane Intellect on myself
>>> activate Find Herbs
>>> cast Conjure Food
>>> cast Conjure Water
>>>
>>> It may not be necessary to do them all in one. The first two I do when I
>>> log in, after I die, and when they run out. The third I do after I die.
>>> The last two I do when I log in.
>>>
>>> Any advice for how to handle these routine things?
>>>
>>> Thanks!
>> No, its not possible to cast multiple spells in the one macro (or more
>> generally to perform multiple types of actions)
>>
> It will be after the next patch. They are killing off lots of
> "intelligent" behaviour, but they are also opening lots of new
> options.
>
> The page is a bit messily written, but you can read more here:
> http://www.wowwiki.com/Most_used_macros (scroll down to "2.0 Macro
> Guide").
>
> Basically you will want to put this into a macro:
> /castsequence Frost Armor, Arcane Intellect, Find Herbs
>
> Then you will cast all three by pressing that button three times.
> Perhaps put in a "reset=10" or something just before "Frost Armor".
>
> Another example, taken from that wiki page, is this:
> /castsequence reset=combat/target Corruption, Immolate, Curse of Agony
>
> It will cast all three of your DoTs in sequence, but the sequence gets
> reset back to the start if you either leave combat or change target.
>
Very interesting. It's too bad you still need to press it each time
(although this is a good feature in general, just not for what I want),
but maybe that will allow me to put everything into one macro (food,
water, etc.) and just use a reset when I don't need those things.
Thanks! >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Sep 26, 2005 Posts: 445
|
(Msg. 6) Posted: Sun Dec 03, 2006 12:01 pm
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 7) Posted: Sun Dec 03, 2006 3:12 pm
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Salerno wrote:
> 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:
Also, what is the command to eat and drink? I've tried a few things, but
they don't work.
Thanks. >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Aug 14, 2005 Posts: 4805
|
(Msg. 8) Posted: Sun Dec 03, 2006 4:59 pm
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sun, 03 Dec 2006 15:12:55 -0500, John Salerno <johnjsal DeleteThis @NOSPAMgmail.com>
wrote:
>John Salerno wrote:
>> 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:
>
>Also, what is the command to eat and drink? I've tried a few things, but
>they don't work.
Just right-click on the food or drink. Or drag it to an actionbar and click
on it there.
--
EU-Draenor:
Balgair - Human Rogue (lvl 60)
Sagart - Undead Priest (lvl 60)
Sealgair - Dwarf Hunter (lvl 51)
Sgoildubh - Human Mage (lvl 44)
Beag - Dwarf Paladin (lvl 42) >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 9) Posted: Sun Dec 03, 2006 9:59 pm
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Catriona R wrote:
> On Sun, 03 Dec 2006 15:12:55 -0500, John Salerno <johnjsal.RemoveThis@NOSPAMgmail.com>
> wrote:
>
>> John Salerno wrote:
>>> 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:
>> Also, what is the command to eat and drink? I've tried a few things, but
>> they don't work.
>
> Just right-click on the food or drink. Or drag it to an actionbar and click
> on it there.
But I wanted to add eating and drinking to a macro so I can do both with
one click. I'm wondering what those commands would be. >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Nov 19, 2004 Posts: 1559
|
(Msg. 10) Posted: Mon Dec 04, 2006 12:11 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Salerno wrote:
> But I wanted to add eating and drinking to a macro so I can do both with
> one click. I'm wondering what those commands would be.
I think that "/use <foodname>" eats the food. I don't know if you can
do two /use commands in one macro and have them both work with on
keypress though.
steve.kaye >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Aug 14, 2005 Posts: 4805
|
(Msg. 11) Posted: Mon Dec 04, 2006 3:56 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sun, 03 Dec 2006 21:59:40 -0500, John Salerno <johnjsal RemoveThis @NOSPAMgmail.com>
wrote:
>Catriona R wrote:
>> On Sun, 03 Dec 2006 15:12:55 -0500, John Salerno <johnjsal RemoveThis @NOSPAMgmail.com>
>> wrote:
>>
>>> John Salerno wrote:
>>>> 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:
>>> Also, what is the command to eat and drink? I've tried a few things, but
>>> they don't work.
>>
>> Just right-click on the food or drink. Or drag it to an actionbar and click
>> on it there.
>
>But I wanted to add eating and drinking to a macro so I can do both with
>one click. I'm wondering what those commands would be.
Ah, I see - it can probably be done but I've never considered it, there's
so many times when I only need one that it seems a waste of food or water
to always do both!
--
EU-Draenor:
Balgair - Human Rogue (lvl 60)
Sagart - Undead Priest (lvl 60)
Sealgair - Dwarf Hunter (lvl 52)
Sgoildubh - Human Mage (lvl 44)
Beag - Dwarf Paladin (lvl 42) >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Nov 19, 2004 Posts: 1559
|
(Msg. 12) Posted: Mon Dec 04, 2006 7:44 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Salerno wrote:
> steve.kaye wrote:
> > John Salerno wrote:
> >
> >> But I wanted to add eating and drinking to a macro so I can do both with
> >> one click. I'm wondering what those commands would be.
> >
> > I think that "/use <foodname>" eats the food. I don't know if you can
> > do two /use commands in one macro and have them both work with on
> > keypress though.
> >
> > steve.kaye
> >
>
> I tried /use but that didn't work, unless maybe you can't do it with
> conjured items.
Sorry, perhaps I should have pointed out that this is only relevant
after the next patch.
steve.kaye >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 13) Posted: Mon Dec 04, 2006 9:16 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Catriona R wrote:
> On Sun, 03 Dec 2006 21:59:40 -0500, John Salerno <johnjsal DeleteThis @NOSPAMgmail.com>
> wrote:
>
>> Catriona R wrote:
>>> On Sun, 03 Dec 2006 15:12:55 -0500, John Salerno <johnjsal DeleteThis @NOSPAMgmail.com>
>>> wrote:
>>>
>>>> John Salerno wrote:
>>>>> 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:
>>>> Also, what is the command to eat and drink? I've tried a few things, but
>>>> they don't work.
>>> Just right-click on the food or drink. Or drag it to an actionbar and click
>>> on it there.
>> But I wanted to add eating and drinking to a macro so I can do both with
>> one click. I'm wondering what those commands would be.
>
> Ah, I see - it can probably be done but I've never considered it, there's
> so many times when I only need one that it seems a waste of food or water
> to always do both!
That was my initial thought, but since I can conjure food and water,
it's not really a waste of money! >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Jan 18, 2005 Posts: 2608
|
(Msg. 14) Posted: Mon Dec 04, 2006 9:16 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
steve.kaye wrote:
> John Salerno wrote:
>
>> But I wanted to add eating and drinking to a macro so I can do both with
>> one click. I'm wondering what those commands would be.
>
> I think that "/use <foodname>" eats the food. I don't know if you can
> do two /use commands in one macro and have them both work with on
> keypress though.
>
> steve.kaye
>
I tried /use but that didn't work, unless maybe you can't do it with
conjured items. >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
External

Since: Aug 14, 2005 Posts: 4805
|
(Msg. 15) Posted: Mon Dec 04, 2006 10:58 am
Post subject: Re: help with a macro? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mon, 04 Dec 2006 09:16:21 -0500, John Salerno <johnjsal RemoveThis @NOSPAMgmail.com>
wrote:
>Catriona R wrote:
>> Ah, I see - it can probably be done but I've never considered it, there's
>> so many times when I only need one that it seems a waste of food or water
>> to always do both!
>
>That was my initial thought, but since I can conjure food and water,
>it's not really a waste of money!
Fair point  Good luck finding one then, if you do get one I may try it
on my own mage
--
EU-Draenor:
Balgair - Human Rogue (lvl 60)
Sagart - Undead Priest (lvl 60)
Sealgair - Dwarf Hunter (lvl 52)
Sgoildubh - Human Mage (lvl 44)
Beag - Dwarf Paladin (lvl 42) >> Stay informed about: help with a macro? |
|
| Back to top |
|
 |  |
| Related Topics: | 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 <key> to Reel fish in, instead of using mouse. PS, does anyone else find fishing for a long time Makes...
"Self-Bandage" macro help... - I'm at a loss how to script a macro for my melee'ers to 'auto-bandage' with a single keypress or button-click- I want a quick way to get some bandage healing in during the few seconds while I have a mob stunned... for instance, after using Gouge or Kidne...
whispering macro - As I thin-skinned (and mainly cloth-armoured) priest I have come to appreciate "Mark of the wild" and "Thorns" to give me additional damage and protection. Whenever I am in a crowded area I am spamming for druids who are willing to ca...
Whispering from macro - A while ago I asked how to whisper someone from a macro depending on my target. In the meantime I have found a way and thought I would share it with you. While you can use %T to refer to a target in your message, you cannot use it to address a whisper t...
Macro question - Does ayone know if it is possible to write a macro to dismount and enter stealth? That would be really handy for PvP. It seems like it should be possible since dismounting is really canceling a skill and not starting one. |
|
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
|
|
|
|
 |
|
|