Log in

View Full Version : Cloud this work as a all in one macro



tripleboxed
12-18-2009, 07:32 PM
Cloud this work?

/assist focus
/run SetCVar("Sound_EnableSFX","0")
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
/run SetCVar("Sound_EnableSFX","1")
/castsequence Flame Shock,,,,,,,,,,,
/castsequence Lava Bolt,,,,,,,,,,,
/castsequence Chain Lightning,,,,,,,,,
/cast Lightning Bolt

tripleboxed
12-18-2009, 08:02 PM
seems like my slaves are only casting flame shock with this macro why is this guy how cloud this be fixed? thanks

Fizzler
12-18-2009, 08:08 PM
I am assuming that the /click macro's are the 4 macro's at the bottom of the list?

If that is the case the reason this is not working is you are not staggering your spell.

Stealing from Fur's post you want to do this or something similiar.



/assist focus
/run SetCVar("Sound_EnableSFX","0")
/cast elemental mastery
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
/run SetCVar("Sound_EnableSFX","1")

1st button
/castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
2nd button
/castsequence reset=combat lava burst,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
3rd button
/castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,
4th button
/cast lightning bolt

tripleboxed
12-18-2009, 08:35 PM
Thanks Fizz

Okay so its working smooth like this.

Slaves
1st button
/castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
3rd button
/castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,
4th button
/assist focus
/run SetCVar("Sound_EnableSFX","0")
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
/run SetCVar("Sound_EnableSFX","1")
/cast lightning bolt

I took lava brust out cause i currently dont have that spell on my shammys so i cast button 4 frist so my toons can attack as well is this correct guys?

Ualaa
12-19-2009, 07:06 AM
So, this is the spam macro:

/assist focus
/run SetCVar("Sound_EnableSFX","0")
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
/run SetCVar("Sound_EnableSFX","1")

And it calls...

1) /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

3) /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,

4) /cast lightning bolt

It should work fine.
I'd consider putting /use 13 and /use 14 in there, for automatic trinket use, on every cooldown.
Similarly, consider including /cast Elemental Mastery in there too.

You can leave Lava Burst in the macro on Click2 or take it out.
Since you don't have it, it cannot fire, so it won't mess with your macro.
And then at 75th, when you get it, it's already built into the macro.

I assume, the commas are the correct number for your personal spam speed.

Head over to a target dummy.
Drop your mana totem, totem of wrath and wrath of air totem.
Drag the three spells out of the spell book.
Spam away with your macro.

Observe, the Flame Shock is not recast, until it has expired.
Add commas if necessary, to allow it to tick the full duration.
I'd consider changing this to reset=target, instead of reset=combat.
It can get "stuck" on this macro, with =target.
But, the recast is 6 seconds, which is relatively fast, and it will allow for a Flame Shock on target #2, without needing to wait for 18 seconds of commas.
Also, remove commas if there's a noticeable delay after Flame Shock finishes, before the next is cast.

Do the same with Chain Lightning, except keep the reset=combat.
Since this is a hard recast delay, and not something which we just don't want to recast.
Add or remove commas as necessary to tweak it.

For Lightning Bolt, you just need to test that it will fire off, while the others are on cooldown.
This is the fall through, so that's about all there is to that.

tripleboxed
12-19-2009, 09:36 AM
okay i did as you said but when i try to spam the macro as i put it on number 5 on all my toons they cast nothing im confused


So, this is the spam macro:

/assist focus
/run SetCVar("Sound_EnableSFX","0")
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
/run SetCVar("Sound_EnableSFX","1")

And it calls...

1) /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

3) /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,

4) /cast lightning bolt

It should work fine.
I'd consider putting /use 13 and /use 14 in there, for automatic trinket use, on every cooldown.
Similarly, consider including /cast Elemental Mastery in there too.

You can leave Lava Burst in the macro on Click2 or take it out.
Since you don't have it, it cannot fire, so it won't mess with your macro.
And then at 75th, when you get it, it's already built into the macro.

I assume, the commas are the correct number for your personal spam speed.

Head over to a target dummy.
Drop your mana totem, totem of wrath and wrath of air totem.
Drag the three spells out of the spell book.
Spam away with your macro.

Observe, the Flame Shock is not recast, until it has expired.
Add commas if necessary, to allow it to tick the full duration.
I'd consider changing this to reset=target, instead of reset=combat.
It can get "stuck" on this macro, with =target.
But, the recast is 6 seconds, which is relatively fast, and it will allow for a Flame Shock on target #2, without needing to wait for 18 seconds of commas.
Also, remove commas if there's a noticeable delay after Flame Shock finishes, before the next is cast.

Do the same with Chain Lightning, except keep the reset=combat.
Since this is a hard recast delay, and not something which we just don't want to recast.
Add or remove commas as necessary to tweak it.

For Lightning Bolt, you just need to test that it will fire off, while the others are on cooldown.
This is the fall through, so that's about all there is to that.

Fursphere
12-19-2009, 12:57 PM
Ualaa nailed it - go play with a target dummy and "tune" your macros.

The exact format isn't as critical as getting them tuned correctly.

Ualaa
12-19-2009, 03:08 PM
MultiBarRightButton1 - This refers to the further right, of the two vertical bars, in the default wow interface. If you press Escape, then click Interface, then Action Bars, click the options to make all your bars visible.

Button 1 - This is the first button, and counting downwards, the last button is Button12.

The Castsequence for Flame Shock, needs to be put on Button1.
And then LvB on Button2, C.Lightning on Button3, and L.Bolt on Button4.