l3mpik / slither-feeder-bot

Slither.io FeederBots
MIT License
16 stars 17 forks source link

bots don't follow after die/respawn #9

Closed Wartoz closed 8 years ago

Wartoz commented 8 years ago

i have to reconnect the bots again after every deaths

easyrider81 commented 8 years ago

Yep I noticed that too. Have to press top left button off and on again.

Wartoz commented 8 years ago

rattlesnake bots follow after deaths i think it miss a part in feeder

anonymousxxx02 commented 8 years ago

I thin thats the broblem is every time you die the server change..so just add a script that let you chose the server you want to connect and every time you die you will respawn in tha same server Sorry for bad english ;)

Wartoz commented 8 years ago

no i see the same leaderboard

easyrider81 commented 8 years ago

yeah same server same leaderboard

anonymousxxx02 commented 8 years ago

The broblem its not in the script...... I play in tha same server and bots follow me every time

Wartoz commented 8 years ago

the problem is you have to relaunch every time you death

Wartoz commented 8 years ago

after your death bots don't come to you like they don't have the position

Wartoz commented 8 years ago

x , y

easyrider81 commented 8 years ago

could the console error I previously posted back this up?

https://gyazo.com/801313f95275d8c272e4a764eb03e989

can't get the xx coordinates.

CupidStunts commented 8 years ago

in the user script add a value to update speed & see if that helps

setInterval(function() {

if (window["snake"] !== undefined) {

    var x = snake.xx;
    var y = snake.yy;

    socket.emit('pos', x, y);

}

}, 200);

if just shows update speed then its probably the problem ;)

anonymousxxx02 commented 8 years ago

I also get that error cant get the xx coordinates but bots work find and i dont have to relaunch the bots after death

l3mpik commented 8 years ago

I fix this just give me 30 min

Wartoz commented 8 years ago

alright

Wartoz commented 8 years ago

@CupidStunts same, bots don't come after respawn

l3mpik commented 8 years ago

Working on this now. Be patient.