Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
Ghosting

Some suggestions I think the dev of the bot should check out.

Recommended Posts

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

       }

}

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...