Theraze
Active member
If UR uses buy(quantity, item) then that's an explicit action that ignores aBPL. If it uses retrieve_item then that will respect aBPL...
One more note. If it uses buy(quantity, item, price) - I think that's the order of the three - then it will spend up the the price per item, but not go above it.
Guessing though that UR uses the 2-parameter buy, which will spend as much as needed to acquire that item, if it's in any way possible, even if it's cheaper to buy component items and convert them or something similar, which is why I love retrieve_item since jason's awesome changes.
One more note. If it uses buy(quantity, item, price) - I think that's the order of the three - then it will spend up the the price per item, but not go above it.
Guessing though that UR uses the 2-parameter buy, which will spend as much as needed to acquire that item, if it's in any way possible, even if it's cheaper to buy component items and convert them or something similar, which is why I love retrieve_item since jason's awesome changes.