lower mana scarab recomp threshold to <1000, simplify condition
All checks were successful
/ test (push) Successful in 22s
All checks were successful
/ test (push) Successful in 22s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
89fa6b5767
commit
1b9df5d0ef
2 changed files with 3 additions and 67 deletions
|
|
@ -60,11 +60,7 @@ STATE: {Default} ~~ {
|
|||
ChatExpr {\/ub give +getvar[capturegroup_num]+` Mana Scarab to `+getvar[capturegroup_who]}
|
||||
Chat {/a [motes] Mana Scarab request fulfilled.}
|
||||
SetState {Default}
|
||||
IF: All
|
||||
ItemCountLE 99 {Mana Scarab}
|
||||
ItemCountLE 0 {Pyreal Nugget}
|
||||
ItemCountLE 49 {Pyreal Sliver}
|
||||
ItemCountLE 49 {Pyreal Mote}
|
||||
IF: ItemCountLE 999 {Mana Scarab}
|
||||
DO: DoAll
|
||||
Chat {/a [motes] Low on Mana Scarabs, heading to recomp.}
|
||||
Chat {/vt nav load nav_gilly}
|
||||
|
|
|
|||
|
|
@ -303,20 +303,11 @@ Default
|
|||
s
|
||||
Default
|
||||
i
|
||||
2
|
||||
11
|
||||
i
|
||||
3
|
||||
TABLE
|
||||
2
|
||||
K
|
||||
V
|
||||
n
|
||||
n
|
||||
4
|
||||
i
|
||||
11
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
|
|
@ -329,58 +320,7 @@ Mana Scarab
|
|||
s
|
||||
c
|
||||
i
|
||||
99
|
||||
i
|
||||
11
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
2
|
||||
s
|
||||
n
|
||||
s
|
||||
Pyreal Nugget
|
||||
s
|
||||
c
|
||||
i
|
||||
0
|
||||
i
|
||||
11
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
2
|
||||
s
|
||||
n
|
||||
s
|
||||
Pyreal Sliver
|
||||
s
|
||||
c
|
||||
i
|
||||
49
|
||||
i
|
||||
11
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
2
|
||||
s
|
||||
n
|
||||
s
|
||||
Pyreal Mote
|
||||
s
|
||||
c
|
||||
i
|
||||
49
|
||||
999
|
||||
TABLE
|
||||
2
|
||||
K
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue