• Visit Rebornbuddy
  • Patches got you down?

    Discussion in 'Honorbuddy Forum' started by Honorbuddyuser1, Mar 23, 2016.

    Thread Status:
    Not open for further replies.
    1. Honorbuddyuser1

      Honorbuddyuser1 New Member

      Joined:
      Sep 19, 2014
      Messages:
      242
      Likes Received:
      5
      Trophy Points:
      0
      Are you stuck trying to learn how to play your character? Are you simply not logging on? Does the game feel unplayable when HB is down? Yup, same here. I have a solution for you.
      It's an addon called GnomeSequencer. It allows you to make extremely long macros, basically turning a rotation into a single button click. If you have a proper mouse or are savvy with certain automation software you can even set the macro to repeat at a certain interval. I have mine set to spam the macro 8 times per second using my mouse software when I hold the button down.

      Q: Where do I get GnomeSequencer?
      A: http://www.wowinterface.com/downloads/info23234-GnomeSequencer.html

      Q: How do I use it?
      A:
      1. Download and install to your wow addons folder
      2. Rename "ExampleSequences.lua" to "Sequences.lua" and open the file in a text editor. Notepad works fine.
      3. Go to http://wowlazymacros.com/ and find an appropriate macro sequence for your class and build
      4. Copy the macro or macros into the Sequences.lua file making sure to keep the original format and have a space between sequences
      5. Create a new macro in WoW and name the macro whatever you see in brackets following Sequence in the top line of the macro you copied and pasted. Example below.
      6. Save the macro. No need to type anything other than name, the addon will do the rest.
      7. Spam your one button and enjoy.

      Example macro that you will copy into the Sequences.lua file.

      Sequences['MmSingleThrill'] = {
      StepFunction = [[
      limit = limit or 1
      if step == limit then
      limit = limit % #macros + 1
      step = 1
      else
      step = step % #macros + 1
      end
      ]],
      PreMacro = [[
      /targetenemy [noharm][dead]
      /cast Rapid Fire
      ]],
      '/cast [nochanneling] !Chimaera Shot',
      '/castsequence [nochanneling] reset=8 Steady Shot,!Chimaera Shot',
      '/cast [nochanneling] Aimed Shot',
      '/cast [nochanneling] Steady Shot',
      '/cast [nochanneling] !Kill Shot',
      PostMacro = [[
      /startattack
      /petattack
      /script UIErrorsFrame:Clear()
      ]],
      }

      In this example, the name of the macro will be MmSingleThrill
      This is what you name the macro in game when creating a new macro and the addon will do the rest.
      This is not my addon and I gain nothing from sharing it except the joy of helping others who may be struggling. If you have any issues with installation or using the macro, there are many online guides, youtube videos, and forums which can help. Enjoy.
       
    2. keespiet

      keespiet Member

      Joined:
      May 9, 2012
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      OP:
      [​IMG]

      I'm bored as well.
       
    3. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
      Simply brilliant.
       
    4. Honorbuddyuser1

      Honorbuddyuser1 New Member

      Joined:
      Sep 19, 2014
      Messages:
      242
      Likes Received:
      5
      Trophy Points:
      0
      Pressing buttons sucks. I just set a macro to press 1 every 125 ms and hold my side mouse button down. :)
       
    5. donimic

      donimic New Member

      Joined:
      Mar 1, 2012
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      0
      why are yo so against actually playing the game?
       
    6. mcpollinger

      mcpollinger New Member

      Joined:
      Apr 22, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      Nice!

      Can you pls share the macro to press 1 every 125 ms?

      Thanks!
       
    7. siknos

      siknos New Member

      Joined:
      Aug 15, 2011
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      :S
      dont get it
       
    8. illegalbeings1

      illegalbeings1 New Member

      Joined:
      Oct 2, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      This is cool, thanks for sharing.

      Also curious about your set up with holding down the button.
       
    9. joseph

      joseph Member

      Joined:
      May 28, 2013
      Messages:
      385
      Likes Received:
      18
      Trophy Points:
      18
    10. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
      Holding down a button on the mouse doesn't really need a guide, does it?
       
    11. pumba82

      pumba82 New Member

      Joined:
      Oct 9, 2012
      Messages:
      128
      Likes Received:
      1
      Trophy Points:
      0
      Dont work for me...
       
    12. Honorbuddyuser1

      Honorbuddyuser1 New Member

      Joined:
      Sep 19, 2014
      Messages:
      242
      Likes Received:
      5
      Trophy Points:
      0
      I have a razer steel series mouse. In the mouse software you can bind keys and record macros.
       
    13. Honorbuddyuser1

      Honorbuddyuser1 New Member

      Joined:
      Sep 19, 2014
      Messages:
      242
      Likes Received:
      5
      Trophy Points:
      0
      Using a one-button macro doesn't stop you from playing the game, it just allows you to press one button rather than 5 or 6 for your combat rotation. I still press other buttons for interrupts, heals, potions, etc. For me it is just a convenience. I find the game more enjoyable focusing on positioning with only a few buttons to press. Smashing the keyboard isn't the part of the game that interests me which is why I use combat routines when I play. Virtually everyone makes macros for quality of life reasons. Gnomesequencer just gives you the freedom to make longer and more complex ones.
       
    14. Nightcrawler12

      Nightcrawler12 New Member

      Joined:
      Mar 18, 2012
      Messages:
      765
      Likes Received:
      11
      Trophy Points:
      0
      what on earth is this lols; just practice lads.
       
    Thread Status:
    Not open for further replies.

    Share This Page