Username: Password:

Author Topic: New potions system explanation.  (Read 4623 times)

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
New potions system explanation.
« on: April 17, 2015, 12:11:12 PM »
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.

Code: [Select]
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:
Code: [Select]
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:
Code: [Select]
itemId,itemId,itemId,itemId and so on.
« Last Edit: April 21, 2015, 06:05:53 PM by Mindee »




Mindee-BOT creator, founder and developer.

Offline rvs

  • Harsh but fair
  • Global Moderator
  • Wolf
  • *****
  • Posts: 132
  • Cookies 5
  • Everything is a matter time..
    • View Profile
Re: New potions system explanation.
« Reply #1 on: April 17, 2015, 01:49:46 PM »
Everything is easy - just use head. [ntdh]
« Last Edit: April 17, 2015, 02:18:02 PM by rvs »
Quote from: Bob Dylan
Don’t criticize what you can’t understand

Offline FFXLT 1W

  • Botternator
  • Bug
  • *****
  • Posts: 6
  • Cookies 0
  • 1 world best :D i am FFXLT
    • View Profile
    • FFXlt
Re: New potions system explanation.
« Reply #2 on: April 19, 2015, 04:48:05 AM »
Can u add this functions, edit way and delete way?

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: New potions system explanation.
« Reply #3 on: April 19, 2015, 10:39:39 AM »
Can u add this functions, edit way and delete way?

 [sadtroll] OFF-TOPIC


Mindee-BOT creator, founder and developer.