比较基础的鼠标指向双技能组合宏,技能替换成自己想要的,第二技能按住alt或ctrl或shift切换:
#showtooltips
/cast [@mouseover,noharm,nodead,exists,nomod] [nomod]圣光术(等级 5);[@mouseover,noharm,nodead,exists,mod][mod]智慧祝福当然也可以把mod分开做成多技能组合键,只是并不是很有必要:
#showtooltips
/cast [@mouseover,noharm,nodead,exists,nomod] [nomod]圣光术(等级 5);[@mouseover,noharm,nodead,exists,mod:alt][mod:alt]智慧祝福;[@mouseover,noharm,nodead,exists,mod:shift][mod:shift]力量祝福有点追求的再上个点击施法插件,Clique之类的,以及挂审判不切目标宏(主要用于没有惩戒骑但是需要上智慧审判的场景):
#showtooltip 审判
/stopattack
/targetenemy
/script SetCVar("targetNearestDistance",10)
/cast 审判
/targetlasttarget以及立即无敌宏:
#showtooltips
/stopcasting
/cast 圣盾术只对自己释放的保护:
#showtooltips
/stopcasting
/cast [target=player]保护祝福远程攻击类技能可以这样做指向宏:
#showtooltips
/cast [@mouseover,nodead,harm,exists,nomod][nomod]驱邪术;[@mouseover,harm,nodead,exists,mod][mod]超度亡灵
/startattack |