BBot - The best bot of the world

Full Version: Cannot use item
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I set a macro to use Hotkey Item (its a potion) when I enable macro it just keeps saying "cannot use this item" any help?

Hotkey.Use(23374)

Ultimate Spirit Potion
(03-09-2017, 09:07 PM)Tibiaguy Wrote: [ -> ]I set a macro to use Hotkey Item (its a potion) when I enable macro it just keeps saying "cannot use this item" any help?

Hotkey.Use(23374)

Ultimate Spirit Potion


A single command doesn't make whole macro....
1000 {Mana Pot} potID:=23374 Self.mana()<60000 Hotkey.Use(!potID!)


This is the Macro but it wont use the potion

The reason I am doing this is because the OT I am playing once you reach like 65k mana there is like a rollover mana bar that is messing up bot and the mana healer will no longer work.
(03-09-2017, 09:31 PM)Tibiaguy Wrote: [ -> ]1000 {Mana Pot} potID:=23374 Self.mana()<60000 Hotkey.Use(!potID!)


This is the Macro but it wont use the potion

The reason I am doing this is because the OT I am playing once you reach like 65k mana there is like a rollover mana bar that is messing up bot and the mana healer will no longer work.


Tried with percentage?