龙门飞剑跳钥匙宏
云端ID 7617 作  者 最近更新20131231 代码类型ver1.1.2版本以上 本周热度10 作者专栏

请粘贴到系统-宏管理里——即游戏默认宏!

<一定要点这复制宏代码>
  1. /script
  2. local player = GetClientPlayer()
  3. local listBuff = player.GetBuffList() or {}
  4. mem = mem or {}
  5. for _, v in pairs(listBuff) do
  6. if v.dwID==5046 and (not mem["5046"] or GetLogicFrameCount() - mem["5046"] >=16) then
  7. OnAddOnUseSkill(7819,1)
  8. mem["5046"] = GetLogicFrameCount()
  9. end
  10. if v.dwID==5047 and (not mem["5047"] or GetLogicFrameCount() - mem["5047"] >=16) then
  11. OnAddOnUseSkill(7820,1)
  12. mem["5047"] = GetLogicFrameCount()
  13. end
  14. if v.dwID==5048 and (not mem["5048"] or GetLogicFrameCount() - mem["5048"] >=16) then
  15. OnAddOnUseSkill(7821,1)
  16. mem["5048"] = GetLogicFrameCount()
  17. end
  18. end
分类:通用宏
标签:
标识:/cloud/7617