请教!
> 你现在气血虚浮,练习不了『零丁飘洋』。if "『零丁飘洋』"=="内力" then
EnableGroup("full",0)
Execute("lian dodge 50;jifa houquan; lian parry 50")
DoAfterSpecial(1, 'EnableGroup("full",1)', 12)
end
DoAfterSpecial(1, "lingwu_to_sleep;sk;sleep", 10)
请问这个哪里错误?
北大侠客行MUD,中国最好的MUD 这句气血虚浮估计是最近才加的,改下你的触发语句为:
<triggers>
<trigger
enabled="y"
group="full"
match="^[> ]*(你的(\S+)不够练|你的(\S+)太差了,不能练|你现在(\S+)虚浮)"
regexp="y"
send_to="12"
sequence="100"
>
<send>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)</send>
</trigger>
</triggers> 本帖最后由 poot 于 2017-3-9 08:48 AM 编辑
回复 2# foolenough
能不能更新一下你之前的机器人?谢了!
页:
[1]