BBot - The best bot of the world
Protector does not work - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Protector does not work (/thread-14912.html)



Protector does not work - wouwouwubbzy - 05-06-2014

Hello guys, could you please tell me what I am doing wrong?

I've selected protector to stop automotion and close tibia if pots lower than... and then even if I have less potions it doesn't do anything...

[Image: bbotbugpots.jpg]
image hosting 30 mb


Re: Protector does not work - LeandroBento - 05-06-2014

Is small health pot ? No is health pot ??


RE: Protector does not work - wouwouwubbzy - 05-06-2014

14:59 You see 32 small health potions.
They weigh 84.80 oz.


RE: Protector does not work - mr. Kris - 05-06-2014

Make macro:

Code:
10000 {Exit whithout HP pots}Macro.Wait(10000) Cavebot.Start() Misc.ItemCountEx(266)<20 Cavebot.Stop() Status.Battle()==0 Tibia.Close()

1. You must have opened BP with pots.
2. Change limit of HP potions to Your own.
3. You have 10seconds to open BP with HP potions, than You will have exit.


Re: RE: Protector does not work - LeandroBento - 05-06-2014

(05-06-2014, 02:25 PM)mr. Kris Wrote: Make macro:

Code:
10000 {Exit whithout HP pots}Macro.Wait(10000) Cavebot.Start() Misc.ItemCountEx(266)<20 Cavebot.Stop() Status.Battle()==0 Tibia.Close()

1. You must have opened BP with pots.
2. Change limit of HP potions to Your own.
3. You have 10seconds to open BP with HP potions, than You will have exit.

U need change 266 for ID the ur small health pot

Sent from my Vodafone Smart II using Tapatalk 2


RE: Protector does not work - wouwouwubbzy - 05-06-2014

I will try it, thank you amigos Smile


RE: Protector does not work - wouwouwubbzy - 05-07-2014

Well, it doesn't really work... but it might be me doing something wrong. So: ID of small health potion is: 7876. I want to close tibia if there are less than 5 of them. Do I have to set BOTH: protector and macro or only macro? (Maybe protector with macro link?) Is this one fine?

10000 {Exit whithout HP pots}Macro.Wait(10000) Cavebot.Start() Misc.ItemCountEx(7876)<5 Cavebot.Stop() Status.Battle()==0 Tibia.Close()

I'm really sorry for all these questions but it isn't so clear for me.


RE: Protector does not work - LeandroBento - 05-07-2014

u only need ative macro ..