字号:

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

时间:2013-08-16 09:02 作者:无悔_枫华谷 手机订阅 参与评论(0) 【投稿】
文 章
摘 要
  有了这个宏,远程打乾坤剑意太给力了,出了就自动选打完自动选其他没打掉的。无名是个不错的BOSS,越打越有节奏感,相对剑圣来说没那么无聊,大家可以去玩玩。

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

无名是个不错的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

加入17173玩家俱乐部,100%领《原神》月卡、《王者荣耀》888点券、《魔兽世界》T恤等周边好礼!
加入方式:微信关注“17173服务号”