Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Anti Push
#1
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"
Please Give me Rep+ if i helped you !
Reply
#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
#3
Didnt work too :x

i want like i click 1time "end" and ative and for off i ckick another time "end"...
its possible?
Please Give me Rep+ if i helped you !
Reply
#4
I don't know :/

But I think it is possible and that you didn't undertood the algoritm. :p

(09-17-2015, 01:34 PM)LeandroBento Wrote: Didnt work too :x

i want like i click 1time "end" and ative and for off i ckick another time "end"...
its possible?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)