set navpriorityboost for leader when someone dies
All checks were successful
/ test (push) Successful in 21s
All checks were successful
/ test (push) Successful in 21s
This commit is contained in:
parent
6aaadd36ba
commit
f50ee8588a
2 changed files with 17 additions and 2 deletions
|
|
@ -60,7 +60,9 @@ STATE: {Hunt}
|
||||||
ChatMatch {cloud of dangerous gas!}
|
ChatMatch {cloud of dangerous gas!}
|
||||||
DO: CallState {vr_gas_dodge} {Hunt}
|
DO: CallState {vr_gas_dodge} {Hunt}
|
||||||
IF: ChatCapture {(?<who>\w[\w ]*\w) has died!$} {}
|
IF: ChatCapture {(?<who>\w[\w ]*\w) has died!$} {}
|
||||||
DO: SetState {vr_runback}
|
DO: DoAll
|
||||||
|
Chat {/vt opt set navpriorityboost true}
|
||||||
|
SetState {vr_runback}
|
||||||
IF: All
|
IF: All
|
||||||
ItemCountLE 100 {Prismatic Taper}
|
ItemCountLE 100 {Prismatic Taper}
|
||||||
NoMobsInDist 5
|
NoMobsInDist 5
|
||||||
|
|
|
||||||
|
|
@ -278,7 +278,7 @@ Hunt
|
||||||
i
|
i
|
||||||
28
|
28
|
||||||
i
|
i
|
||||||
1
|
3
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
k
|
k
|
||||||
|
|
@ -294,6 +294,19 @@ s
|
||||||
c
|
c
|
||||||
s
|
s
|
||||||
|
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
2
|
||||||
|
i
|
||||||
|
2
|
||||||
|
s
|
||||||
|
/vt opt set navpriorityboost true
|
||||||
|
i
|
||||||
|
1
|
||||||
s
|
s
|
||||||
vr_runback
|
vr_runback
|
||||||
s
|
s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue