PDA

View Full Version : [WoW] How can use the Lava Surge (Ele Shaman) proc if I'm multiboxing?



BulletLatus
04-09-2013, 04:10 PM
This is the current DPS macro I'm using.

/cast Auto Attack
/castsequence reset=11 Flame Shock, Lava Burst, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning

However, I cannot take advantage of the Lava Surge proc, because if I add /cast Lava Burst to the bottom of the macro, it causes the macro to stall.

I've read people who multibox Elemental Shamans can use Lava Burst in there DPS macros...

Lyonheart
04-09-2013, 04:40 PM
you can place lavaburst on its own button and have ISboxer ( if you use it. you should be! ) spam it and your main dps key at the same time.. or make it a 2nd step.

BulletLatus
04-09-2013, 04:45 PM
you can place lavaburst on its own button and have ISboxer ( if you use it. you should be! ) spam it and your main dps key at the same time.. or make it a 2nd step.

I use PwnBoxer, so am I suppost to spam it alongside my main DPS key? Could you please take my macro and re-work it, because I don't know what you mean.

Lyonheart
04-09-2013, 04:57 PM
Not sure how pwnboxer works.. but with isboxer you can make a key map that spams more than one button at a time. Also, i do not use a macro.. i apply flame shock manually..i have LB on one button and laveburst on another. When i spam '1" isboxer spams 1 AND 2. I do it in two steps, worked great for me. I am not subbed to WoW atm.. im playing EQ2.

Khatovar
04-09-2013, 11:56 PM
Use /swapactionbar (http://www.dual-boxing.com/threads/34310-Holy-crap!-Switch-Action-Bars) or /click (http://www.dual-boxing.com/threads/46687-bot-i-think-so?p=360338&viewfull=1#post360338). Place the macro for Lava Burst on another key, change your macros to either include

/changeactionbar # - swaps to another action bar in the range of 1-6. This is the same as the default ingame paging. If you put your main macro on action bar 1 and your second on action bar 2, your first macro will read along the lines of


/castsequence reset=11 Flame Shock, Lava Burst, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning
/changeactionbar 2

This will try to cast from the main cast sequence and change your action bar to actionbar 2. Your second macro will read


/cast Lava Burst
/changeactionbar 1

This will try to cast Lava Burst and change your action bar back to 1.

/swapactionbar # # - toggles between 2 action bars. This is pretty much the same as above, but uses one command to change back and forth


/castsequence reset=11 Flame Shock, Lava Burst, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning
/swapactionbar 1 2


/cast Lava Burst
/swapactionbar 1 2

I personally think it's a little more messy this way, especially if you're using more than 2 "steps".

/click - used to call another macro from your current macro instead of physically swapping the action bars in game. In this case, you have your normal macro, plus the /click command


/castsequence reset=11 Flame Shock, Lava Burst, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning
/click ActionButton3

You'd then put a normal Lava Burst on another key, in this case button 3 and whenever you call the macro, it will try to cast the castsequence and Lava Burst on button 3.


/cast Lava Burst

Use the command /fstack in game and mouse over the button that you placed your proc on to get the Button Name for the /click part.


You can also try altering your current macro as the fall-thru castsequence does still work in some cases. As Elemental, you have no need for autoattack. Also, having Lava Burst as part of the /castsequence will always cause lockups if it's on cooldown and because Lava Surge can cause the cooldown to be reset at any time, you could end up with a reset at the end of the castsequence and then be locked out for up to 8 seconds.


/castsequence reset=11 Flame Shock, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning, Chain Lightning
/cast Lava Burst

With the fall-thru macro and the "spell queueing" from the Custom Lag Tolerance option, you can fairly reliably get Lava Burst to try and cast between each successive spell in the castsequence. I just posted a similar macro (http://www.dual-boxing.com/threads/49155-5-druid-experience?p=378834&viewfull=1#post378834) to this for tldr's Moonkins.


Adjusting your Custom Lag Tolerance to get a little bit of leeway for spell queueing can be a very big help in most cases and I'd highly suggest playing around with it a bit in addition to the macro changes.

RSM72
04-10-2013, 02:38 AM
I changed most of my fallthrough macros to priority kind and those work quiet reliably for shamans.


/castsequence reset=target Flame Shock,null
/castsequence reset=0.3 0,Lava Burst
/castsequence reset=5 Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Earth Shock
The above is just an example for Lava Burst and not my complete elemental rotation.

rfarris
08-06-2013, 02:52 PM
[QUOTE=RSM72;379848]

/castsequence reset=target Flame Shock,null
/castsequence reset=0.3 0,Lava Burst
/castsequence reset=5 Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Earth Shock
I'm not level 34 yet so I don't have Lava Burst. Can I call this macro and NOT lockup?

I ask because I'd like to add it now, and then in a couple of days when I hit 34 I'd automatically start taking advantage of Lava Burst without having to go back and update the macro.

Khatovar
08-07-2013, 12:56 AM
/castsequence reset=target Flame Shock,null
/castsequence reset=0.3 0,Lava Burst
/castsequence reset=5 Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Earth Shock
I'm not level 34 yet so I don't have Lava Burst. Can I call this macro and NOT lockup?

I ask because I'd like to add it now, and then in a couple of days when I hit 34 I'd automatically start taking advantage of Lava Burst without having to go back and update the macro.


You can always just try it yourself. If it doesn't work, throw # in front of the Lava Burst Line and remove the # when you get Lava Burst.



/castsequence reset=target Flame Shock,null
#/castsequence reset=0.3 0,Lava Burst
/castsequence reset=5 Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Earth Shock

RSM72
08-07-2013, 04:26 AM
Its more likely that the macro will seem to lock up because you change target while flameshock is still on cooldown.

Andreauk
08-07-2013, 09:02 AM
There are some macros on lazymacro.com site that are good 1 button mashes.

Ñightsham
08-08-2013, 11:36 AM
There are some macros on lazymacro.com site that are good 1 button mashes.
http://wowlazymacros.com/