Re: Macros for BBot - 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: Re: Macros for BBot (/thread-12208.html) |
Re: Macros for BBot - pablojsg - 10-14-2013 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 I have questions about the Antipush. Can you chose a key of the keyboard to active them? HOW? RE: Re: Macros for BBot - Kimoszin - 10-14-2013 Code: Tibia.KeyDown(VirtualKeyCode)==1 RE: Re: Macros for BBot - pablojsg - 10-14-2013 200 Tibia.KeyDown(VirtualKeyCode)==1 {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?????? <- GOOD? RE: Re: Macros for BBot - pablojsg - 10-15-2013 TELL ME I DONT UNDERSTAND HOW? |