Compare commits

..

No commits in common. "41665df304245348955e2a3ee4ccd15ba9e0122f" and "664f5b16abef262d9ed08299594b97beaaa72757" have entirely different histories.

2 changed files with 70 additions and 2 deletions

View file

@ -45,6 +45,11 @@ STATE: {combat} ~~ {
DO: SetState {ring_fail}
IF: NoMobsInDist 5
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} ~~ {
IF: Always

View file

@ -11,7 +11,7 @@ n
n
n
n
47
48
i
1
i
@ -52,6 +52,69 @@ hunt
s
combat
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
i
2