• Visit Rebornbuddy
  • pause hotkey

    Discussion in 'Archives' started by moojew, Aug 17, 2017.

    1. moojew

      moojew New Member

      Joined:
      Apr 2, 2017
      Messages:
      5
      Likes Received:
      3
      Trophy Points:
      3
      hey is there a hot key to pause I cant seem to locate information on this cheers in advance
       
    2. h0v3r

      h0v3r Member

      Joined:
      Oct 31, 2014
      Messages:
      123
      Likes Received:
      3
      Trophy Points:
      18
      I believe stop button is the same functionality with pause.
       
    3. Unknown Buddy

      Unknown Buddy Member

      Joined:
      May 20, 2015
      Messages:
      603
      Likes Received:
      17
      Trophy Points:
      18
      You can edit hotkeys by opening up Exilebuddy > Settings > Global > GlobalSettings.json.

      Use this site to cipher your keys: https://msdn.microsoft.com/en-us/library/aa243025(v=vs.60).aspx

      Example: Changing the default pause button (which is technically just stop / start, not a true pause) ... you would change.

      Code:
       "StartStopBotKey": 112,
       "StartStopBotMod": 0, 
      112 = F1
      0 = No modifiers (aka, no shift, alt, control, etc)

      So the above change allows you to use F1 to start and stop the bot.
       
    4. pushedx

      pushedx Moderator Moderator Buddy Core Dev

      Joined:
      Sep 24, 2013
      Messages:
      4,252
      Likes Received:
      290
      Trophy Points:
      83
      There's no "pause" hotkey in the sense of letting the bot run but not do anything by design. EB has to hook input and interacts pretty heavily with the client to work, so you need to Stop the bot to do things and then start it up again.
       

    Share This Page