disable combat and looting on fellow death
All checks were successful
/ test (push) Successful in 31s
All checks were successful
/ test (push) Successful in 31s
This commit is contained in:
parent
9934c073b1
commit
8f7021f6fe
2 changed files with 10 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ STATE: {Hunt}
|
||||||
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: DoAll
|
DO: DoAll
|
||||||
|
Chat {/vt opt set enablelooting false}
|
||||||
|
Chat {/vt opt set enablecombat false}
|
||||||
Chat {/vt opt set navpriorityboost true}
|
Chat {/vt opt set navpriorityboost true}
|
||||||
SetState {vr_runback}
|
SetState {vr_runback}
|
||||||
IF: All
|
IF: All
|
||||||
|
|
|
||||||
|
|
@ -357,7 +357,15 @@ K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
|
4
|
||||||
|
i
|
||||||
2
|
2
|
||||||
|
s
|
||||||
|
/vt opt set enablelooting false
|
||||||
|
i
|
||||||
|
2
|
||||||
|
s
|
||||||
|
/vt opt set enablecombat false
|
||||||
i
|
i
|
||||||
2
|
2
|
||||||
s
|
s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue