add disableLumCap variable to skip lum cap trigger
All checks were successful
/ test (push) Successful in 30s
All checks were successful
/ test (push) Successful in 30s
This commit is contained in:
parent
3c9b60d473
commit
3e9fa581c8
3 changed files with 17 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ These must be set before loading the meta (e.g. via launcher or `/ub setvar`):
|
|||
| `followTarget` | Yes (follower) | Follower | Leader's character name |
|
||||
| `navRoute` | Yes (leader) | Leader | Main hunting nav route name (e.g. `neftet_route`) |
|
||||
| `navWaitFollow` | Yes | Both | Return-to-start nav route name (e.g. `neftet_wait_follow`) |
|
||||
| `disableLumCap` | No | Both | `0`/unset = allow lum cap, `1` = skip lum cap transitions |
|
||||
|
||||
## Auto-Detected Variables
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@ K
|
|||
V
|
||||
n
|
||||
n
|
||||
2
|
||||
3
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
|
|
@ -686,6 +686,19 @@ e
|
|||
s
|
||||
getcharquadprop[6]>=1500000
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
getvar[disableLumCap]!=1
|
||||
i
|
||||
3
|
||||
TABLE
|
||||
2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue