1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(ID)
It says (ID) <--
When you are ingame click ALT+F8, in the upper-left corner you will see something like this:
![[Image: BjcWxlG.png]](http://i.imgur.com/BjcWxlG.png)
Click on the manarune and the ID will change in the corner, copy the ID and paste into the macro
For example:
1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(3079)
That is for health, do the same thing as I wrote but with this macro:
1000 {ManaRune OT} Self.Mana%<=80 Hotkey.Use(3079)
Kind regards Oscar
It says (ID) <--
When you are ingame click ALT+F8, in the upper-left corner you will see something like this:
![[Image: BjcWxlG.png]](http://i.imgur.com/BjcWxlG.png)
Click on the manarune and the ID will change in the corner, copy the ID and paste into the macro
For example:
1000 {ManaRune OT} Self.Health%<=80 Hotkey.Use(3079)
That is for health, do the same thing as I wrote but with this macro:
1000 {ManaRune OT} Self.Mana%<=80 Hotkey.Use(3079)
Kind regards Oscar