|
发表于 2019-4-24 22:56:31
|
显示全部楼层
function yptKillgo()
EnableTrigger("yptFight1",false)
EnableTrigger("ypt_catch_id",false)
if yptteam*1 > 10 then
if sxkiller1*1==0 and sxkiller2*1==0 then
exe('halt;down')
return yptfail()
end
end
hqpd=1
exe('kill '..sxjob.id1)
exe('kill '..sxjob.id2)
if perform.force and perform.force=="dulong-dafa" then
if not flag.wudi or flag.wudi==0 then
exe('yun wudi')
else
print('神龙无敌正在运行中。')
end
end
if yptteam >= smyteam then
if sxkiller1 >= sxkiller2 then
exe('shoot ' .. sxjob.id1)
else
exe('shoot ' .. sxjob.id2)
end
exe('shoot wu shi')
end
if yptteam <6 then
exe('wield taibai sword;jifa sword taiji-jian;jifa parry taiji-jian;jiali max;perform sword.lian;set wimpycmd perform sword.lian\\hp;set wimpy 100') |
|