automacro emotionTrigger {
console /\[(距離|dist)=(.*)\] (.*) \((\d+)\): \*(救命|過度恐慌以致靈魂出竅|布|石頭|剪刀)\*$/
exclusive 1
call {
$i = $.lastMatch4
$g = @eval (exists $::players{$::playersID[$i]}->{guild} ? $::players{$::playersID[$i]}->{guild}{name} : 'null')
if ("$g" == "XXXXXX") goto ok stop
:stop
stop
:ok
if ($.lastMatch5 == "救命") goto ioio
if ($.lastMatch5 == "過度恐慌以致靈魂出竅") goto gogo
if ($.lastMatch5 == "布") goto wave
if ($.lastMatch5 == "剪刀") goto peace
if ($.lastMatch5 == "石頭") goto fist
stop
:ioio
do sp 54 $i
stop
:gogo
do sp 28 $i 10
pause 1
do sp 28 $i 10
stop
:wave
do sp 34 $i 10
pause 1
do sp 29 $i 10
stop
:peace
$aa1 = @invamount(藍色魔力礦石)
$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 1
do warp gef_fild13
pause 1
$aa2 = @invamount(藍色魔力礦石)
if ($aa1 == $aa2) goto peace
stop
:fist
$aa1 = @invamount(藍色魔力礦石)
$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 1
do warp pay_gld
pause 1
$aa2 = @invamount(藍色魔力礦石)
if ($aa1 == $aa2) goto fist
stop
}
}
if ("$g" == "XXXXXX") goto ok stop
話說這句的XXXXXX
是打人名嗎?
從來沒人說過
一直覺的到底是公會名字還是人名
幫我解答一下
還想請問一件事
能不能讓沒有加入公會的人
自動偵測公會
我想要用公會專用飛機(傳送人員無公會)
但是不知道怎用上去
幫幫忙 謝謝 |