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

[發問] 麻煩幫檢查巨集...還是會呆著卡住

str00145 發表於 2010-12-30 13:45:03 | 只看該作者 回帖獎勵 |倒序瀏覽 |
麻煩幫檢查巨集 因為我時在是看不懂...
下面都是從這邊拿去用的
包含圍毆下線跟防呆...
可是用了 被圍下線有用
可是防呆 一段時間過後 還是呆在那邊
有顯示鎖定怪物 可是就是不打 等別人打他
又在鎖定下一隻 如此反覆...
所以哪位大大幫忙救命一下 感恩


#####
automacro Restart {
        aggressives > 3
        run-once 1
        call {
                do relog 20
                release Restart
        }
}

automacro dcOnHp {
        aggressives > 0
        hp < 60%
        run-once 1
        call {
        do relog 20
        release dcOnHp
        }
}

automacro smove {
call sm
timeout 180
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 stuck {

     console /無法計算路徑(.*)/i

     call {

           $x = @arg("$.pos",1)

           $y = @arg("$.pos",2)

           $rx = @rand(-4,4)

           while ($rx == 0) as loop_rx

                 $rx = @rand(-4,4)

           end loop_rx

           $ry = @rand(-4,4)

           while ($ry == 0) as loop_ry

                 $ry = @rand(-4,4)

           end loop_ry

           $rpx = @eval($x+$rx)

           $rpy = @eval($y+$ry)

           do move $rpx $rpy

           pause 3

     }

}
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


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


手機版 | Archiver | 外掛聯合國

GMT+8, 2025-2-3 18:49 , Processed in 0.054601 second(s), 12 queries , Memcache On.

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

回頂部
第二步?
第三步?