-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By fryguy
### Totemly Awesome!
# Class: Shaman
# Format: Wild
#
# 2x (0) Totemic Surge
# 1x (2) Cagematch Custodian
# 2x (2) Devolve
# 2x (2) EVIL Totem
# 2x (2) Flametongue Totem
# 2x (2) Serpent Ward
# 2x (2) Totem Golem
# 1x (2) Trick Totem
# 1x (2) Vitality Totem
# 1x (3) Grand Totem Eys'or
# 1x (3) Instructor Fireheart
# 2x (3) Mana Tide Totem
# 2x (3) Totemic Reflection
# 2x (4) Draenei Totemcarver
# 2x (4) Splitting Axe
# 2x (5) Totem Goliath
# 2x (6) Thing from Below
# 1x (9) Alexstrasza the Life-Binder
#
AAEBAZyrBAbXD5zOA7fSA6reA9/hA7CKBAzwB7IU+6oC9r0CiIUDnaMD2qUD+aUDlrkDptED/58E5KAEAA==
#
# To use this deck, copy it to your clipboard and create a new deck in Hearthstone
-
By darkganj
Hello everyone! When i downloaded the recent shadowlands expansion, i noticed that my macros no longer worked =0. This is not a single target DPS macro, this is a Help / Harm selective macro So i did some digging to find out what was goin on, An example of this would be : /cast [help] Innervate ; [harm] Entangling Roots ; Innervate. This macro utilizes one button for a dual purpose. if i am targeted on friend i innervate them while if i and targeting a opponent it would root them in place. This structure is now broken but has also made things easier in most cases, After doing some digging i discovered some new macros and the new format. Some examples of the new way to write this would be :
#showtooltip
/cast [help,nodead][help,nodead]innervate
/cast [harm,nodead][harm,nodead]Entangling Roots
#showtooltip
/cast [help,nodead][help,nodead]Regrowth
/cast [harm,nodead][harm,nodead]Wrath
#showtooltip
/cast [harm,nodead][@target,harm,nodead]Moonfire
/cast [help,nodead][@target,help,nodead]Rejuvenation
#showtooltip
/cast [help,nodead][help,nodead]Wild Growth
/cast [harm,nodead][harm,nodead]Entangling Roots
This is what they call a fall through macro, If the first line of code is not available because of a cooldown or if the Help or Harm selection, it will fall through to the next line of code. This works especially well for balance druids, shaman, and hybrid healing classes that use a ton of buttons. You can cut the amount of keys you need press in half which saves space and prevents accidentally pressings the wrong button. I like to pair my spells by the time it takes to cast, Instant casts with instant casts. They also introduces a mouse over macro for heals and rebuffs which is really good for world PVP. One of the better macros iv'e seen is a mouse over Rebirth :
#showtooltip Rebirth
/cast [@mouseover,help]Rebirth;Rebirth
#showtooltip Remove Corruption
/cast [target=mouseover,help,nodead][target=target] Remove Corruption
If you are going to try and make your own macro, you should keep in mind
1: The Global Cool Down or GCD which is the time it takes between 2 casts and
2: Not all of your spells and trinkets share a GCD, so you are able to cast 2 or 3 spells at the exact same time as long as it doesn't share a GCD.
I hope this helps!
-