devonmcarthur
New member
Unfortunately I can't provide exact repro cause I haven't figured out why yet. It happens when you have several items in the queue.
Regardless, I'd like to suggest a change to the autobuy system:
2 lists, one buy, one sell.
The logic would be
if (enoughSoulsToBuy & noEmptySlotsOfType) { sellNextOfType; buyNext; }
Because I just can't really think of a reason you would sell an item unless you need the slot.
Regardless, I'd like to suggest a change to the autobuy system:
2 lists, one buy, one sell.
The logic would be
if (enoughSoulsToBuy & noEmptySlotsOfType) { sellNextOfType; buyNext; }
Because I just can't really think of a reason you would sell an item unless you need the slot.