轉至仙研 o1oo22ooo333 大大


 






########主人找跟隨#####################
automacro findSlave {
   pm /x (.*) (.*) (.*)/
   call {
   $slavemap = $.lastMatch1
   $slavemapx = $.lastMatch2
   $slavemapy = $.lastMatch3
   $mymap = $.map
   if ($slavemap == $mymap) goto findslave
   do pm "$.lastpm" x $.map $.pos
   stop
:findslave
   do pm "$.lastpm" x $.map $.pos
   do move $slavemap $slavemapx $slavemapy
   }
}
automacro clear {
   pm /clear/
   call {
   do eval AI::clear("move", "route");
   }
}

######跟隨找主人###############
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
   }
}
automacro gotoMaster {
   pm /x (.*) (.*) (.*)/
   call {
   $pm = $.lastpm
   if ($pm != $master) stop
   do move $.lastMatch1 $.lastMatch2 $.lastMatch3
   }
}
automacro foundMaster {
   console /^Found my master!/
   call {
   do pm "$master" clear
   }
}
overallAuth裡.兩個BB都要.打手BB打跟隨.跟隨BB打打手id
#<允許遠端控制玩家ID> <0=關、1=開>
換成你的人物名子 1


 

 

########主人找跟隨#####################
automacro findSlave {
   pm /x (.*) (.*) (.*)/
   call {
   $slavemap = $.lastMatch1
   $slavemapx = $.lastMatch2
   $slavemapy = $.lastMatch3
   $mymap = $.map
   if ($slavemap == $mymap) goto findslave
   do pm "$.lastpm" x $.map $.pos
   stop
:findslave
   do pm "$.lastpm" x $.map $.pos
   do move $slavemap $slavemapx $slavemapy
   }
}
automacro clear {
   pm /clear/
   call {
   do eval AI::clear("move", "route");
   }
}

######跟隨找主人###############
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
   }
}
automacro gotoMaster {
   pm /x (.*) (.*) (.*)/
   call {
   $pm = $.lastpm
   if ($pm != $master) stop
   do move $.lastMatch1 $.lastMatch2 $.lastMatch3
   }
}
automacro foundMaster {
   console /^Found my master!/
   call {
   do pm "$master" clear
   }
}

 

 

 

 

詳細說明使用方式如下:

 

巨集都不用動到.不用增加或減少甚麼~只是把巨集直接複製到 macros 裡 就在填帳密那本旁邊另一本你找一下

( 打手複製 )  主人找跟隨 的巨集法語 ( 貼到 macros 裡)

( 跟隨複製 )  跟隨找主人 的巨集法語 ( 貼到 macros 裡)

overallAuth 裡互填人物ID 1 就行 ( overallAuth ) 就在填帳密那config本旁邊另一本你找一下

( 打手的外掛 overallAuth 裡 填 跟隨者ID 1 ) ID後空一格再填1

( 跟隨的外掛 overallAuth 裡 填 打手者ID 1 ) ID後空一格再填1

例: #<允許遠端控制玩家ID> <0=關、1=開>
     XXXX 1
arrow
arrow
    全站熱搜

    aaa1314 發表在 痞客邦 留言(1) 人氣()