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

[原創] 城戰好用輔助機Part3 修羅---點穴機(點穴/++ 2巨集)

jaso0418 發表於 2013-9-6 09:38:33 | 只看該作者 回帖獎勵 |倒序瀏覽 |
複製巨集的時候請把紅色部分的解釋刪除~
藍色的部分則是可以改的表情



automacro mac {

         console /\[(距離|dist)=(.*)\] (.*) \((\d+)\): \*(流冷汗)\*$/
         表情可以改 但是要跟下面巨集同步
         exclusive 1

         call {

         if ($.lastMatch2 < 9) goto help

         stop

         

         :help

         $i = $.lastMatch4

         $g = @eval (exists $::players{$::playersID[$i]}->{guild} ? $::players{$::playersID[$i]}->{guild}{name} : 'null')



        if ($.lastMatch5 == "流冷汗") goto fist


        :fist

                do sp 34 $i 10

                pause 1

                do sp 29 $i 10

                pause 1

               
        :stop

         stop

               
         }

}

automacro emoguild {

        console /\[(距離|dist)=(.*)\] (.*) \((\d+)\): \*(感謝|奸笑)\*$/
        表情可以改 但是要跟下面巨集同步

        call {

        if ($.lastMatch2 < 9) goto emoguild

        stop

        :emoguild

        $n = $.lastMatch4


        do eval foreach my $_player (@{$::playersList->getItems()}) { next if $_player->{name} eq ""; next if $_player->{actorType} ne "Player"; if ($_player->{'binID'} eq "$n") {$::Macro::Data::varStack{name} = $_player->{'name'}; $::Macro::Data::varStack{job} = $_player->job; $::Macro::Data::varStack{lvl} = $_player->{'lv'}; $::Macro::Data::varStack{sex} = $::sex_lut{$_player->{'sex'}}; $::Macro::Data::varStack{pos} = "$_player->{pos_to}{x}" . " $_player->{pos_to}{y}"; $::Macro::Data::varStack{dist} = sprintf("%.1f", distance($::char->{pos_to}, $_player->{pos_to})); $::Macro::Data::varStack{guild} = $_player->{guild} ? $_player->{guild}{name} : ''; $::Macro::Data::varStack{id} = $_player->{'binID'}; $::Macro::Data::varStack{status} = join (", ", keys %{$_player->{statuses}});}}

         if ("$.lastMatch3" == "禁止使用的角色ID") goto stop
         if ("$.lastMatch3" == "允許使用的角色ID") goto ok

         if ("$g" == "禁止使用的公會名稱") goto stop
         if ("$g" == "允許使用的公會名稱") goto ok


         stop

         
         :ok


        if ($.lastMatch5 == "奸笑") goto live
        if ($.lastMatch5 == "感謝") goto half
        奸笑放穴活 感謝放穴半
        :live

        do sp 2348 $.lastMatch4 10

        stop

        :half

        do sp 2347 $.lastMatch4 10

        stop
   }

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

使用道具 舉報


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


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-11-24 17:45 , Processed in 0.039026 second(s), 16 queries , Memcache On.

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

回頂部
第二步?
第三步?