![]() |
as I put it? TELL ME PLEASE - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: as I put it? TELL ME PLEASE (/thread-12223.html) |
as I put it? TELL ME PLEASE - pablojsg - 10-16-2013 I have questions about the Antipush. Can you chose a key of the keyboard to active them? HOW? As I can connect the two Tibia.KeyDown(VirtualKeyCode)==1 ?????????? 200 {Anti Push} X:=Self.X Y:=Self.Y Z:=Self.Z Map.HasID(3031, !X!, !Y!, !Z!)<>1 Map.Thrown(3031, 2, !X!, !Y!, !Z!)<>1 Tibia.KeyDown(VirtualKeyCode)==1 200 {Anti Push} X:=Self.X Y:=Self.Y Z:=Self.Z Map.HasID(3031, !X!, !Y!, !Z!)<>1 Map.Thrown(3031, 2, !X!, !Y!, !Z!)<>1 ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ HELP PLEASE RE: as I put it? TELL ME PLEASE - Kimoszin - 10-16-2013 Default: F1 See Virtual Key Codes here: http://wiki.bmega.net/doku.php?id=virtual_key_codes and change the vk variable. [macro]100 {Anti Push} vk:=112 Tibia.KeyDown(!vk!)==1 X:=Self.X Y:=Self.Y Z:=Self.Z Map.HasID(3031, !X!, !Y!, !Z!)<>1 Map.Thrown(3031, 2, !X!, !Y!, !Z!)<>1[/macro] |