|
魔兽私服自动攻击宏,3.35微变通用宏
此宏分为两部分
1、
- /script T,F=T or 0,F or CreateFrame("frame")if X then X=nil print("疯狂模式关闭.")else print("疯狂模式启动.") X=function()local t=GetTime()if t-T>0 then T=t;ActionButtonDown(2);ActionButtonUp(2):Click()T=t end end end F:SetScript("OnUpdate",X)
- /click WowBeeHelperFram
复制代码 建议放在动作条第一位置
2、
- /targetenemy [noharm][dead]
- /startattack
- /施放 技能
- /施放 技能
- /施放 技能
复制代码 放在动作条第二位置
如需修改位置,请修改1代码里的ActionButtonUp(2),其中(2)为动作条位置,可自行修改为2-9
1的另一个版本
- /script T,F=T or 0,F or CreateFrame("frame")if X then X=nil print("关闭连点.")else print("开启连点.") X=function()local t=GetTime()if t-T>0 then MultiBarBottomLeftButton1:Click()T=t end end end F:SetScript("OnUpdate",X)
复制代码 默认左上动作条1位置放技能(或宏),如需修改位置,请修改代码里的 MultiBarBottomLeftButton1,其中数字1为左上动作条左边第一位置,可自行修改为2-9
两个版本不能同时使用
|
|