koolo icon indicating copy to clipboard operation
koolo copied to clipboard

Move potions to belt after corpse recovery

Open Sunblood opened this issue 10 months ago • 2 comments

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 avatar Mar 12 '25 18:03 Sunblood

@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

artosimonyan avatar Mar 13 '25 07:03 artosimonyan

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)

elb91 avatar Mar 17 '25 13:03 elb91