最後測試: 8/1/2017
備註:
- 自動提取錢莊內的【烏金石】,合成【烏金礦】,再合成【烏金】
- 霸主內【指令】的【隨機物品設定】裡需暫時性添加【44016-烏金】以讓系統自動存起【烏金】
X = 每次提取【烏金石】的數量
Y = 合成【烏金礦】次數
Z = 合成【烏金】次數
Y = X/3
Z = Y/3
X 不能大於剩餘負重,要不然腳本會卡
必須考慮神的數目,每次合成扣神25,所以 神/25 > (Y+Z)
腳本:
MoveTo(3309:1,1)
HaveRest()
GetItem(44002,X)
Compound(832,Y)
Compound(839,Z)
Restart()
Restart()
範本: (適用於剩餘負重 > 27, 神 > 300的角色)
MoveTo(3309:1,1)
HaveRest()
GetItem(44002,27)
Compound(832,9)
Compound(839,3)
Restart()
Restart()
No comments:
Post a Comment