add IdlePeaceMode toggle: true in lum_cap, false in Hunt
All checks were successful
/ test (push) Successful in 34s
All checks were successful
/ test (push) Successful in 34s
This commit is contained in:
parent
15fec6430e
commit
dad11682cc
2 changed files with 19 additions and 2 deletions
|
|
@ -132,6 +132,8 @@ STATE: {Hunt} ~~ {
|
|||
DO: SetState {turn_in_quests}
|
||||
IF: Always
|
||||
DO: Chat {/vt opt set enablecombat true}
|
||||
IF: Always
|
||||
DO: Chat {/vt opt set IdlePeaceMode false}
|
||||
IF: All
|
||||
Expr {getvar[isLeader]}
|
||||
DO: DoAll
|
||||
|
|
@ -1286,6 +1288,7 @@ STATE: {lum_cap} ~~ {
|
|||
Chat {/vt opt set enablelooting false}
|
||||
Chat {/vt opt set enablebuffing true}
|
||||
Chat {/vt opt set enablenav true}
|
||||
Chat {/vt opt set IdlePeaceMode true}
|
||||
Chat {/vt nav load nav_nalicana}
|
||||
SetWatchdog 5 300 {stuck}
|
||||
~~ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue