PDA

View Full Version : [WoW] Sham click rotation macro with switching relic



Thundris
08-15-2010, 01:42 PM
Hi, I want to switch totems during spell rotation ,but when i try for example:

/cast Auto Attack
/use 13
/use 14
/click BT4Button117
/cast Elemental Mastery
/click BT4Button118
/click BT4Button119
/click BT4Button120

17:
/equip totem1
/castsequence reset=combat/target flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,

18:
/equip totem2
/castsequence reset=combat lava burst,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

19:
/equip totem3
/castsequence reset=combat chain lightning,,,,,,,,,,,,,,,

20:
/equip totem3
/cast Lightning Bolt

there was problem between casting few Lightning Bolt in the end of rotation. i like to keep totem3 but in some reason macro toggles between totem2 and totem3.
any ideas?

moosejaw
08-15-2010, 02:49 PM
I think you can use a [noequiped:totem3] to keep the macro from trying to re-equip it. Double check wowwiki for the macro conditionals. I know you can use it to /cast [equiped:shield] shield bash and similar. I would think it applies here also.

Maxion
08-15-2010, 06:02 PM
Doesn't it trigger a global cooldown when equipping things though? or is that just actual weapons?

Lemartes
08-16-2010, 12:38 AM
This is a great idea.

The problem is that with a click based macro all the buttons are clicked at once. So the game will try to equip all 3 totems with each click, causing it to just switch back and forth every time you click the dps button.

Would be awesome to figure out a way though. I think you would have to move one spell to a separate key press for this to work though.

Lemartes
08-16-2010, 01:18 AM
I've just been playing around and you can add the totem name right in you castsequence.

Like so.

/castsequence reset=combat Flame Shock Totem, Flame Shock,,,, Other Totem,,,, ,,,, ,,,, ,,,,

It doesnt catch it all the time, but works pretty good. Only works if you press the button pretty slow though. I was trying 4 presses per second and it would switch it mabye 75% of the time. Switching the totem doesnt trigger the GCD but i think if your in the middle of casting something else when it becomes active it wont switch.

I did notice though you can only have 1 totem effect up at a time though. If the second one procs while the first is going, the first will end. I could still see this being useful though, especially with stuff that has a set number of procs per minute.

Hopefully with some more tweaking it will work better.

Owltoid
08-16-2010, 01:06 PM
Doesn't it trigger a global cooldown when equipping things though? or is that just actual weapons?

I thought it did. Can someone confirm that it doesn't? If it triggers a GCD then it seems counterproductive.

Oatboat
08-16-2010, 03:09 PM
you get a 1sec global cooldown changing any weapon/relic.

you get a 30second cooldown on trinkets which cannot be changed in combat.

Whowantstoknow
08-17-2010, 02:17 AM
You wouldn't relic swap when single boxing so why do it while multiboxing?