彈藥一直拿 這樣會造成段線

試試這巨集   要取消ITEMS自己拿
他會小於多少之後從車裡拿,車裡不夠再去倉庫領放到車裡
一些東西你自己改 不懂再問

automacro autotake1 {
inventory 加農砲彈 < 200
inventory 加農砲彈 > 49
cart 加農砲彈 > 299
run-once 1
exclusive 1
call {
do cart get 加農砲彈 299
pause 2
release autotake1
}
}

automacro autotake2 {
inventory 加農砲彈 < 50
inventory 加農砲彈 > 0
run-once 1
exclusive 1
call supplies1
}

automacro autotake3 {
cart 加農砲彈 < 300
cart 加農砲彈 > 0
run-once 1
exclusive 1
call supplies1
}

macro supplies1 {
do move man_fild02 132 47
#卡普拉地圖
pause 1
do talknpc 132 47 c w1 r1 w1 n
#你要跟座標上的誰講話 記得改
pause 2
do storage get 加農砲彈 500
pause 2
do storage gettocart 加農砲彈 7500
pause 2
do storage close
pause 2
release all
}
arrow
arrow
    全站熱搜

    aaa1314 發表在 痞客邦 留言(0) 人氣()