Jaibuddy Autoit Jieguan Bot auto-starter

krawnic

New member
Ok so Just made this thread to ask if anyone has figured out how to get the jaibuddy tool to work again? Since the new update which chances the jieguan bot process name everytime, it no longer works since it can't find the process. Does anyone know how to edit this tool so that it will select whichever .exe process is in a specific folder? It was really useful to use the jaibuddy tool since it made sure to restart the bot when idling too much, and also hardstop the bot after X number of hours. Now I can't do that anymore which is annoying since sometimes the bot can get stuck on the "offline" mode of the character screen and then doesn't bot for hours.
 

smby

Member
If want to beta test my new program, it has hardstop, botting period, and break time :)

 

krawnic

New member
If want to beta test my new program, it has hardstop, botting period, and break time :)

This tool doesn't serve the same function, because it doesn't check for bot timeout (for when bot gets stuck or idling) which is the main good purpose for jiebuddy.
 

NukePunch

Member
This tool doesn't serve the same function, because it doesn't check for bot timeout (for when bot gets stuck or idling) which is the main good purpose for jiebuddy.
well. I guess they are working on updating on jiebuddy. but until it's released, this will work for me :D
 

krawnic

New member
well. I guess they are working on updating on jiebuddy. but until it's released, this will work for me :D
It doesn't work properly because it checks for .exe in same folder to run.

if file.endswith(".exe")

This is the issue^

Since this tool is also .exe, it cause conflict.
 

smby

Member
This tool doesn't serve the same function, because it doesn't check for bot timeout (for when bot gets stuck or idling) which is the main good purpose for jiebuddy.
yes but logging has been disabled so it is currently impossible to implement that feature 👌i believe jiebuddy used the debug pickit log to identify inactivity
This tool make you less likely to get ban and if somehow bot get time out, it will still restart bot after the break so you won't lose entire day of no botting
 

smby

Member
It doesn't work properly because it checks for .exe in same folder to run.

if file.endswith(".exe")

This is the issue^

Since this tool is also .exe, it cause conflict.
the line below:
if len(file)==16:

it matches the random filename of new jieguan that ends in .exe
 

NukePunch

Member
It doesn't work properly because it checks for .exe in same folder to run.

if file.endswith(".exe")

This is the issue^

Since this tool is also .exe, it cause conflict.
I just tested and it works totally fine?
doesn't have any issue with conflict.
 

krawnic

New member
my tool purposely has len = 17
Will your tool auto-restart bot if bot get stuck/idle too long?

Sometimes bot get bugged, because when exit game it gets stuck at "offline" mode on character select screen, and then need to timeout/restart the bot because it won't choose online mode.
 

smby

Member
Will your tool auto-restart bot if bot get stuck/idle too long?

Sometimes bot get bugged, because when exit game it gets stuck at "offline" mode on character select screen, and then need to timeout/restart the bot because it won't choose online mode.
It will not detect after 5 minute like jiebuddy (due to lack of log files) but at end of each run interval, it force closes the bot+diablo so that would fix timeout (but if bot crashes at beginning of the run, you can lose 2-3 hours of bot time depending on ur set interval)
 
Top