add disableLumCap variable to skip lum cap trigger
All checks were successful
/ test (push) Successful in 30s

This commit is contained in:
Erik 2026-03-07 23:12:18 +01:00
parent 3c9b60d473
commit 3e9fa581c8
3 changed files with 17 additions and 1 deletions

View file

@ -10,6 +10,7 @@
~~ navRoute - main hunting route (leader only, e.g. neftet_route)
~~ navWaitFollow - return-to-start route (both roles, e.g. neftet_wait_follow / neftet_wait_follow2)
~~ ammoType - 0 = mage/none, 1 = xbow, 2 = bow
~~ disableLumCap - 0 = enable lum_cap, 1 = skip lum_cap
~~ (navCloseStopRangeDefault removed - hardcoded to 0.00825 for both roles)
~~
@ -136,6 +137,7 @@ STATE: {Hunt} ~~ {
DO: SetState {seer_cap}
IF: All
Expr {getcharquadprop[6]>=1500000}
Expr {getvar[disableLumCap]!=1}
Any
Expr {getcharintprop[333]<5}
Expr {getcharintprop[334]<5}