Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem with rings
#1
hello need a macro to put off life ring and put on energy ring if my hp is 40-50% and when i have 90% then put off energy ring and put on life ring

i found few on forum but all doesnt work can someone help me
If i help you please Click ^ to give REP point Smile
if I'll have more rep I'll make better scrips

Reply
#2
not tested
Code:
250 {Self.Equip.Ring} ID:=idring BP:=0 Self.Health%()<50 [st1] Self.Equip.Ring(!ID!) Exit() {st1} Self.Health%()>90 [st2] Self.UnEquip.Ring(0) Exit()
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)