04-05-2013, 08:17 PM
(03-28-2013, 04:11 PM)oscar Wrote: 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:
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
Man, a white message appear "You cannot use this objet" I think the macro only use the rune, but you need to use on Yourself the rune, can you help me please?