|
楼主 |
发表于 2017-12-9 21:45:59
|
显示全部楼层
需要修改的code之一
1. 在songmoya.lua中找到
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 and skillsjineng11[sxjob.skills1] then
exe('shoot '..sxjob.id1)
end
if yptteam >= smyteam and skillsjineng11[sxjob.skills2] then
exe('shoot '..sxjob.id2)
end
if yptteam >= smyteam then
exe('shoot '..sxjob.id1)
end
if yptteam >= 10 then
exe('jiali max;perform cuff.ming;set wimpycmd hp;set wimpy 100')
else
exe('jiali 0;set wimpycmd pfmbuff\\hp;set wimpy 100')
end
2. 在下面的exe('jiali 0;set wimpycmd pfmbuff\\hp;set wimpy 100')请注释掉
方法是 在这行前面加-- , 即 --exe('jiali 0;set wimpycmd pfmbuff\\hp;set wimpy 100')
注意:此处的pfmbuff为你在设置smy任务时候的填写的内容,按照我前面所说,里面应该写
unset jybgz;perform cuff.ming;perform finger.liumai;jiali max |
|