Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want macro for use ring
#1
I need macro for use ring when I press any hotkey (end -exemple)..


have macro???
#2
Cant do it. You can set macro for equip/uneqip when some conditions are meet.
#3
(08-28-2013, 08:01 PM)fearozi Wrote: I need macro for use ring when I press any hotkey (end -exemple)..


have macro???

5000 {Equip Life Ring by C} Self.Inventory.Ring()<>3089 Self.UnEquip.Ring(0) Macro.Wait(20) Self.Equip.Ring(3052) Exit()
#4
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.
#5
(08-30-2013, 09:22 AM)kamill Wrote: 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.


Dont work, I test,and nothing...PS: hotkeys dont work.

any people know if this kind of macro, work? ow know one ok?
#6
1 {equip} Tibia.KeyDown(45)==1 Self.Equip.Ring(3052)
1 {unequip} Tibia.KeyDown(19)==1 Self.UnEquip.Ring(0)
#7
(08-31-2013, 03:03 AM)81432858 Wrote: 1 {equip} Tibia.KeyDown(45)==1 Self.Equip.Ring(3052)
1 {unequip} Tibia.KeyDown(19)==1 Self.UnEquip.Ring(0)

It should work.


Forum Jump:


Users browsing this thread: 1 Guest(s)