官方已關橡實npc,此篇為參考篇,


 


automacro a {
        priority 1
        console /您現在已在遊戲中/
        exclusive 1
        run-once 1
        call {
        pause 3
        #你要取倉的座標 (地圖最左下角為原點,往右往上遞增)
        do talknpc 113 60 c r1 n
        lock a
        }
}

automacro pharmacy {
        priority 2
        location alberta
        inventory "橡實" < 10
        exclusive 1
        run-once 1
        call {
        do storage get 橡實 1000
        release pharmacy
        }
}

automacro sala {
        priority 3
        location alberta
        inventory "橡實" >= 10
        exclusive 1
        run-once 1
        call {
        do conf autoTalkCont 1
        do talknpc 115 65 c r0 r1
        do conf autoTalkCont 0
        release sala
        }
}

以上巨集僅供參考~切勿亂張貼至別板塊~做商業用途@@
自動開倉拿橡實~換到負重~或者種類太~~
pick 自己設定要丟棄的物品吧ˇˇ


以上轉新仙境傳說外掛研究網


 


----------------我是分隔線---------------------------------------


以下不需要複製,參考用


#
###自動購買橡實###
automacro buy {
        location moscovia
        macro_delay 0.5
        exclusive 1
        weight < 80%
        call {
        do talknpc 208 182 c r0 c d500 n
        }
}

automacro check {
        weight > 79%
        run-once 1
        call gettocart
}

macro gettocart {
        lock buy
        #以下一行是卡普拉的位置和城市名稱(存倉的位置))
        do talknpc 223 191 c r1 n   
        pause 1
        do storage add @inventory(橡實) @invamount(橡實)
        pause 1
        do storage close
        release check
        release buy
}

可以自動存倉

arrow
arrow
    全站熱搜

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