這是在爬文時找到的
大家參考看看
automacro warpTrigger {
#當地圖是pay_fild03 388 63或pay_fild03 313 19觸發
location pay_fild03 388 63,pay_fild03 313 19
#身上藍石要大於0
inventory "藍色魔力礦石" > 0
run-once 1
call autowarp
}
macro autowarp {
#當座標是388 63時,執行one
if ($.pos == 388 63) goto one
#當座標是313 19時,執行two
if ($.pos == 313 19) goto two
release warpTrigger
stop
:one
#使用傳陣在座標386 65
do sl 27 386 65
pause 2
#施放通往pay_fild06的傳陣
do warp pay_fild06
pause 3
#移動到座標386 65
do move 386 65
pause 2
release warpTrigger
stop
:two
#使用傳陣在座標311 20
do sl 27 311 20
pause 2
#施放通往alberta的傳陣
do warp alberta
pause 3
#移動到座標311 20
do move 311 20
pause 2
release warpTrigger
stop
}
本文章轉自輔助聯合國http://www.wgun.net
|