熔岩猛击宏
```
showtooltip 熔岩猛击
/startattack
/cast 熔岩猛击
/cast 火焰冲击
```
风剪宏
```
showtooltip 风剪
/use 卡多雷风铃
/cast [target=focus,exists] 风剪;
```
日光术(共生)宏
```
showtooltip 日光术
/cast [target=focus,exists] 日光术;
```
萨满之怒宏
```
showtooltip 萨满之怒
/cast 萨满之怒
/cast 强固
```
升腾宏
```
showtooltip 升腾
/cast 先祖指引
/use 咔啡压榨机
/cast 升腾
/cast 风暴轰击
```
爆发宏
```
showtooltip 恶毒角斗士的鳞甲手套
/use 恶毒角斗士的征服徽章
/use 恶毒角斗士的鳞甲手套
/use 拳手之灵巧药水
/cast 风暴之鞭图腾
```
妖术宏
```
showtooltip 妖术
```
增强萨队列宏
```
/startattack
/castsequence reset=combat 烈焰震击,风暴打击,火焰新星,熔岩猛击,大地震击,火焰新星,风暴打击,火焰新星,烈焰震击,熔岩猛击,火焰新星,风暴打击,大地震击,火焰新星,熔岩猛击,火焰新星
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()
```
一键宏
风暴打击:
```
showtooltip 风暴打击
/castsequence reset=0/combat ,,,火焰新星
```
闪电箭:
```
showtooltip 闪电箭
/cast 闪电箭
/stopcasting
/startattack
```
焦点打断宏
```
showtooltip 风剪
/stopcasting
/cast [target=focus,harm,exists][harm] [target=targettarget, harm]
```
护盾宏
```
showtooltip
/cast [modifier:alt] 闪电之盾(等级 9);
/cast [modifier:alt,target=player] 治疗波;
/cast 闪电箭
```
武器灌魔宏
副手火舌:
```
showtooltip
/use [@none] 火舌武器;
/use 17
/click StaticPopup1Button1
```
主手风怒(物理武器):
```
showtooltip
/use [@none] 风怒武器;
/use 16
/click StaticPopup1Button1
```
主手火舌(法伤武器):
```
showtooltip
/use [@none] 火舌武器;
/use 16
/click StaticPopup1Button1
```
这些宏命令涵盖了增强萨满的主要技能和战术,可以根据需要选择使用。建议在实际使用中根据具体情况进行调整和优化。