This commit is contained in:
parent
0d7f9befc0
commit
81345ed1c9
2 changed files with 78 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ STATE: {Default}
|
|||
DO: DoAll
|
||||
DoExpr {touchvar[deathCount]}
|
||||
DoExpr {touchvar[deathClock]}
|
||||
DoExpr {clearvar[vrRunbackNavLoaded]}
|
||||
IF: All
|
||||
Expr {getvar[isLeader]}
|
||||
DO: DoAll
|
||||
|
|
@ -83,6 +84,8 @@ STATE: {Hunt}
|
|||
DO: Chat {/fellowship #tomuchviteaviridianrise}
|
||||
IF: ChatMatch {^\[Fellowship\].*(say|says), \"#tomuchviteaviridianrise\"$}
|
||||
DO: SetState {vitae_run}
|
||||
IF: ChatMatch {^\[Fellowship\].*(say|says), \"#vitaerundoneviridianrise\"$}
|
||||
DO: SetState {Default}
|
||||
IF: All
|
||||
ChatCapture {^Your fellow (?<who>\w[\w ]*\w) has died!$} {}
|
||||
Expr {getvar[capturegroup_who]==getvar[followTarget]}
|
||||
|
|
@ -218,6 +221,11 @@ STATE: {run_away}
|
|||
DO: SetState {vitae_run}
|
||||
|
||||
STATE: {vitae_run}
|
||||
IF: Death
|
||||
DO: DoAll
|
||||
DoExpr {clearvar[deathCount]}
|
||||
DoExpr {clearvar[deathClock]}
|
||||
SetState {death}
|
||||
IF: Always
|
||||
DO: DoAll
|
||||
Chat {/vt opt set enablecombat false}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue