Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Anti Push
#2
Have you tried ?

Check if a Key is down in tibia
Code:
Tibia.IsKeyDown(VirtualKeyCode)

I Think that you can combine this with Labels and Variables of control.
Something like:

Code:
if ACTIVE == 1 && Tibia.IsKeyDown(HOTKEY)
  ACTIVE = 0
  # dont thrown itens

if ACTIVE == 0 && Tibia.IsKeyDown()
   ACTIVE = 1
  # go label thrown

{Label Thorwn}
  # do thrown itens


(09-16-2015, 09:34 AM)LeandroBento Wrote: Hey Guys
I got this script:
Quote:X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.HasID(3032, !X!, !Y!, !Z!)<>1
Map.Thrown(3032, 2, !X!, !Y!, !Z!)

its possible just ative macro when i click one key ? for example "insert"
Reply


Messages In This Thread
Help Anti Push - by LeandroBento - 09-16-2015, 09:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)