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}
|
||||
IF: ChatCapture {(?<who>\w[\w ]*\w) has died!$} {}
|
||||
DO: DoAll
|
||||
Chat {/vt opt set enablelooting false}
|
||||
Chat {/vt opt set enablecombat false}
|
||||
Chat {/vt opt set navpriorityboost true}
|
||||
SetState {vr_runback}
|
||||
IF: All
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue