Jump to content

Join our Slack

Talk to other users and have a great time
Slack 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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...