BBot - The best bot of the world
Hotkeys Method [Proposal] - 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: Hotkeys Method [Proposal] (/thread-7301.html)



Hotkeys Method [Proposal] - elmillor - 02-20-2013

Instead of using Macros, use a hotkey method where you can assign each macro to a certain button.

Example: Antipush in F1, when i click F1 the script trash my self and when i click it again the hotkeys turns off.

It's the same way than in Elfbot, best method. And add more variables, conditions and actions in macros or hotkeys because its so poor.
Bbot is nice bot for making full afk scripts, but it's useless in war, it needs hotkeys methods.

Here you can check the variables and actions/conditions of Elfbot:
http://www.elfbotdepo.com/programming/varables/
http://www.elfbotdepo.com/programming/actions-conditions/


RE: Hotkeys Method [Proposal] - spiff26 - 02-22-2013

But, with Tibia.KeyDown(Key Decimal Value), you can do this.


RE: Hotkeys Method [Proposal] - elmillor - 02-23-2013

(02-22-2013, 10:55 PM)spiff26 Wrote: But, with Tibia.KeyDown(Key Decimal Value), you can do this.

No you cannot, read carefuly what i said, and anyway, the command keydown is too slow. Now there is a new command called: tibia.sendkey or something like that, do you know what is his function?


RE: Hotkeys Method [Proposal] - MegaNo0body - 02-23-2013

SendKey sends a key to Tibia.

1. We setup on Tibia F1 to cast Exura;
2. Tibia.SendKey(112)
3. Tibia casts Exura

1. Tibia.SendKey(71)
2. Tibia.SendKey(72)
3. Writes 'HI' to Tibia

The numbers are virtual-keycodes http://wiki.bmega.net/doku.php?id=virtual_key_codes.