function walk_wait()
EnableTriggerGroup("walk",true)
EnableTrigger("hp12",true)
if tmp.find then
create_timer_s('walkWait',0.3,'walkTimer')
if cntr1() > 0 then
exe('alias action 正在赶路中')
else
cntr1 = countR(15)
end
else
exe('alias action 正在赶路中')
create_timer_s('walkWait',0.25,'walkTimer')
end
end
借鉴别人的贴子,数值我调小了一点,实测跑得更快些,目前还没有出现FLOOD的情况