This commit is contained in:
parent
5d1bbefdf4
commit
9934c073b1
2 changed files with 50 additions and 1 deletions
|
|
@ -62,6 +62,10 @@ STATE: {Hunt}
|
||||||
Expr {getvar[isLeader]}
|
Expr {getvar[isLeader]}
|
||||||
ChatMatch {cloud of dangerous gas!}
|
ChatMatch {cloud of dangerous gas!}
|
||||||
DO: CallState {vr_gas_dodge} {Hunt}
|
DO: CallState {vr_gas_dodge} {Hunt}
|
||||||
|
IF: All
|
||||||
|
Expr {getvar[isLeader]}
|
||||||
|
ChatMatch {cloud of poisonous gas!}
|
||||||
|
DO: CallState {vr_gas_dodge} {Hunt}
|
||||||
IF: ChatCapture {(?<who>\w[\w ]*\w) has died!$} {}
|
IF: ChatCapture {(?<who>\w[\w ]*\w) has died!$} {}
|
||||||
DO: DoAll
|
DO: DoAll
|
||||||
Chat {/vt opt set navpriorityboost true}
|
Chat {/vt opt set navpriorityboost true}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
35
|
36
|
||||||
i
|
i
|
||||||
2
|
2
|
||||||
i
|
i
|
||||||
|
|
@ -288,6 +288,51 @@ Hunt
|
||||||
s
|
s
|
||||||
Hunt
|
Hunt
|
||||||
i
|
i
|
||||||
|
2
|
||||||
|
i
|
||||||
|
5
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
2
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
getvar[isLeader]
|
||||||
|
i
|
||||||
|
4
|
||||||
|
s
|
||||||
|
cloud of poisonous gas!
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
2
|
||||||
|
s
|
||||||
|
st
|
||||||
|
s
|
||||||
|
vr_gas_dodge
|
||||||
|
s
|
||||||
|
ret
|
||||||
|
s
|
||||||
|
Hunt
|
||||||
|
s
|
||||||
|
Hunt
|
||||||
|
i
|
||||||
28
|
28
|
||||||
i
|
i
|
||||||
3
|
3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue