You missed the exclamation points:
You can also do:
Here is an example:
When you press key 36 (Home), it will unequip whatever in on the boots slot to the BP 0 (Main BP) and equip Boots of Haste, also unequip whatever is on Helmet slot and equip Winged Helmet, and also unequip whatever in on Ring slot e equip Time Ring.
Code:
zmienna:=Tibia.KeyDown(160)
!zmienna!==1
You can also do:
Code:
Tibia.KeyDown(160)==1
Here is an example:
Code:
200 {Ultra Haste by C} IDBOH:=3079 IDWH:=3368 IDTR:=3053 BP:=0 Tibia.KeyDown(36)>=1 Self.UnEquip.Boots(!BP!) Macro.Wait(50) Self.Equip.Boots(!IDBOH!) Self.UnEquip.Helmet(!BP!) Macro.Wait(50) Self.Equip.Helmet(!IDWH!) Self.UnEquip.Ring(!BP!) Macro.Wait(50) Self.Equip.Ring(!IDTR!) Exit()
When you press key 36 (Home), it will unequip whatever in on the boots slot to the BP 0 (Main BP) and equip Boots of Haste, also unequip whatever is on Helmet slot and equip Winged Helmet, and also unequip whatever in on Ring slot e equip Time Ring.
ATENÇÃO! Se esta informação lhe foi útil, seja gentil e click em "Give Reputation to This User".