follow fix and set buff/loot/combat on start
All checks were successful
/ test (push) Successful in 30s
All checks were successful
/ test (push) Successful in 30s
This commit is contained in:
parent
8abac43697
commit
5d1bbefdf4
2 changed files with 82 additions and 8 deletions
|
|
@ -48,13 +48,16 @@ STATE: {Hunt}
|
|||
DO: SetState {death}
|
||||
IF: Always
|
||||
DO: DoAll
|
||||
Chat {/vt opt set enablecombat true}
|
||||
Chat {/vt opt set IdlePeaceMode false}
|
||||
Chat {/vt opt set enablebuffing true}
|
||||
Chat {/vt opt set enablelooting true}
|
||||
Chat {/vt opt set enablecombat true}
|
||||
IF: All
|
||||
Expr {getvar[isLeader]}
|
||||
DO: DoAll
|
||||
Chat {/vt opt set navpriorityboost false}
|
||||
Chat {/vt nav load vr_circuit}
|
||||
Chat {/fellowship #followviridianrise}
|
||||
IF: All
|
||||
Expr {getvar[isLeader]}
|
||||
ChatMatch {cloud of dangerous gas!}
|
||||
|
|
@ -75,6 +78,11 @@ STATE: {Hunt}
|
|||
Expr {getvar[isLeader]==0}
|
||||
Expr {wobjectfindnearestbynameandobjectclass[24, getvar[followTarget]]!=0}
|
||||
DO: ChatExpr {\/ub follow +getvar[followTarget]}
|
||||
IF: All
|
||||
ChatMatch {^\[Fellowship\].*(say|says), \"#followviridianrise\"$}
|
||||
Expr {getvar[isLeader]==0}
|
||||
Expr {wobjectfindnearestbynameandobjectclass[24, getvar[followTarget]]!=0}
|
||||
DO: ChatExpr {\/ub follow +getvar[followTarget]}
|
||||
IF: All
|
||||
Expr {getvar[isLeader]==0}
|
||||
Expr {getfellowshipstatus[]==0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue