Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
as I put it? TELL ME PLEASE
#1
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
#2
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]


Forum Jump:


Users browsing this thread: 1 Guest(s)