Shaman Macro Help

OK… how do/ what’s the best way to make a totem-casting macro?? Thanks!

/castsequence reset=6 Strength of Earth Totem(Rank 2), Mana Spring Totem(Rank 1)

copy paste insert any totems you want

i also use a /startattck macro combined with shocks so i can get the battle started

to piggyback on the above macro also i include
/cancelaura Ghost Wolf

so since i always start with a dott it would look like
/cancelaura Ghost Wolf
/startattack
/cast Flame Shock(Rank 3)

(nothing more annoying than not being able to cast while shapeshifted, this gets the battle started quick with less clicks

also i use
#showtooltip
/cast [@mouseover, help, nodead][@player] Cure Poison

#showtooltip
/cast [@mouseover, help, nodead][@player] Cure Disease

hope that helps

2 Likes

Hi… that worked so thank you!

yea you’re most welcome, macros are a real helper especialy for ranked spells, but one of my go to macros and everyone can use this, i use it for both versions.

this macro will sell all your gray items in your bag with one click “there are addons for this but usually included in big packages”

copy paste this and it will make downtime alot less

/run local c,i,n,v=0;for b=0,4 do for s=1,GetContainerNumSlots(b)do i={GetContainerItemInfo(b,s)}n=i[7]if n and string.find(n,“9d9d9d”)then v={GetItemInfo(n)}q=i[2]c=c+v[11]*q;UseContainerItem(b,s)print(n,q)end;end;end;print(GetCoinText©)

wont sell your trade goods, food, ect just one click and it gets rid of all your junk and tells you how much gold you made.
saving a few minutes each time it will keep downtime to a minimum.

have fun.

1 Like