Compare commits
No commits in common. "41665df304245348955e2a3ee4ccd15ba9e0122f" and "664f5b16abef262d9ed08299594b97beaaa72757" have entirely different histories.
41665df304
...
664f5b16ab
2 changed files with 70 additions and 2 deletions
7
bore.af
7
bore.af
|
|
@ -44,7 +44,12 @@ STATE: {combat} ~~ {
|
|||
IF: SecsInStateGE 60
|
||||
DO: SetState {ring_fail}
|
||||
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} ~~ {
|
||||
IF: Always
|
||||
|
|
|
|||
65
bore.met
65
bore.met
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue