local select_strategy_minstack = "minstack";
local select_strategy_default = "best";
if( settings.profile.options.USE_MANA_POTION == select_strategy_minstack ) then
select_strategy = select_strategy_minstack;
else
select_strategy = select_strategy_default;
end
So in order to change it to use worst or best, basically would need to recode the entire function CInventory:bestAvailableConsumable(type) which I never planned to do when I added in the usage of the other potions.
Maybe rock has the time OR maybe someone else has the time to do it.
Remember no matter you do in life to always have a little fun while you are at it
So let me understand, if your hp is 80% does it use the 40% pot or does it use the 20% pot?. If the 20 then I would just change the hp level the pot gets used. Or I'd just carry around the 20% pots. If I'm going to to go kill low level mobs to level my skill and only want to use 20% pots, then I would go to my bank and gear myself appropriately and drop off all the pots I don't want to use.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
for a easier managment (for u) u could put this list into the svn along the branch, and the URL to the file (inside the svn), link in the forum.
so revisions and documentation/todo and so on is always sync, especially if u have to look for changes
Last edited by Micke on Fri Feb 01, 2013 9:46 am, edited 1 time in total.
Wow you've resurrected an old post. I only used this list when I had so many things on my plate that I couldn't keep track of them all. I don't use it any more. Maybe I deal with things faster these days.
Surprisingly, I've since done quite a few of those unfinished tasks.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.