Cannot use item - 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: Cannot use item (/thread-20047.html) |
Cannot use item - Tibiaguy - 03-09-2017 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 RE: Cannot use item - Catar - 03-09-2017 (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? A single command doesn't make whole macro.... RE: Cannot use item - Tibiaguy - 03-09-2017 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. RE: Cannot use item - Catar - 03-09-2017 (03-09-2017, 09:31 PM)Tibiaguy Wrote: 1000 {Mana Pot} potID:=23374 Self.mana()<60000 Hotkey.Use(!potID!) Tried with percentage? |