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

This commit is contained in:
Erik 2026-05-12 21:48:32 +02:00
parent e963537f50
commit 2fbd14c4ab
4 changed files with 46 additions and 26 deletions

View file

@ -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]}