在1.1版本中,最后增加了图腾消失宏,可以避免图腾吸引。
——————————————————————————
在怀旧服版本中,使用“风暴打击“之类的技能不会让你的角色开始平切,所以你需要像这样的宏命令在你玩技能的同时开始平切。如果你想让其他技能拥有上述效果,只需将“风暴打击“重命名为相应的技能即可。
#showtooltip 风暴打击
/cast 风暴打击
/startattack
有时候需要利用地震学来及时打断敌人的施法,所以指挥/停铸非常重要。它可以打断你之前的阅读(如二级治疗波)并立即播放地震学,这将在PVP中的心理游戏中产生一些影响。
#showtooltip 地震术
/stopcasting
/cast 地震术
这个宏可以让你快速buff自己,你会比风怒武器更频繁地为自己设置闪电盾,所以重置=2这个命令非常出色,因为当风怒武器即将过期时,你只需要快速按两次这个宏。
#showtooltip
/castsequence reset=2 闪电盾, 风怒武器
这个宏的作用是,如果你选择的目标是敌人,将施放闪电箭,如果鼠标指向的位置有友军,你将对他进行二次治疗波。两个技能被集成到一个宏中。
#showtooltip
/cast [@mouseover, help, nodead] 次级治疗波;
[harm, nodead] 闪电箭
这个宏可以让你在单手+盾牌和双手武器之间轻松切换,这在PVP中非常方便。
/startattack
/equip 单手武器A
/equip 盾牌B
/equip 双手武器C
图腾有时会吸引怪物。这是一个消除图腾的序列宏,引自NGA论坛。
图腾完全消除宏
/run if not UnitAffectingCombat(\”player\”)then for i=1,4 do n=\”t\”..i CreateFrame(\”Button\”,n,UIParent,\”SecureUnitButtonTemplate\”)_G[n]:SetAttribute(\”type\”, \”destroytotem\”)_G[n]:SetAttribute(\”*totem-slot*\”,i)end end
/click t1
/click t2
/click t3
/click t4
火图腾消失宏
/run if not UnitAffectingCombat(\”player\”)then dt1 = dt1 or CreateFrame(\”Button\”, \”dt1\”, UIParent, \”SecureUnitButtonTemplate\”)dt1:SetAttribute(\”type2\”, \”destroytotem\”)dt1:SetAttribute(\”*totem-slot*\”,1)end
/click dt1 RightButton
地球图腾消失宏
/run if not UnitAffectingCombat(\”player\”)then dt1 = dt1 or CreateFrame(\”Button\”, \”dt1\”, UIParent, \”SecureUnitButtonTemplate\”)dt1:SetAttribute(\”type2\”, \”destroytotem\”)dt1:SetAttribute(\”*totem-slot*\”,2)end
/click dt1 RightButton
水图腾消失宏
/run if not UnitAffectingCombat(\”player\”)then dt1 = dt1 or CreateFrame(\”Button\”, \”dt1\”, UIParent, \”SecureUnitButtonTemplate\”)dt1:SetAttribute(\”type2\”, \”destroytotem\”)dt1:SetAttribute(\”*totem-slot*\”,3)end
/click dt1 RightButton
风图腾消失宏
/run if not UnitAffectingCombat(\”player\”)then dt1 = dt1 or CreateFrame(\”Button\”, \”dt1\”, UIParent, \”SecureUnitButtonTemplate\”)dt1:SetAttribute(\”type2\”, \”destroytotem\”)dt1:SetAttribute(\”*totem-slot*\”,4)end
/click dt1 RightButton
这个宏的作用是让拥有深层元素天赋的萨满打出绝望一击,其中13代表其中一个饰品,10代表手套。“狂暴“是巨魔的种族特性。
#showtooltip 元素掌握
/use 13
/use 10
/cast 狂暴
/cast 元素掌握
/castsequence reset=4 闪电链, 地震术
【/br/】