PDA

View Full Version : Lightning bolt / round robin heal - would this work?



Fuzzyboy
05-28-2008, 04:54 AM
Toon 1:
/assist party1
/cast [nomod] Lightning Bolt
/castsequence [mod:shift] reset=30 Healing Wave,[target=party1] Lightning Bolt,Lightning Bolt,Lightning Bolt
/castsequence [mod:ctrl] reset=30 [target=party1]Healing Wave,,,
/cast [mod:alt] [target=party1]Healing Wave

Toon 2:
/assist party1
/cast [nomod] Lightning Bolt
/castsequence [mod:shift] reset=30 Lightning Bolt,[target=party1]Healing Wave,Lightning Bolt,Lightning Bolt
/castsequence [mod:ctrl] reset=30 ,[target=party1]Healing Wave,,
/cast [mod:alt] [target=party1]Healing Wave

Toon 3:
/assist party1
/cast [nomod] Lightning Bolt
/castsequence [mod:shift] reset=30 Lightning Bolt,Lightning Bolt,[target=party1]Healing Wave,Lightning Bolt
/castsequence [mod:ctrl] reset=30 ,,[target=party1]Healing Wave,
/cast [mod:alt] [target=party1]Healing Wave

Toon 4:
/assist party1
/cast [nomod] Lightning Bolt
/castsequence [mod:shift] reset=30 Lightning Bolt,Lightning Bolt,Lightning Bolt,[target=party1]Healing Wave
/castsequence [mod:ctrl] reset=30 ,,,[target=party1]Healing Wave
/cast [mod:alt] [target=party1]Healing Wave

If not - is there any way to make it possible? What I want is for my team (pala + 4 shammies) to dps while each time i click the button, 1 heal is cast?

Ken
05-28-2008, 05:14 AM
Why would you want to mix healing and damage spells in 1 macro? That really doesn't make sense.

I use:

/cast [target=focustarget,help,nomod][target=focus,nomod] Lesser Healing Wave
/cast [target=player,mod:alt] Lesser Healing Wave
/cast [target=focustarget,help,mod:shift][target=Willyam,mod:shift] Chain Heal

"Willyam" is changed per character. They all point to another character.
No modifier: heal focustarget or otherwhise focus
Alt modifier: self-heal
Shift modifier: chain heal focustarget, otherwhise all heal a different character

ElectronDF
05-28-2008, 05:53 AM
I don't use names or specifics in heals or attacks, I use focus for my main and have others assist. But for heals, I heal whoever the mob is hitting. Just incase someone pulls aggro. I use /cast [target=focus-target-target] SuperHeal. The focus is my main, the focus-target should be a mob and then the target of that should be who is getting hit.

I do use 1 key(macro) for attacks and 1 for heals. You could mix them if you wanted. There are probably 20 different ways to do things. I use spacers so not everyone heals at once (over healing and wasting mana).

#1 and #4 are mostly melee, #2 and #3 are mainly healer (owl gear, more resto stats), #5 is mostly caster.

So, 1st push has #2/#3 heal whoever is getting hurt

/castsequence [target=focus-target-target, exists] reset=combat/12 SmallHeal, , , , SmallHeal (doesn't give error if no one is selected and spacers so other heal in those times)

Next, #4/#5 heal

/castsequence [target=focus-target-target, exists] reset=combat/12 , SmallHeal , , , SmallHeal (#4's)

/castsequence [target=focus-target-target, exists] reset=combat/12 , , SmallHeal, , , SmallHeal (#5's)

You might have to fiddle with the times for reset and the commas to fit with what you want.



Just a macro note.

/castsequence [options go here] [another set of options go here] reset= Spell (you have to have options before reset)

Also, you can't do 2 actions on 2 different people in a castsequence.

/castsequence [mod:shift] reset=30 Healing Wave,[target=party1] Lightning Bolt,Lightning Bolt,Lightning Bolt (it is going to try to cast Healing Wave on that chars target if you press shift. If you don't, it will skip this whole rest of this line. So you can't heal and attack in the same castsequence---I think.)

Just to see if I am wrong about attack/heal, try:

/castsequence [mod:shift,target=party1][harm] reset=30 Healing Wave, Lightning Bolt, Lightning Bolt, Lightning Bolt (the harm is equivalent to target=target).

Not sure if that helped.

Toned
05-28-2008, 11:51 PM
I just have 2 LB bindings... 1 binding all 5 LB spam, 2nd binding all LB spam cept the main who has /cast [target=focustargettarget] lesser healing wave. I use it in heroics for healing earth elementals as needed and for just general healing. 5x lesser healing wave is 0 dps and lots of overhealing, so I'll spam 2 lesser healing waves and 8 lightning bolts instead off 2 casts :)

Ughmahedhurtz
05-28-2008, 11:54 PM
Keep in mind in all this that if you have two castsequence calls in one macro, they ALL get reset when switching to another one.