Compare commits

..

2 commits

Author SHA1 Message Date
41665df304 let MosswartMassacre handle rare shouting
All checks were successful
/ test (push) Successful in 17s
2025-04-09 23:10:19 +02:00
b860068b04 let MosswartMassacre handle rare shouting 2025-04-09 23:08:53 +02:00
2 changed files with 2 additions and 70 deletions

View file

@ -44,12 +44,7 @@ STATE: {combat} ~~ {
IF: SecsInStateGE 60 IF: SecsInStateGE 60
DO: SetState {ring_fail} DO: SetState {ring_fail}
IF: NoMobsInDist 5 IF: NoMobsInDist 5
DO: SetState {hunt} DO: SetState {hunt}
IF: All
ChatCapture {^(?<name>['A-Za-z ]+) (?<text>has discovered the .*!)$} {}
Expr {$capturegroup_name==getcharstringprop[1]}
DO: DoAll
ChatExpr {\/a +getvar[capturegroup_text]}
~~ } ~~ }
STATE: {death} ~~ { STATE: {death} ~~ {
IF: Always IF: Always

View file

@ -11,7 +11,7 @@ n
n n
n n
n n
48 47
i i
1 1
i i
@ -52,69 +52,6 @@ hunt
s s
combat combat
i i
2
i
3
TABLE
2
K
V
n
n
2
i
28
TABLE
2
k
v
n
n
2
s
p
s
^(?<name>['A-Za-z ]+) (?<text>has discovered the .*!)$
s
c
s
i
26
TABLE
2
k
v
n
n
1
s
e
s
$capturegroup_name==getcharstringprop[1]
TABLE
2
K
V
n
n
1
i
8
TABLE
2
k
v
n
n
1
s
e
s
\/a +getvar[capturegroup_text]
s
combat
i
1 1
i i
2 2