[插件/宏/WA分享]恩护PVE整合宏分享
看到有人求整合宏,正好之前也搞了几个,在这分享一下整体思路:
1:鼠标指向右方/目标右方/无目标:释放治疗等友好技能;鼠标指向敌方/目标敌方释放敌对技能
2:无CD技能与主要CD技能整合:alt等组合键释放大技能,图标显示大技能CD,正常释放则为小技能逻辑
1和2在不矛盾的条件下(有的指向技能有CD,就不和大招整合了),可以同时生效
整理之后基本2条动作条就能搞定,图标放大放在醒目位置,就不用单独WA监控CD了(漂浮等一些buff还是得用)
以下为宏,注:简体和繁体客户端需要改技能名字为对应名称
红喷+开花:蓄力技能不需要目标判断逻辑,相对最好做
#showtooltips
/cast Tip the Scales(Bronze)
/cast [@mouseover,help] Emerald Blossom(Green);Fire Breath(Red)
裂解+拥
#showtooltips Verdant Embrace
/cast Stasis(Bronze)
/cast [@mouseover,help,exists]Verdant Embrace(Green);
/cast [@mouseover,harm,exists] [@target,harm]Disintegrate(Blue);
/cast [@target,exists][@player]Verdant Embrace(Green);
复生烈焰+回响+碧蓝打击:平时显示复生烈焰CD,alt+点击释放;其他时候敌对释放碧蓝,右方释放回响
#showtooltips Renewing Blaze
/cast Renewing Blaze(Red);
/cast [@mouseover,help,exists,nomod]Echo(Bronze)
/cast [@mouseover,harm,exists,nomod] [@target,harm]Azure Strike(Blue)
/cast [@target,exists,nomod][@player,nomod]Echo(Bronze)
打断+红驱散+坐骑
#showtooltips
/cast [@mouseover,help,exists,nomod]Cauterizing Flame(Red)
/cast [@mouseover,harm,exists,nomod] [@target,harm]Quell
/cast [@target,exists,nomod][@player,nomod]Cauterizing Flame(Red)
/run C_MountJournal.SummonByID(0)
每个人的需要不一样,就不一一列举了,整体思路就是上边几种,如有帮助,请点个赞
页:
[1]