Ghosting 1 Report post Posted April 6, 2016 First thing is first. The bot get stuck for me so I assume it does for everyone once in awhile too... (Now, I do know you guys have a timeout limit... but that also bugs out too, (deactivates my auth)) So, here is my solution to fix this. log your movement I see you already do this but try to do something like this (ill add more later) this will be pseudocode. movement_old = position.track movement_new = position.track while(true){ movement_old time.sleep(10000) movement_new time.sleep(1) if(movement_old == movement_new){ log_out_to_char_screen } } Quote Share this post Link to post Share on other sites
walkingdead 0 Report post Posted April 7, 2016 Isn't the max run time including that feature? If you get stuck AND max run time is over, go to town? Quote Share this post Link to post Share on other sites
Ghosting 1 Report post Posted April 7, 2016 Isn't the max run time including that feature? If you get stuck AND max run time is over, go to town? Bugs out for me. Quote Share this post Link to post Share on other sites