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

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

<一定要点这复制宏代码>
  1. /script hy1n = hy1n or false
  2. if hy1n then
  3. hy1n=false;OutputMessage("MSG_SYS","连击【龙门助手】,加速,用力,不要停!OY,你为何这样叼!\n")
  4. else
  5. hy1n=true;OutputMessage("MSG_SYS","连击【龙门助手】,加速,用力,不要停!OY,你为何这样叼!\n")
  6. end
  7. /script
  8. local player = GetClientPlayer()
  9. local listBuff = player.GetBuffList() or {}
  10. mem = mem or {}
  11. for _, v in pairs(listBuff) do
  12. if v.dwID==5046 and (not mem["5046"] or GetLogicFrameCount() - mem["5046"] >=16) then
  13. OnAddOnUseSkill(7819,1)
  14. mem["5046"] = GetLogicFrameCount()
  15. end
  16. if v.dwID==5047 and (not mem["5047"] or GetLogicFrameCount() - mem["5047"] >=16) then
  17. OnAddOnUseSkill(7820,1)
  18. mem["5047"] = GetLogicFrameCount()
  19. end
  20. if v.dwID==5048 and (not mem["5048"] or GetLogicFrameCount() - mem["5048"] >=16) then
  21. OnAddOnUseSkill(7821,1)
  22. mem["5048"] = GetLogicFrameCount()
  23. end
  24. end
分类:通用宏
标签:
标识:/cloud/7688