|
发表于 2017-8-13 13:16:52
|
显示全部楼层
不过我好像没找到 我看了看我的songxin.lua 改了两个地方 我帖给你看看
function sx2overok()
nobusy=0
condition={}
exe('pfmset;cond')
songxin_triggerDel()
if mydummy==true then
return dummyfind()
end
if score.party=="姑苏慕容" and need_dzxy=="yes" and string.find(jiangnan_area,locl.area) and hp.pot > 20 and hp.food>50 and hp.water>50 then
messageShow("任务监控:送信任务完成,当前区域【"..locl.area.."】,顺路检查是否去慕容领悟斗转星移!")
return check_halt(checkdzxy)
end
if hp.exp<20000000 then
return check_food()
end
return check_food() --ggww 5月18改
--return checkWait(sxCondconsider,1)
function songxin2_consider()
EnableTriggerGroup("songxin2_killer",true)
if sxjob.sx2==0 then return sx2overok() end --ggww 5月18改
--do return Sx2toTdh() end --return songxin2_refuse() end
if not flag.sx2 and sxjob.sx2==1 then return songxin2_refuse() end
if job.zuhe["hubiao"] and (not condition.hubiao or condition.hubiao==0) then
return sx2overok()
你对比下你的songxin.lua |
|