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

[原創] 分享小弟的巨集幫忙討論八

紫淨冰心 發表於 2011-2-19 21:19:10 | 只看該作者 回帖獎勵 |倒序瀏覽 |
以下是小弟的巨集 小弟爬文 自行修改 現在 會 開聊天 傳正 都不是問題
但試問題在 傳完正後就不再 開聊天了 我最後面是寫 call Chat 但是他不會從新執行 @@
請客位大哥大姊幫忙一下八
幫忙看看問題在哪 謝謝 要是我先修正好也會貼出來分享
automacro Start {
    console /Your Coordinates/
    exclusive 1
    call {
    pause 3
    do conf ignoreAll 1
    call Chat
    }
}
macro Chat {
    do sit
    do look 8
    if (@invamount(Blue_Gemstone) > 0) goto OK
      do chat create "朱1500金2000炎2500火3000" 2 0 9527
      stop
    :OK
      do chat create "沒石頭了" 2 0 9527
# 自行修改聊天室內容
      do deal no
# 避免在使用傳陣到創聊天室之間有人點交易
}
automacro Deala {
    console /Requests a Deal/
    inventory "Blue_Gemstone" > 0
    call {
    do deal
    pause 15
    do deal no
    }
}                  
automacro Dealb {
    console /added Item to Deal/
    call {
    do deal no
    }
}
automacro Dealc {
    console /added (.*) z to Deal/
    call {
    $a = $.lastMatch1
    if ($a = 1,500) goto mac01
    if ($a = 2,000) goto mac02
    if ($a = 2,500) goto mac03
    if ($a = 3,000) goto mac04
# 自行修改金額
      do deal no
      stop
    :mac
      pause 1
      do deal
      pause 1
      do deal
      pause 10
      do deal no
    }
}
automacro Warp {
    console /You gained (.*) zeny/
    exclusive 1
    call {
    $b = @invamount(Blue_Gemstone)
    do chat leave
    :Top
    $x = @arg("$.pos", 1)
    $y = @arg("$.pos", 2)
    $x0 = @eval($x - @rand(1,3))
    $y0 = @eval($y - @rand(1,3))
      do sl 27 $x0 $y0
      pause 2
    if ($a = 1,500) goto mac01
    if ($a = 2,000) goto mac02
    if ($a = 2,500) goto mac03
    if ($a = 3,000) goto mac04
      stop
# 傳送點一
      :mac01
          $x = @arg("$.pos", 1)
          $y = @arg("$.pos", 2)
          $y2 = @eval($y + -1)
          do sl 27 $x $y2
          pause 2
          do warp yuno
          do c 祝您遊戲愉快
          stop

# 傳送點二
      :mac02
          $x = @arg("$.pos", 1)
          $y = @arg("$.pos", 2)
          $y2 = @eval($y + -1)
          do sl 27 $x $y2
          pause 2
          do warp lhz_fild01
          do c 祝您遊戲愉快
          stop
# 傳送點三
      :mac03
          $x = @arg("$.pos", 1)
          $y = @arg("$.pos", 2)
          $y2 = @eval($y + -1)
          do sl 27 $x $y2
          pause 2
          do warp ve_fild03
          do c 祝您遊戲愉快
          stop
# 傳送點四
      :mac04
          $x = @arg("$.pos", 1)
          $y = @arg("$.pos", 2)
          $y2 = @eval($y + -1)
          do sl 27 $x $y2
          pause 2
          do warp yuno_fild03
          do c 傳陣已開,若看不到或進不去,請先"重登",謝謝^^
call chat
}
}
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


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


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-4-27 20:28 , Processed in 0.055303 second(s), 18 queries , Memcache On.

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

回頂部
第二步?
第三步?