|
|
faint的相运代码在状态差就不去爬山,分享一下全程爬山用减少组数抵消负状态
create_trigger_t('score10','^┃理相:(\\D*)\\((\\d*)\\)\\s*合气:\\+(\\d*)\\s*暴击:(\\d*)\\%\\s*必杀:(\\d*)\\%\\s*幸运:(\\d*)\\s*┃','','score_check_xy')
SetTriggerOption("score10","group","score")
score_check_xy=function(n,l,w)
score.xiangyun=Trim(w[1]) --抓理相
score.xiangyunp=Trim(w[2]) --抓数值
Note(score.xiangyun,score.xiangyunp) --显示
if score.xiangyun=='死' then smyteam=12 end
if score.xiangyun=='衰' then smyteam=13 end
if score.xiangyun=='平' then smyteam=14 end
if score.xiangyun=='生' then smyteam=14 end
if score.xiangyun=='败' then smyteam=14 end
if score.xiangyun=='旺' then smyteam=15 end
end
每组杀完自行添加score检查状态 |
评分
-
1
查看全部评分
-
|