我的龍3巨集..
到了龍1..巨集結束.小黑就又跑回毀葛..然後一直重複..
以下是我的巨集
automacro Red {
inventory "白色藥水" < 3
exclusive 1
run-once 1
timeout 20
call {
do autostorage
release all
}
}
automacro Reda {
inventory "特殊合金陷阱箱子" < 3
exclusive 1
run-once 1
timeout 20
call {
do autostorage
release all
}
}
automacro storage {
weight > 48%
exclusive 1
run-once 1
timeout 20
call {
do autostorage
release all
}
}
automacro namelessgo {
map hugel
run-once 1
call {
do move 175 305 hu_fild05
pause 0.5
do talknpc 168 304 c r0 c c c n
pause 1
do move 258 271 abyss_01
pause 1
release all
}
}
|