===========config.txt============
attackEquip_rightHand 獵人之弓
attackEquip_arrow 箭矢
===========items_control.txt============
獵人之弓 0
===========macros.txt===========
#當攻擊失敗時,往北移動五步
automacro QQ{
console /attackMonMiss/
run-once 1
call {
log ==================START==================
log $.pos
do north 5
pause 1
log $.pos
log ==================END==================
release all
}
}
#當出現"您無法裝備"時(表示可能被脫裝備了),往北移動五步
automacro QQ2{
console /您無法裝備/
run-once 1
call {
log ==================START==================
log $.pos
do north 5
pause 1
log $.pos
log ==================END==================
release all
}
}
沒有留言:
張貼留言