|
发表于 2017-3-8 16:45:17
|
显示全部楼层
这句气血虚浮估计是最近才加的,改下你的触发语句为:
enabled="y"
group="full"
match="^[> ]*(你的(\S+)不够练|你的(\S+)太差了,不能练|你现在(\S+)虚浮)"
regexp="y"
send_to="12"
sequence="100"
>
if "%1"=="内力" then
EnableGroup("full",0)
Execute("lian dodge 50;jifa parry lieyan-dao;wield blade; lian parry 50")
DoAfterSpecial(1, 'EnableGroup("full",1)', 12)
end
DoAfterSpecial(1, "lingwu_to_sleep;sk;sleep", 10)
|
|