我是開打擊強化輔助 用表情符號觸動 可是我一做表情符號就出現下面這行,
[macro] automacro mac triggered.
無法使用技能打擊強化,已執行3次
以下是巨集腳本,求高手幫解
automacro autoCancel {
console /(.*) Cancel Chat/
exclusive 1
run-once 1
call {
$login = 1
log $.lastMatch1
pause 1
do talk resp $.lastMatch1
release all
}
}
automacro mac {
console /\[(距離|dist)=(.*)\] (.*) \((\d+)\): \*(感謝)\*$/
表情可以改 但是要跟下面巨集同步
# 操作視窗出現下列表情符號時
call {
if ($.lastMatch2 < 3) goto help
stop
:help
$i = $.lastMatch4
$g = @eval (exists $::players{$::playersID[$i]}->{guild} ? $::players{$::playersID[$i]}->{guild}{name} : 'null')
#if ("$.lastMatch3" == "黑名單人物") goto stop
#if ("$.lastMatch3" == "允許使用的角色ID") goto ok
#if ("$.lastMatch3" == "允許使用的角色ID") goto ok
#if ("$.lastMatch3" == "允許使用的角色ID") goto ok
#if ("$.lastMatch3" == "允許使用的角色ID") goto ok
#if ("$g" == "允許使用的公會名稱") goto ok
stop
:ok
if ($.lastMatch5 == "感謝") goto fist
:fist
do sp 2451 $.lastMatch4 10
pause 0.3
stop
:stop
stop
}
}
automacro pubmguild {
console /\[(距離|dist)=(.*)\] (.*) \((\d+)\): (9)/
喊甚麼放護貝可以改 但請與下面巨集同步
call {
$i = $.lastMatch4
if ($.lastMatch2 > 2) goto stop
$g = @eval (exists $::players{$::playersID[$i]}->{guild} ? $::players{$::playersID[$i]}->{guild}{name} : 'null')
if ("$d" > 3 ) goto stop
#if ("$.lastMatch3" == "黑名單人物") goto stop
#if ("$.lastMatch3" == "允許使用的角色ID") goto ok
#if ("$.lastMatch3" == "允許使用的角色ID") goto ok
#if ("$.lastMatch3" == "允許使用的角色ID") goto ok
#if ("$g" == "允許使用的公會名稱") goto ok
stop
:ok
if ($.lastMatch5 == "9") goto mac01
stop
:mac01
do sp 403 $i 10
pause 0.3
stop
:stop
stop
}
}
|