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

Changing bot control keys

toptorgi

New Member
Joined
Sep 30, 2015
Messages
24
Reaction score
0
Hey. Help change the start-stop bot button from alt+shift+s to f11. GlobalSettings.json it contains options
"StartStopBotEnabled": true,
"StartStopBotKey": 83,
"StartStopBotMod": 5,

but they do not understand and change them when you restart the bot to recover to the default.
 
Hey. Help change the start-stop bot button from alt+shift+s to f11. GlobalSettings.json it contains options
"StartStopBotEnabled": true,
"StartStopBotKey": 83,
"StartStopBotMod": 5,

but they do not understand and change them when you restart the bot to recover to the default.

This should change the hotkey from alt+shift+s to F11

"StartStopBotEnabled": true,
"StartStopBotKey": 122,
"StartStopBotMod": 0,


You can get a list of all the key codes from here: http://www.evonsdesigns.com/2013/05/systemwindowsformskeys-integer-values.html
 
Last edited:
This doesnt work for me. But thank you for ur reply.
Pls tell me more what this line:
"StartStopBotMod": 0,

Already understood. 0 - none , 5 - alt+shift

Not sure what else you need to know about that line.
0 = none
1 = Alt
2 = Control
4 = Shift
8 = Win

Make sure you are not trying to change the file while Exilebuddy is open. I dont currently have a sub for Exilebuddy to test any of this, but things have been changing kind of rapidly over the last few months.

Pushedx will have to comment more if something has changed with hotkeys. He answered some of my questions about this topic a long while back in this thread: https://www.thebuddyforum.com/exile...181-changing-default-hotkeys.html#post2018758

So maybe that will have more info for you.
 
Not sure what else you need to know about that line.
0 = none
1 = Alt
2 = Control
4 = Shift
8 = Win

Make sure you are not trying to change the file while Exilebuddy is open. I dont currently have a sub for Exilebuddy to test any of this, but things have been changing kind of rapidly over the last few months.

Pushedx will have to comment more if something has changed with hotkeys. He answered some of my questions about this topic a long while back in this thread: https://www.thebuddyforum.com/exile...181-changing-default-hotkeys.html#post2018758

So maybe that will have more info for you.

already it works fine. Thank u UB ))))))
on the site search engine is very bad. I was looking for a thread about the keys but found nothing.
 
Last edited:
Back
Top