cap on certain items?

JaxxJohn

New member
Yes - in your pickit.
I think its "MaxQuantity == 2"
But I might not remember correctly.
Im at work so i cant check, but im sure you can find it, if you just go through the pickit files.
Then you just copy that part, to the items you want.
 

vorian

New member
[name] == solrune ## [MaxQuanity] == 5

add the ## {MaxQuanity] == 5 to the end

And for items with properties (such as sockets or +stats) defined after a #, add another single # at the end, ex:

Code:
[name] == CrystalSword  && [Quality] <= superior # [Sockets] == 4 # [MaxQuantity] == 2                         // Spirit
 
Top