Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stone Skin Amulet MACRO
#1
Hello everyone Smile
I need macro which will equip stone skin amulet when my hp is below 30% (or 600hp) and unequip stone skin amulet when my hp is again above 80% (or 1500~hp).
Thanks in advance, I'll give REP+ ofc Wink
#2
[macro]800 {Amulet Equip} healthEquip:=30 healthUnequip:=80 itemEquipID:=0 Self.Health%()<=!healthEquip! [else] Self.Inventory.Amulet()<>!itemEquipID! Self.Equip.Amulet(!itemEquipID!) Exit() {else} Self.Health%()>=!healthUnequip! Self.UnEquip.Amulet(0)[/macro]
#3
Wow rly fast answer! Ty a lot not tested but i can see thats pice of hard work. REP+ Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)