09-16-2015, 07:57 PM
Have you tried ?
Check if a Key is down in tibia
I Think that you can combine this with Labels and Variables of control.
Something like:
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"