• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Just a tip during patch-times (raidbot alternative)

    Discussion in 'Honorbuddy Forum' started by qim, Jun 14, 2017.

    1. qim

      qim New Member

      Joined:
      Dec 20, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
    2. qim

      qim New Member

      Joined:
      Dec 20, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
    3. Kira15

      Kira15 Member

      Joined:
      Oct 12, 2016
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      6
      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.
       
    4. jaggz691

      jaggz691 New Member

      Joined:
      Aug 31, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      I see that there are holy paladin macros on the website... Time to test how vlwell thisbactuallybworks
       

    Share This Page