|
记得上次本翁给我说过,遇上拦路的NPC,用拳头一下一下的在打,我昨晚在挂机的时候也遇上了,请大家都加上,这个不是经常出现,但偶而会出现这个情况。
打开lujing.lua
wipe=function(wipe_str,wipe_con)
wipe_trigger()
EnableTriggerGroup("wipe",true)
road.wipe_id=wipe_str
road.wipe_con=wipe_con
tmp.faint=0
weapon_wield()
beiUnarmed() --------------------------在这里加上这一句
if WipeNoPerform[road.wipe_id] or tmp.gold then
exe('kill '..road.wipe_id)
if score.party and score.party=="武当派" then
exe("jiali max")
else
exe("jiali max")
end
exe('unset wimpy')
else
killPfm(road.wipe_id)
end
create_timer_s('wipe',2,'wipe_set')
end |
评分
-
1
查看全部评分
-
|