So, there are some people who don't understand how new potion system works.
Everything is simple;
- You need to put potion ids in the box (example: 1111,2222,3333,...). You can put all ids or only these you're using most of the time.
- BOT scans inventory for these potion ids and uses them when needed.
- Order doesn't matter, but here is one tip: BOT will scan these ids one by one, from left to right. So, you can put less valuable potion id in the left and most valuable in the right.
- You can use "Skip slot" option to disable one slot, so bot won't be able to use potion from that slot. (For emergency.)
- If you don't know id of a potion, you can check it in the Main -> INVENTORY section.
0000 0000 0000
0000 0000 0000 > nine slots. Same as your inventory in the client, except one thing - you see item ids, not how they look.
0000 0000 0000
Boxes already contains these items by default:
2587 - Minor Health Potion
5561 - Lesser Health Potion
5562 - Small Health Potion
5563 - Great Health Potion
5564 - Major Health Potion
5565 - Fine Health Potion
5566 - Divine Health Potion
5567 - Health Potion
2584 - Minor Mana Potion
5568 - Lesser Mana Potion
5569 - Small Mana Potion
5570 - Great Mana Potion
5571 - Major Mana Potion
5572 - Fine Mana Potion
5573 - Divine Mana potion
5574 - Mana Potion
If you want to use might or other potions, buy them, check for id in the inventory and update potions list.
Or you can click on "L" button. It contains some of these ids.
Don't forget format:
itemId,itemId,itemId,itemId and so on.