09-10-2015, 07:22 PM
hi i have this macro
500 {Energy Ring} Self.Health%()<55 [jump] Self.Equip.Ring(3051) Exit() {jump} Self.Health%()<80 [jump2] Exit() {jump2} Self.UnEquip.Ring(0) Exit()
but i need one like this for this bot
auto 2 { listas 'Energy Ring' | setcolor 255 2} if [$hppc <= 40] equipring 3051 | if [$hppc >= 85] equipring 9392
to equip the other ring when hp is above 80%
500 {Energy Ring} Self.Health%()<55 [jump] Self.Equip.Ring(3051) Exit() {jump} Self.Health%()<80 [jump2] Exit() {jump2} Self.UnEquip.Ring(0) Exit()
but i need one like this for this bot
auto 2 { listas 'Energy Ring' | setcolor 255 2} if [$hppc <= 40] equipring 3051 | if [$hppc >= 85] equipring 9392
to equip the other ring when hp is above 80%