10-15-2018, 07:49 PM
Tibia.SendKey(:K_F4)
Self.Equip.Ring(3048)
how to make it work? i wanna bot equip ring if i press f4
Self.Equip.Ring(3048)
how to make it work? i wanna bot equip ring if i press f4
equip ring if press hotkey
|
10-15-2018, 07:49 PM
Tibia.SendKey(:K_F4)
Self.Equip.Ring(3048) how to make it work? i wanna bot equip ring if i press f4
is it old tibia version? ther is no built in Equip Item in hotkeys?
btw command Tibia.SendKey will PRESS a key, if you want macro to do something when YOU press it, u need to use Tibia.KeyDown(...)
10-16-2018, 06:39 PM
Yes it's old version.
So how to make this script ? Tibia.KeyDown(112) Self.Equip.Ring(3048)?
10-16-2018, 06:51 PM
It doesn't Work. Im pressing F1 and it didn't wearing ring ;C What I'm doing bad ?
10-17-2018, 05:48 PM
because u didnt specify condition when you want next line to happen (Tibia.KeyDown(112) is 1 or 0, :True or :False)
[macro]50 {asda} Tibia.KeyDown(112)==1 Self.Equip.Ring(3048)[/macro] But to this kind of macro I would also add cooldown, or condition to not put on another ring while you already wearing it.
10-20-2018, 02:12 PM
(10-17-2018, 06:29 PM)Catar Wrote: because u didnt specify condition when you want next line to happen (Tibia.KeyDown(112) is 1 or 0, :True or :False) but this macro equip once after once i wanna equip only one when i click |
« Next Oldest | Next Newest »
|