Page 1 of 1

potion select strategy - best or minstack - the difference?

Posted: Tue Dec 22, 2009 6:46 am
by arntom
hello,
can someone explain me the difference between best and minstack

Code: Select all

<option name="USE_HP_POTION" value="best" /> <!-- potion select strategy: best|minstack -->
<option name="USE_MANA_POTION" value="best" /> <!-- potion select strategy: best|minstack -->
thxs for your help

Re: potion select strategy - best or minstack - the difference?

Posted: Tue Dec 22, 2009 7:35 am
by Administrator
Seems undocumented. My best guess is that 'best' would use the highest level potion, and 'minstack' would use the stack with the fewest quantity first. So, if you had a stack of 20 level 5 potions, and a stack of 50 level 10 potions, it would use the level 5 potions first.

Re: potion select strategy - best or minstack - the difference?

Posted: Tue Dec 22, 2009 7:59 am
by arntom
Ok, thank u for your explanation. i try it out.
Administrator wrote:Seems undocumented.
yes, i have search all before posting, wiki, forum, world wide ...
greetings

Re: potion select strategy - best or minstack - the difference?

Posted: Sat Dec 26, 2009 6:34 pm
by d003232
Administrator wrote:Seems undocumented. My best guess is that 'best' would use the highest level potion, and 'minstack' would use the stack with the fewest quantity first. So, if you had a stack of 20 level 5 potions, and a stack of 50 level 10 potions, it would use the level 5 potions first.
Thats right.

"best" will use the postions with the highest level or if at the same level with the highest potential (if defined in the consumable database). And "minstack" as you said the smallest stack.

The reason for 'minstack' was to save slots (and money) by first using the new potions one is getting from loot.