請依照自己負重.下去修改數量.
請身上務必"無飛刀"的材料才可開OP.不然無法自動觸發
automacro AutoM {
inventory "刺針飛鏢" == 0
inventory "火焰石" == 0
exclusive 1
run-once 1
call {
do move prontera 177 244
}
}
automacro AutoC {
location prontera 177 244
inventory "刺針飛鏢" == 0
inventory "火焰石" == 0
macro_delay 0.5
exclusive 1
call {
do talknpc 178 244 b b4,140 e
do talknpc 178 244 b b6,280 e
do move prontera 177 244
release Auto3
}
}
automacro Auto3 {
location prontera 177 244
inventory "刺針飛鏢" == 140
exclusive 1
run-once 1
call {
do talknpc 178 240 c c r4 c c d140 n
do move prontera 28 207
release Auto4
}
}
automacro Auto4 {
location prontera 28 207
inventory "火焰飛刀" > 1
exclusive 1
run-once 1
call {
do talknpc 29 207 c r1 n
pause 2
do storage add 火焰飛刀 15400
pause 2
release AutoM
}
}
#
automacro AutoM {
inventory "雨雲飛鏢" == 0
inventory "冰閃石" == 0
exclusive 1
run-once 1
call {
do move prontera 177 244
}
}
automacro AutoC {
location prontera 177 244
inventory "雨雲飛鏢" == 0
inventory "冰閃石" == 0
macro_delay 0.5
exclusive 1
call {
do talknpc 178 244 b b1,1120 e
do talknpc 178 244 b b7,280 e
do move prontera 177 244
release Auto3
}
}
automacro Auto3 {
location prontera 177 244
inventory "雨雲飛鏢" == 1120
exclusive 1
run-once 1
call {
do talknpc 178 240 c c r1 c c d140 n
do move prontera 28 207
release Auto4
}
}
automacro Auto4 {
location prontera 28 207
inventory "垂冰飛刀" > 1
exclusive 1
run-once 1
call {
do talknpc 29 207 c r1 n
pause 2
do storage add 垂冰飛刀 15400
pause 2
release AutoM
}
}
留言列表