黃易群俠傳M脫機外掛應用程式黃易神行
885
0

[發問] 我的巨集有錯嗎?

love2725 發表於 2011-8-9 16:42:41 | 只看該作者 回帖獎勵 |倒序瀏覽 |
####由以下開始設定####
automacro chatroom {
        console /開啟傳送之陣/
        call {
        do move @rand 1 200
        do chat create "請別傳我" 2 0 54321
        pause 28
        do chat leave      
        }
}
automacro 等魔力 {
    status not 魔力劍狀態
    run-once 1
    timeout 5
    call {
        do follow 廣式炒麵
        release all
        }
}
automacro 魔力中 {
    status 魔力劍狀態
    run-once 1
    timeout 5
    call {
        do follow stop
        release all
        }
}
automacro smove {
call sm
timeout 4
exclusive 1
}
macro sm {
$t++
log times $t
if ($t == 1) goto tsmp
if ($t == 2) goto tsmp1
stop
:tsmp
call smp
stop
:tsmp1
call smp1
stop
}
macro smp {
$nopos = $.pos
$noposx = @arg ("$nopos", 1)
$noposy = @arg ("$nopos", 2)
}
macro smp1 {
$nopos = $.pos
$noposx1 = @arg ("$nopos", 1)
$noposy1 = @arg ("$nopos", 2)
log old $noposx $noposy new $noposx1 $noposy1 times $t
if ($noposx == $noposx1 & $noposy == $noposy1) goto dm
release smove
$t = 0
stop
:dm
$neposx2 = @eval ($noposx1 + @rand (-1, 2))
$neposy2 = @eval ($noposy1 + @rand (-1, 2))
do move $neposx2 $neposy2
log move $neposx2 $neposy2
release smove
$t = 0
stop
}
automacro tini {
run-once 1
call ti
}
macro ti {
$t = 0
}

#營地到史波浪
automacro movetospl {
        location mid_camp 15 146
        exclusive 1
        overrideAI 1
        run-once 1
        call {
        do talknpc 13 143 c r0
        pause 2
        release movetospl
        }
}
#營地到魔怒克
automacro movetoman {
        location mid_camp 338 168
        exclusive 1
        overrideAI 1
        run-once 1
        call {
        do talknpc 336 171 c r0
        pause 2
        release movetoman
        }
}
#裂縫到夢羅克
automacro movetomoc {
        location moc_fild20 349 174
        exclusive 1
        overrideAI 1
        run-once 1
        call {
        do talknpc 354 174 c r1 c c c c c r1 c c r1
        pause 2
        release movetomoc
        }
}
automacro 武器防禦 {
console /You use 武器防禦 on yourself/
call 反擊斬
}
macro 反擊斬 {
do sm 2029 a $.lastMonster
do sm 2029 a $.lastMatch2
release all
}

automacro ADDHP {         
         console /您正坐著/        
         run-once 1
         timeout 5   
         call {
         do ss 358
         release ADDHP
        }
}

automacro war {
         status 卸除武器狀態
         exclusive 1
         call {
         do charselect
        }
}
這我的巨集 她跑一跑一下就會出現 有BUG 要按ENTER結束程式
請問我的巨集是有哪裡有問題嗎?
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


您需要登錄後才可以回帖 登錄 | 註冊


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-4-28 13:00 , Processed in 0.053256 second(s), 18 queries , Memcache On.

版權說明:
  本站不會製作、經銷、代理外掛程式。僅免費提供外掛程式下載前之掃毒及掃木馬等安全檢測驗證,協助會員遠離盜號危險程式。本站所有資料均來自網際網路收集整理,說明文字暨下載連結轉載自原程 式開發站。站上出現之公司名稱、遊戲名稱、程式等,商標及著作權,均歸各公司及程式原創所有,本站程式所有權歸外掛聯合國所有。本程式所有權歸外掛聯合國所有.......

回頂部
第二步?
第三步?