Move potions to belt after corpse recovery
Shift + left clicks on all potions in inventory so they move back into belt slots instead of getting sold.
Requires Shift+click fix from https://github.com/hectorgimenez/koolo/pull/684 to function correctly
@Sunblood this should be a part of the belt management script. Also clicking all potions can make unwanted potions go in the belt.
Check the logic for belt management and implement something similar, only shift+click a pot when needed/has a missing one in the belt
Yeah belt doesnt remember emplacement for potions after you died. It isnt completely random but have to help it a little bit. When doing shift+click it does the following : Starting from the top-left slot, filling from left to right and top to bottom.
However if 1 potion is on each row( no holes) it would work so need little logic here.
Technically when you die it keeps one potion of each in belt( in wanted order) unless you had none left( rejuv will be more tricky for that)