|
发表于 2018-1-10 13:07:10
|
显示全部楼层
function songxin_find_begin()
DeleteTriggerGroup("songxin_begin")
create_trigger_t('songxin_begin1','^>*\\s*\\D*'..job.target..'\\((\\D*)\\)','','sx1job_wait')
SetTriggerOption("songxin_begin1","group","songxin_begin")
EnableTriggerGroup("songxin_begin",false)
EnableTrigger("songxin_killer1",true)
job.flag()
flag.times=1
exe('jifa all;unset wimpy;set wimpycmd pfmpfm\\hp')
if string.find(sxjob.ide,job.target) then
messageShow('送信任务:任务目标【'..job.target..'】容易死,直送。')
return go(songxin_find_go,job.area,job.room)
else
return go(songxin_find_npc,job.area,job.room)
end
end
这就是songxin1设置pfm的地方,pfmpfm就是你第一个设置的pfm,你打开songxin.lua看下,是否改成pfmks。 |
评分
-
1
查看全部评分
-
|