Log in

View Full Version : mass team cleanse macro



roflstomp
09-13-2010, 05:47 AM
im looking for a macro to cleanse just my team no one else



/cast [target=dòntbescared] cleanse
/cast [target=dóntbescared] cleanse
/cast [target=dôntbescared] cleanse
/cast [target=dõntbescared] cleanse
/cast [target=döntbescared] cleanse

doesnt work lol what would

zenga
09-13-2010, 07:48 AM
off the top of my head, this should work:

macro1:
/Click ActionButton1
/Click ActionButton2
/Click ActionButton3
/Click ActionButton4
/Click ActionButton5

macro 2
/castsequence reset=alt [target=party1, exists,nodead] cleanse,,,,
macro 3
/castsequence reset=alt [target=party2, exists,nodead] ,cleanse,,,
macro 4
/castsequence reset=alt [target=party3, exists,nodead] ,,cleanse,,
macro 5
/castsequence reset=alt [target=party4, exists,nodead] ,,,cleanse,
macro 6
/castsequence reset=alt [target=party5, exists,nodead] ,,,,cleanse

each keypress it will jump to the next partymember (or replace partyX with the actual name of the toon), and when using alt it will reset

MiRai
09-13-2010, 02:40 PM
Commas go away in about 2 months, probably best to find an alternative solution.

Fat Tire
09-13-2010, 03:00 PM
Commas go away in about 2 months, probably best to find an alternative solution.

Aye, same for cleanse unless you are boxing a team of holy paladins.

Alemi
09-13-2010, 04:15 PM
Aye, same for cleanse unless you are boxing a team of holy paladins.

Beyond that, dispels are set to go off whether or not there's something to dispel so spamming it will just be a mana sink.

Toned
09-15-2010, 10:30 AM
Very simple solution... Use click and grid and just click dispell ><

Fat Tire
09-15-2010, 11:16 AM
Very simple solution... Use click and grid and just click dispell ><

Yes that would be a good idea and it would work atleast until they release 4.0 from the ptr, say what 2-3 weeks?

dk-ret teams should learn to love their fears/polys/novas/snares(non-poison) :D

Simulacra
09-16-2010, 02:53 AM
doesn't

/targetparty spellname

work anymore?

tripleboxed
09-16-2010, 06:34 AM
Commas go away in about 2 months, probably best to find an alternative solution.Rather roll with isboxer then

Simulacra
09-17-2010, 02:08 AM
doesn't

/targetparty spellname

work anymore?

Checked. /targetparty and /targetraid still appear to be valid, the details should be here (http://www.dual-boxing.com/www.worldofwarcraft.com/info/basics/macroguide-one.html)
why not use this instead of overcomplicating it with castequences or click macros or insist on using isboxer when there's an actual wow command that will do it for you?
or do you guys just love to overcomplicate things? ;)

Maxion
09-21-2010, 04:25 PM
Checked. /targetparty and /targetraid still appear to be valid, the details should be here (http://www.dual-boxing.com/www.worldofwarcraft.com/info/basics/macroguide-one.html)
why not use this instead of overcomplicating it with castequences or click macros or insist on using isboxer when there's an actual wow command that will do it for you?
or do you guys just love to overcomplicate things? ;)

Because /targetparty and /targetraid don't target yourself.

Simulacra
09-22-2010, 03:04 AM
Because /targetparty and /targetraid don't target yourself.

Of course. You need to add a bit of code to make it work, like:


/cast [mod:ctrl,target=player] Cleanse spell
/stopmacro [mod:ctrl]
/targetparty
/cast Cleanse spell

found that on here somewhere back in 08.
With ctrl is just targets player, otherwise it targets the party.