米糕龍之城 解高台任務 懶人用巨集
PS:此巨集使用時,你要有必死的決心喔!雖然已經有設定自動離線
但是高台的怪獸大本營有時是超過100隻的,光是螳螂就有30隻~
############### Star #############
automacro close {
location lou_fild01 180 170
exclusive 1
call {
log 您已經成功登上高台
do relog 300000000000
stop
}
}
automacro open {
location louyang, lou_fild01
console /Your Coordinates:/
exclusive 1
run-once 1
call up
}
macro start {
do conf attackAuto 0
do conf route_randomWalk 0
do conf storageAuto 0
do move 58 180 lou_in02
pause 1.5
do move 53 @rand(184,185) lou_in02
}
automacro lou_in02out {
location louyang 280 164
exclusive 1
run-once 1
call up
}
macro up {
do as
do move @rand(205,198) @rand(183,173) lou_fild01
pause 1
do talknpc 195 177 c r0 c r0 c
call again
}
macro again {
call start
release lou_in02out
release lou_in02
}
automacro lou_in02 {
location lou_in02 53 184, lou_in02 53 185,
exclusive 1
run-once 1
call 隨機選擇
}
macro 隨機選擇 {
$ch = @random ("1", "2", "3", "4", "5", "6")
if ($ch == 1) goto one
if ($ch == 2) goto two
if ($ch == 3) goto three
if ($ch == 4) goto four
if ($ch == 5) goto five
do talknpc 49 185 c r0 c n
goto end
:one
do talknpc 49 185 c r1 c n
goto four
:two
do talknpc 49 185 c r0 c n
goto end
:three
do talknpc 50 185 c r1 c n
goto two
:four
do talknpc 50 185 c r0 c n
goto end
:five
do talknpc 50 185 c r0 c n
goto end
:end
pause 3
do move 58 180
pause 1
do move 58 171
}
#本帖由 leowu011234 大大分享
留言列表