Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can /castsequence work on different targets?

1,827 views
Skip to first unread message

John Gordon

unread,
Nov 12, 2010, 11:32:00 AM11/12/10
to
Can I make a /castsequence macro that will cast a given spell on a
different target with each keypress?

I tried this:

/castsequence [@party1] Heal, [@party2] Heal, [@party3] Heal

But it kept casting Heal on the same person.

--
John Gordon A is for Amy, who fell down the stairs
gor...@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"

IYM

unread,
Nov 12, 2010, 12:00:36 PM11/12/10
to
John Gordon wrote:
> Can I make a /castsequence macro that will cast a given spell on a
> different target with each keypress?
>
> I tried this:
>
> /castsequence [@party1] Heal, [@party2] Heal, [@party3] Heal
>
> But it kept casting Heal on the same person.
>

I am 99.99% sure that you can't have a castsequence target people. I may
be wrong though.

If it's for healing, it sure sounds like somthing like the very core of
a healing add-on (Healbot / Vuhdoo) where you map your heals to hot
keys or mouse clicks and click on names to cast the heals....

John Gordon

unread,
Nov 12, 2010, 12:07:45 PM11/12/10
to
In <ibjrfm$nad$1...@news.eternal-september.org> IYM <"S U N risr"@optonline.net> writes:

> If it's for healing, it sure sounds like somthing like the very core of
> a healing add-on (Healbot / Vuhdoo) where you map your heals to hot
> keys or mouse clicks and click on names to cast the heals....

Yes, it's for healing. And I do already use grid+clique.

However, my mouse arm has been aching a lot lately, so I wondered if there
was a way to cast power word: shield on the entire raid one at a time with
keypresses instead of mouse clicks.

C J Campbell

unread,
Nov 12, 2010, 12:32:18 PM11/12/10
to
On 2010-11-12 08:32:00 -0800, John Gordon said:

> Can I make a /castsequence macro that will cast a given spell on a
> different target with each keypress?
>
> I tried this:
>
> /castsequence [@party1] Heal, [@party2] Heal, [@party3] Heal
>
> But it kept casting Heal on the same person.

How about /castsequence [reset=target] Heal

You would still have to change targets, but you could map a key to
that. This way you could have a whole sequence of spells you cast on a
target, with the sequence resetting every time you change target.

--
Waddling Eagle
World Famous Flight Instructor

John Gordon

unread,
Nov 12, 2010, 12:40:45 PM11/12/10
to
In <2010111209321842577-christophercampbellremovethis@hotmailcom> C J Campbell <christophercam...@hotmail.com> writes:

> This way you could have a whole sequence of spells you cast on a target

I don't want a sequence of spells on a target; I want one spell on a
sequence of targets.

Catriona R

unread,
Nov 12, 2010, 1:23:59 PM11/12/10
to

On Fri, 12 Nov 2010 17:40:45 +0000 (UTC), John Gordon
<gor...@panix.com> wrote:

>In <2010111209321842577-christophercampbellremovethis@hotmailcom> C J Campbell <christophercam...@hotmail.com> writes:
>
>> This way you could have a whole sequence of spells you cast on a target
>
>I don't want a sequence of spells on a target; I want one spell on a
>sequence of targets.

Don't think it works on rest of raid but for you party: F1, (shield
keybind), F2, (shield), etc to F5 works. Otherwise keybind spells with
mouseover macros and just move the mouse over the person? A lot less
work on a stressed hand than using mouseclicks to cast, at least.
--
EU-Draenor:
Sagart (80 Undead Priest)
Balgair (80 Human Rogue)
Tairbh (80 Tauren Druid)
Buinne (80 Troll Shaman)
Ruire (80 Blood Elf Paladin)

Dave Weaver

unread,
Nov 15, 2010, 5:21:33 AM11/15/10
to
On 2010-11-12, John Gordon <gor...@panix.com> wrote:
> Can I make a /castsequence macro that will cast a given spell on a
> different target with each keypress?
>
> I tried this:
>
> /castsequence [@party1] Heal, [@party2] Heal, [@party3] Heal
>
> But it kept casting Heal on the same person.
>

As far as I know you a /castsequence can only have one target for the whole
sequence.

I don't know if this works since 4.0.1, but pre-4.0.1 you could work around it
by using 3 /castsequence commands in one macro:

/castsequence [@party1] Heal,,
/castsequence [@party2] ,Heal,
/castsequence [@party3] ,,Heal

This works because when the /castsequence hits an empty clause it does nothing
and falls through to the next command in the macro.

I have a nagging suspicion that I read something somwhere about the empty
clauses in /castsequence commands being changed in 4.0.1, though, so it may
not work any more.

As an aside, why do you need a macro like this? It doesn't seem very useful to me.

--
Zil, Holy Priest, Whact, Stormrage (EU)

John Gordon

unread,
Nov 15, 2010, 10:26:04 AM11/15/10
to
In <4ce109ad$0$2512$db0f...@news.zen.co.uk> Dave Weaver <zen1...@zen.co.uk> writes:

> As an aside, why do you need a macro like this? It doesn't seem very
> useful to me.

My guild is working on Lich King and I play a disc priest, so one of my main
jobs is to cast Power Word: Shield on everyone.

Clicking on everyone's Grid square is a lot of mouse movement, and (perhaps
no coincidence) my mouse arm has been aching lately.

So, I wondered if there was a way to cast PW:S on the whole raid with a
keybind instead of ten separate mouse movements and clicks. (I used Heal
in my question because it's shorter to type than Power Word: Shield.)

0 new messages