close
未測試
未測試一
automacro attack {
console /Monster (.*) \((.*)\) attacks you/
call {
$m = $.lastMatch2
do a $m
}
timeout 8
}
如果you後面沒字的話
像上面那樣就好了
有的話再加上去吧
未測試二
automacro attack {
console /Monster (.*) \((.*)\) attacks you (.*)/
call atk
timeout 10
}
macro atk {
log $.lastMatch1 $.lastMatch2 $.lastMatch3
do a $.lastMatch2
}
未測試三
automacro kk {
aggressives > 1
call {
do ss 2280
release all
}
timeout 1
}
未測試四
automacro attack {
console /魔物 (.*) \((.*)\) attacks you (.*)/
call atk
timeout 10
}
macro atk {
log $.lastMatch1 $.lastMatch2 $.lastMatch3
do a $.lastMatch2
}
全站熱搜
留言列表