What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Can we possibly get a PAUSE function?

MrWizard516

Member
Joined
Jan 18, 2011
Messages
586
Reaction score
5
Like the title says, Can we get a pause function? Preferably a keystroke based pause function. I am sure others would like this as much as I would.
 
Yeah since HB put this in, I'd love a pause feature in EB as well. Probably low on the priority list though.
 
Like the title says, Can we get a pause function? Preferably a keystroke based pause function. I am sure others would like this as much as I would.

There is not actual pause button, but there are hotkeys you can use to start and stop the bot. For all intents and purposes it acts virtually like a pause button, with the only downside being that after stopping and start the bot, the bot will have to re-cache your stash. Not a big issue imo.



I dont know what the default keybinds are, something like control + s or something along those lines. You can open up the SETTINGS > GLOBAL > GlobalSettings.json file (with notepad) and remap the hotkeys.

Example: If you want to start and stop the bot with F1, then set:

Code:
"StartStopBotKey": 112,  
"StartStopBotMod": 0,

112 = F1
0 = No Modifier (alt control shift)
 
Back
Top