bore/neftet: replace savedAttackRange with launcher-set attackRange variable; lockandkey: equip_idle state and quest gear swap in nav
All checks were successful
/ test (push) Successful in 37s
All checks were successful
/ test (push) Successful in 37s
This commit is contained in:
parent
e963537f50
commit
2fbd14c4ab
4 changed files with 46 additions and 26 deletions
|
|
@ -204,6 +204,7 @@ STATE: {Default} ~~ {
|
|||
DO: DoAll
|
||||
Chat {/ub opt set VTank.PatchExpressionEngine true}
|
||||
Chat {/vt opt set autocram true}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[attackRange]}
|
||||
ChatExpr {\/vt nav load bore_circuit+getvar[navNumber]}
|
||||
Chat {/vt opt set enablenav true}
|
||||
Chat {/vt opt set buffprofile_prots 2}
|
||||
|
|
@ -993,6 +994,7 @@ STATE: {service_use_augment} ~~ {
|
|||
STATE: {service_reset_main} ~~ {
|
||||
IF: Always
|
||||
DO: DoAll
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[attackRange]}
|
||||
DoExpr {clearvar[questsRequested]}
|
||||
DoExpr {clearvar[stipendNavLoaded]}
|
||||
DoExpr {clearvar[augmentNav]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue