搜尋


返回清單
切換到指定樓層
通知這文章過時或找檔案 發表主題

有關 跟隨巨集

[複製連結]
1
ks9sov ( Lv.10 見習生 ) 發表於 2011-11-16 10:58:39 | 只看該作者 回覆獎勵 |降序瀏覽 |閱讀模式
有關 跟隨巨集
求問 跟隨及被跟隨的人物名要放在那裡
謝謝
#find master
automacro findMaster {
  timeout 3
  console /^I lost my master/
  call {
  $master = @config (followTarget)
  do pm "$master" x $.map $.pos
  }
}
automacro findMaster2 {
  timeout 3
  console /^Calculating route to find master/
  call {
  $master = @config (followTarget)
  do pm "$master" x $.map $.pos
  }
}
#goto master
automacro gotoMaster {
  pm /x (.*) (.*) (.*)/
  call {
  $pm = $.lastpm
  if ($pm != $master) stop
  do move $.lastMatch1 $.lastMatch2 $.lastMatch3
  }
}
#when master is found
automacro foundMaster {
  console /^Found my master!/
  call {
  do pm "$master" clear
  }
}




跟隨

#Slave Macro
################################
######FIND MASTER###############
################################
#find master
automacro findMaster {
  timeout 4
  console /I lost my master/
  call {
  $master = @config (followTarget)
  do pm "$master" Where are you?
  }
}
automacro findMaster2 {
  timeout 4
  console /Calculating route to find master/
  call {
  $master = @config (followTarget)
  do pm "$master" Where are you?
  }
}

#goto master
automacro gotoMaster {
  pm /at (.*) (.*) (.*)/
  call {
  $pm = $.lastpm
  if ($pm != $master) stop
  do move $.lastMatch1 $.lastMatch2 $.lastMatch3
  }
}

#when master is found
automacro foundMaster {
  console /Found my master/
  call {
  do pm "$master" I found
  }
}





大家正在看啥


收藏收藏 分享文章到FB上分享
複製專屬你的推廣連結:發至FB與各論壇宣傳:累積點數換GP商品 & 藍鑽
每五點閱率就可以兌換藍鑽積分或遊戲點卡 夢遊推廣文章換GP商品
2
dj630017 ( Lv.10 見習生 ) 發表於 2012-5-3 23:27:27 | 只看該作者
回復 1# ks9sov


    #find master   <<<===這個是打手
automacro findMaster {
  timeout 3
  console /^I lost my master/
  call {
  $master = @config (followTarget)
  do pm "$master" x $.map $.pos
  }
}
automacro findMaster2 {
  timeout 3
  console /^Calculating route to find master/
  call {
  $master = @config (followTarget)
  do pm "$master" x $.map $.pos
  }
}
#goto master
automacro gotoMaster {
  pm /x (.*) (.*) (.*)/
  call {
  $pm = $.lastpm
  if ($pm != $master) stop
  do move $.lastMatch1 $.lastMatch2 $.lastMatch3
  }
}
#when master is found
automacro foundMaster {
  console /^Found my master!/
  call {
  do pm "$master" clear
  }
}




跟隨

#Slave Macro <<==這個是補師
################################
######FIND MASTER###############
################################
#find master
automacro findMaster {
  timeout 4
  console /I lost my master/
  call {
  $master = @config (followTarget)
  do pm "$master" Where are you?
  }
}
automacro findMaster2 {
  timeout 4
  console /Calculating route to find master/
  call {
  $master = @config (followTarget)
  do pm "$master" Where are you?
  }
}

#goto master
automacro gotoMaster {
  pm /at (.*) (.*) (.*)/
  call {
  $pm = $.lastpm
  if ($pm != $master) stop
  do move $.lastMatch1 $.lastMatch2 $.lastMatch3
  }
}

#when master is found
automacro foundMaster {
  console /Found my master/
  call {
  do pm "$master" I found
  }
}




  沒記錯應該是這樣!!
回覆 使用道具 檢舉

你需要登入後才可以回覆 登入 | 加入會員

本版積分規則

Copyright (C) 2010-2020 夢遊電玩論壇

廣告合作:請直接聯繫我們,並附上您預刊登位置的預算。  

快速回覆 返回頂端 返回清單