剑网3吧 关注:8,453,583贴子:467,095,054
  • 3回复贴,共1

急求!!!!龙门飞剑宏为什么用不了???

取消只看楼主收藏回复

本人手实在是太残,所以到了那个123的时候老掉下来,不得已想用宏,但是为什么用不了啊!!!!!!!!!
下面是具体宏的内容
/script
local player = GetClientPlayer()
local listBuff =
player.GetBuffList() or {}
mem = mem or {}
for _, v in pairs(listBuff) do
if v.dwID==5046 and (not mem["5046"] or
GetLogicFrameCount() - mem["5046"] >=16)
then
OnAddOnUseSkill(7819,1)
mem["5046"] = GetLogicFrameCount()
end
if v.dwID==5047 and (not mem["5047"] or GetLogicFrameCount() - mem["5047"]
>=16) then
OnAddOnUseSkill(7820,1)
mem["5047"] =
GetLogicFrameCount()
end
if v.dwID==5048 and (not mem["5048"] or GetLogicFrameCount() - mem["5048"]
>=16) then
OnAddOnUseSkill(7821,1)
mem["5048"] =
GetLogicFrameCount()
end
end


1楼2012-12-31 16:24回复
    我也按要求把快捷键设置成F1到F12了,但是宏的图标拖出来以后不能用啊,怎么定都没反应


    2楼2012-12-31 16:25
    回复
      2025-07-31 06:37:42
      广告
      不感兴趣
      开通SVIP免广告
      求求大家帮个忙啊啊


      3楼2012-12-31 16:26
      回复
        我也下载了剑三盒子,但还是不能用啊


        4楼2012-12-31 16:26
        回复