BBot - The best bot of the world

Full Version: Need macro for magicians
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello can someone make a macro? i need to use mana potions when they're up to 30 and use exura gran, and stop it when its under 30, Thanks Smile
Hi, you can use Healer.
(09-09-2013, 07:01 PM)Kimoszin Wrote: [ -> ]Hi, you can use Healer.
Ye lol im using it yet, but i dont want to waste mana pots like a retard, i just want to start waste mana pots when i have 30+ in my bp and when its 25 stop to, can you make that macro?
Misc.ItemCountEx(268)>=26
Self.Mana%<=50
Tibia.SendKey(113)

You have to bind mana potion on F2 key (in Tibia options/hotkeys of course). If You want to bind other:
http://wiki.bmega.net/doku.php?id=virtual_key_codes
I had understood that 30 was the amount of mana, and not potions, sorry.
You could tell the conditions for use exura gran?
(09-10-2013, 03:13 AM)Kimoszin Wrote: [ -> ]I had understood that 30 was the amount of mana, and not potions, sorry.
You could tell the conditions for use exura gran?

Haha no problem, look, i just want to use mana potions when they're up to 25 and say exura gran (for train some ml while botting) and when the amount of mana potions is 25 stop to use mana pots and stop using exura gran.

CLOSED.
Just found the correct one ty all Wink
Misc.ItemCountEx(268)>=25
Self.Mana%(<=80)
Tibia.SendKey(113)
Misc.ItemCountEx(268)>=26
Self.Mana%>=95
Self.Say(exura gran)
(09-10-2013, 07:38 AM)Zacko Wrote: [ -> ]
(09-10-2013, 03:13 AM)Kimoszin Wrote: [ -> ]I had understood that 30 was the amount of mana, and not potions, sorry.
You could tell the conditions for use exura gran?

Haha no problem, look, i just want to use mana potions when they're up to 25 and say exura gran (for train some ml while botting) and when the amount of mana potions is 25 stop to use mana pots and stop using exura gran.

CLOSED.
Just found the correct one ty all Wink
Misc.ItemCountEx(268)>=25
Self.Mana%(<=80)
Tibia.SendKey(113)
This macro will not work, try the macro posted above.
(09-10-2013, 01:54 PM)Kimoszin Wrote: [ -> ]
(09-10-2013, 07:38 AM)Zacko Wrote: [ -> ]
(09-10-2013, 03:13 AM)Kimoszin Wrote: [ -> ]I had understood that 30 was the amount of mana, and not potions, sorry.
You could tell the conditions for use exura gran?

Haha no problem, look, i just want to use mana potions when they're up to 25 and say exura gran (for train some ml while botting) and when the amount of mana potions is 25 stop to use mana pots and stop using exura gran.

CLOSED.
Just found the correct one ty all Wink
Misc.ItemCountEx(268)>=25
Self.Mana%(<=80)
Tibia.SendKey(113)
This macro will not work, try the macro posted above.
Its working for me Tongue
Impossible Self.Mana%(<=80)
Correct: Self.Mana%()<=80
(09-10-2013, 02:02 PM)Kimoszin Wrote: [ -> ]Impossible Self.Mana%(<=80)
Correct: Self.Mana%()<=80

Mmmm ok will try this then Tongue
It dont works :/, i put mana pot in F2 hotkey but nothing
[macro]1400 {ml training} potionsMin:=30 manaPercent:=80 Misc.ItemCountEx(268)>!potionsMin! Self.Mana%()>=!manaPercent! Self.Say(exura gran)[/macro]
Both macros are working for me ;d Check them. If You aren't sure, post screenshots here.

Misc.ItemCountEx(268)>=26
Self.Mana%<=50
Tibia.SendKey(113)

And:

Misc.ItemCountEx(268)>=26
Self.Mana%>=95
Self.Say(exura gran)