综合

大明宫老4无名【乾坤剑意】自动选中宏

2013-08-16 10:39 来源:其他 作者:无悔_枫华谷 责任编辑:yangdenghua

  有了这个宏,远程打乾坤剑意太给力了,出了就自动选打完自动选其他没打掉的。

  无名是个不错的BOSS,越打越有节奏感,相对剑圣来说没那么无聊,大家可以去玩玩。

  /script y0n=y0n or false

  if not y0n then

  OutputMessage("MSG_SYS","自动选<乾坤剑意>开启。\n")

  y0n=true

  else

  OutputMessage("MSG_SYS","自动选<乾坤剑意>关闭。\n")

  y0n=false

  end

  rOnce=rOnce

  if not rOnce then

  J_NpcList = {}

  RegisterEvent("NPC_ENTER_SCENE",function()

  local tar=GetNpc(arg0)

  if tar.szName=="乾坤剑意" then

  J_NpcList[arg0] = tar

  end

  end)

  RegisterEvent("NPC_LEAVE_SCENE",function()

  J_NpcList[arg0] = nil

  end)

  RegisterEvent("RENDER_FRAME_UPDATE",function()

  if not y0n then return end

  local player = GetClientPlayer()

  local tar = GetTargetHandle(player.GetTarget())

  for tid,ttar in pairs(J_NpcList) do

  if ttar and ttar.nCurrentLife > 0 and (not tar or tar.nCurrentLife < 1 or tar.szName ~= ttar.szName) then

  SetTarget(TARGET.NPC,tid)

  break

  end

  end

  end)

  end

banner
  • 关注微信
  • APP下载
  • 意见反馈
  • 网站介绍| 隐私政策| 广告服务| 合作媒体| 投稿指南| 使用条款| 联系我们| 网站地图

  • 未经授权禁止转载、摘编、复制或建立镜像,如有违反,追究法律责任。
  • 增值电信业务经营许可证:
  • 网站备案号:京ICP备16027372号-3
  • 太平洋游戏网 中国互联网举报中心