08-28-2013, 08:01 PM
I need macro for use ring when I press any hotkey (end -exemple)..
have macro???
have macro???
I want macro for use ring
|
08-28-2013, 08:01 PM
I need macro for use ring when I press any hotkey (end -exemple)..
have macro???
08-29-2013, 08:05 PM
Cant do it. You can set macro for equip/uneqip when some conditions are meet.
08-29-2013, 09:09 PM
1000 {equip} Tibia.KeyDown(45) Self.Equip.Ring(3052)
1000 {unequip} Tibia.KeyDown(19) Self.UnEquip.Ring(0) When pressing Insert - equip When pressing Pause\Break - unequip Add these macros and test it. (08-30-2013, 09:22 AM)kamill Wrote: 1000 {equip} Tibia.KeyDown(45) Self.Equip.Ring(3052) Dont work, I test,and nothing...PS: hotkeys dont work. any people know if this kind of macro, work? ow know one ok?
08-31-2013, 03:03 AM
1 {equip} Tibia.KeyDown(45)==1 Self.Equip.Ring(3052)
1 {unequip} Tibia.KeyDown(19)==1 Self.UnEquip.Ring(0)
08-31-2013, 07:50 AM
|
« Next Oldest | Next Newest »
|