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
10
af/neftet.af
10
af/neftet.af
|
|
@ -111,7 +111,7 @@ STATE: {Default} ~~ {
|
|||
Chat {/vt opt set enablebuffing true}
|
||||
Chat {/vt opt set enablenav true}
|
||||
Chat {/vt opt set navpriorityboost false}
|
||||
GetOpt {attackdistance} {savedAttackRange}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[attackRange]}
|
||||
ChatExpr {\/vt nav load +getvar[navRoute]}
|
||||
Chat {/ub fellow create Sawato Rockstyle}
|
||||
DoExpr {setvar[pickFlowers, 1]}
|
||||
|
|
@ -127,7 +127,7 @@ STATE: {Default} ~~ {
|
|||
Chat {/vt opt set enablebuffing true}
|
||||
Chat {/vt opt set enablenav true}
|
||||
Chat {/vt opt set navpriorityboost true}
|
||||
GetOpt {attackdistance} {savedAttackRange}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[attackRange]}
|
||||
SetState {service_quest_refresh}
|
||||
~~ }
|
||||
STATE: {Hunt} ~~ {
|
||||
|
|
@ -385,7 +385,7 @@ STATE: {service_decide} ~~ {
|
|||
IF: Always
|
||||
DO: DoAll
|
||||
ChatExpr {\/vt opt set navpriorityboost +iif[getvar[isLeader],`false`,`true`]}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[savedAttackRange]}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[attackRange]}
|
||||
DoExpr {setvar[serviceClock,stopwatchcreate[]]}
|
||||
DoExpr {stopwatchstart[getvar[serviceClock]]}
|
||||
SetState {Hunt}
|
||||
|
|
@ -443,7 +443,7 @@ STATE: {service_bella_backoff} ~~ {
|
|||
Chat {/a [bella] backoff tripped, disabling augment services for 24h}
|
||||
Chat {/vt opt set enablecombat true}
|
||||
Chat {/vt opt set enablenav true}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[savedAttackRange]}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[attackRange]}
|
||||
DoExpr {setvar[disableAugmentServices, 1]}
|
||||
DoExpr {setvar[bellaStartAttempts, 0]}
|
||||
DoExpr {setvar[bellaAhPrimaryAttempts, 0]}
|
||||
|
|
@ -1072,7 +1072,7 @@ STATE: {service_reset_main} ~~ {
|
|||
IF: Always
|
||||
DO: DoAll
|
||||
ChatExpr {\/vt opt set navpriorityboost +iif[getvar[isLeader],`false`,`true`]}
|
||||
ChatExpr {\/vt opt set attackdistance +getvar[savedAttackRange]}
|
||||
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