//没登陆

欢迎您来到凯恩之角,奈非天!

帖子:267

符文:38

跳转到指定楼层
1#
发表于 2019-3-17 22:26:22 |只看该作者 |倒序浏览 来自:美国
我的罗技鼠标宏时不时的关不掉,有时候又正常,请大神帮我看看是啥问题? 宏代码如下:

function OnEvent(event, arg)

       RestartMacro("sp", 4, event, arg);
end
function RestartMacro(MacroName, MacroKey, event, arg)
    if (event == "MOUSE_BUTTON_RELEASED" and arg == MacroKey) then
        if not (MacroStarted) then
            PlayMacro(MacroName);
            MacroStarted = true;
        else
            AbortMacro();
            MacroStarted = false;
        end
    end
end

[armory]http://us.battle.net/d3/en/profile/TyRaeL-1728/hero/61448620[/armory]
您需要登录后才可以回帖 登录 | 注册网易通行证