请复制两段======中间的代码
Alias部份
==============================================================================
<aliases>
<alias
match="^pr1\s(\S+)$"
enabled="y"
expand_variables="y"
group="practice"
regexp="y"
send_to="12"
keep_evaluating="y"
sequence="100"
>
<send>practice_skill = "%1"
enable_skill = "%1"
require "wait"
wait.make(function()
Execute("tg+ practice;practice XXX 5000;skills ".."%1".."")
wait.time(1.5)
Execute("tig+ practice;t- skill_list")
end)</send>
</alias>
</aliases>
==============================================================================
Timers部分
==============================================================================
<timers>
<timer second="1.50" offset_second="0.00" send_to="12"
group="practice" >
<send>Execute("title 6;h2;practice "..enable_skill.." "..GetVariable
("times_practice").."")</send>
</timer>
</timers>
==============================================================================
Triggers部份
==============================================================================
<triggers>
<trigger
expand_variables="y"
group="practice"
keep_evaluating="y"
match="\s\((.+)\)\s+\-\s+(\d+)\/\s+(\w+)\%$"
name="skill_list"
regexp="y"
send_to="12"
sequence="10"
>
<send>table.insert(table_practice,"%1")</send>
</trigger>
<trigger
expand_variables="y"
group="practice"
keep_evaluating="y"
match="^[> ]*\S+,无法简单的通过练习进步。$"
regexp="y"
send_to="12"
sequence="100"
>
<send>practice_num = practice_num + 1
if tonumber(practice_num) < tonumber(table.getn(table_practice)) then
Execute("enable "..enable_skill.." "..table_practice[practice_num].."")
else Execute("stop")
end