close
automacro take {
console /正要攻擊: Monster (.*\b) /
priority 1
exclusive 1
call {
$a = $.lastMatch1
if ($a == 機木人) goto take5
if ($a == 爆鑽傘蜥) goto take5
if ($a == 森林妖姬) goto take5
if ($a == 石炮火樹) goto take8
if ($a == 伍坦彈弓手) goto take8
if ($a == 伍坦戰士) goto take8
:take5
do eq 火箭矢
goto takeok
:take8
do eq 銀箭矢
goto takeok
:takeok
release all
}
}
以上!
只要把怪物名稱改掉...
再將你要穿著的裝備和以上箭矢的地方代換即可!
至於裝備名稱!
請看看小黑窗裡面顯示什麼就設定什麼名稱,怪物名稱也一樣!
console /正要攻擊: Monster (.*\b) /
priority 1
exclusive 1
call {
$a = $.lastMatch1
if ($a == 機木人) goto take5
if ($a == 爆鑽傘蜥) goto take5
if ($a == 森林妖姬) goto take5
if ($a == 石炮火樹) goto take8
if ($a == 伍坦彈弓手) goto take8
if ($a == 伍坦戰士) goto take8
:take5
do eq 火箭矢
goto takeok
:take8
do eq 銀箭矢
goto takeok
:takeok
release all
}
}
以上!
只要把怪物名稱改掉...
再將你要穿著的裝備和以上箭矢的地方代換即可!
至於裝備名稱!
請看看小黑窗裡面顯示什麼就設定什麼名稱,怪物名稱也一樣!
全站熱搜
留言列表