BBot - The best bot of the world

Full Version: NEED MACRO HELP !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Smile

I need macro for use mana potion for second character. I wanna make magic level on tibia MC and i wanna use Great Mana potion for second character. Thanks[/align]
You can use "Friend healer".
(11-18-2013, 07:56 PM)kamill Wrote: [ -> ]You can use "Friend healer".

"Friend Healer" doesn't have MANA potions .. =(
True. Maybe try to add your second character to killer and manage attack sequence: Use id of mana potion, wait xxxx ms.
(11-18-2013, 08:35 PM)kamill Wrote: [ -> ]True. Maybe try to add your second character to killer and manage attack sequence: Use id of mana potion, wait xxxx ms.


yeah, he can try it Big GrinD
(11-19-2013, 12:06 AM)Thiaguin- Wrote: [ -> ]
(11-18-2013, 08:35 PM)kamill Wrote: [ -> ]True. Maybe try to add your second character to killer and manage attack sequence: Use id of mana potion, wait xxxx ms.


yeah, he can try it Big GrinD

where i must write ID of mana potioin ?
You want to use mana potion in your second character, is it?

Try this macro:

[macro]1000 {shootManaPotion} char_name:=xxxx Ammo:=yyyy Delay:=1000 ID_char:=Creature.ByName(!char_name!) Creature.ShootOn(!ID_char!, !Ammo!) Macro.Wait(!Delay!)[/macro]

Change the xxxx and yyyy by char name and Id of mana potion.