你的位置:剑侠情缘3 > 界面 > 动作条 > 明教技能条自动切换插件

明教技能条自动切换插件

最后更新:2012-11-19 10:10

插件大小:1.26kb

最新版本号:2012.11.19

插件来源:178

插件作者:a27595954

当前评分:7.9+好评-差评

推荐次数: 1我要推荐

累积下载:

分享到:

明教动作条切换宏,骚年,来一发

------------------------------------

手动版

 

/script b = b or false

b = not b

if b and GetUserPreferences(1390, "c") ~= 1 then

        SelectMainActionBarPage(1)

elseif not b and GetUserPreferences(1390, "c") ~= 2 then

        SelectMainActionBarPage(2)

end

------------------------------------

绑定技能自动版,将需要触发切换日系的技能ID放在t1表中,触发切换月系的技能ID放在t2表中,ID间以英文逗号分隔

 

/script local t1 = { 3977 }

local t2 = { 3976 }

 

local function cs(id, t)

        for _, v in pairs(t) do

                if id == v then

                        return true

                end

        end

        return false

end

 

RegisterEvent("DO_SKILL_CAST", function()

        if arg0 == UI_GetClientPlayerID() then

                if cs(arg1, t1) then

                        if GetUserPreferences(1390, "c") ~= 1 then

                                SelectMainActionBarPage(1)

                        end

                elseif cs(arg1, t2) then

                        if GetUserPreferences(1390, "c") ~= 2 then

                                SelectMainActionBarPage(2)

                        end

                end

        end

end)

------------------------------------

插件版

点击自身头像设置

手动切换版请到快捷键设置界面设置快捷键

以往版本
名称 版本号 适用服务器 更新日期 下载
明教技能条自动切换 2012.11.19 正式服务器 2012-11-19 10:10 点击下载
相关插件
剑网3大脚下载

用户群最庞大的剑网3大脚插件,帮助您获得轻松愉快的游戏体验!详细>>

MD5:
4381FD98242DBA6FE549B46731C70C6
适用版本:洱海惊龙版

剑网3大脚更新日志>>

进入剑网3大脚专区>>

下载排行榜[更多]
评分排行榜[更多]