Hi everyone! I'd like tip anyone of you of a nice old solution for some automation (but not as efficient as HB), Auto Hot Key (that has been around for ages). Either mash together your own macros or use gnome sequencer (with macro scripts from the lazymacros website), then you have a nice alternative until HB is up and running again. AHK can never ever replace HB, but it is a nice alternative during these times.
and as a really simple AHK script, I use this (almost like having raidbot, but not really): #IfWinActive World of Warcraft ; to force the hotkey only to Wow $1:: While GetKeyState("1", "P") { ;while 1 is held Send 1 RandSleep(102,256) ;sleep a random length of time } return RandSleep(x,y) { Random, rand, %x%, %y% Sleep %rand% } #ifWinActive ; to end the WoW key binding The script is operational as long as I press "1", but you can modify it to a pure on/off automation if you like. Pressing "1" personally gives me more control of my char.
I havent tried AHK yet. I use gse and its pretty good. It makes me look like i know what im doing specialy when ur toon is moving fast and jumping up down.
I see that there are holy paladin macros on the website... Time to test how vlwell thisbactuallybworks