BBot - The best bot of the world
Macro To Use An 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: Macro To Use An Item (/thread-1234.html)



Macro To Use An Item - Darger - 07-19-2011

I play an OT and i have a healing rune not listed under the healing portion of the bot. I have the ID of the item but im not sure how to set my character to use it.
I tried the following:

100 {Heal} Self.Health<=3000 Hotkey.Use(3194)

Or

100 {Heal} Self.Health<=3000 Tibia.KeyDown(f2)

Both didn't seem to work (I have the rune hotkey to F2 if that helps.


Re: Macro To Use An Item - Noen - 07-19-2011

Code:
500 {Heal} Self.Health<=3000 Target.Self Target.Shoot(3194)