Just a very simple macro, that will keep an eye on your HP in WoW, and when it gets too low, it will automatically use your HealthStone if you have one
The video of the making of this macro is just over a minute
and available at
YouTube: http://www.youtube.com/watch?v=NRV73gyaM0oHere is the sourcecode for the macro:
"HP Watcher" Code:
if Color.At coordinate is not within (RGB range)("0", "134", "0", "5", "144", "5", "115", "73")
and
Color.At coordinate is within (RGB range)("250", "250", "129", "255", "255", "139", "560", "826")
begin
Keyboard.Press key("9")
end
Enjoy
Just a very simple macro, that will keep an eye on your HP in WoW, and when it gets too low, it will automatically use your HealthStone if you have one :)
The video of the making of this macro is just over a minute
and available at
[b]You[color=#BF0000]Tube[/color]: [url]http://www.youtube.com/watch?v=NRV73gyaM0o[/url][/b]
Here is the sourcecode for the macro:
[b]"HP Watcher"[/b]
[code]
if Color.At coordinate is not within (RGB range)("0", "134", "0", "5", "144", "5", "115", "73")
and
Color.At coordinate is within (RGB range)("250", "250", "129", "255", "255", "139", "560", "826")
begin
Keyboard.Press key("9")
end
[/code]
Enjoy :)