Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

[Help] Bots disconnecting after moving

for (int i = 0; i < bots.Count; i++) {     Thread.Sleep(250);     bots[i].Send("m", tpx * 16, 62 * 16, 0, 0, 0, 0, 0, 0, 0, true);     tpx += 9; }

After moving all of the bots about 2 seconds after moving they disappear - does anyone know why?

The Thread.Sleep does nothing to help.


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#2 Before February 2015

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,641

Re: [Help] Bots disconnecting after moving

Possible things:
1. Usuficient RAM
2. Bot it's out of world bound.
3. Something delete the bots.


Everybody edits, but some edit more than others

Offline

#3 Before February 2015

TiKen
Member
Joined: 2015-02-24
Posts: 298

Re: [Help] Bots disconnecting after moving

@Squad: here

@Doctor: Not everyone is coding on a potato! //forums.everybodyedits.com/img/smilies/big_smile

Offline

#4 Before February 2015

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: [Help] Bots disconnecting after moving

SPML

Super
Potato
Mark-up
Language


Discord: jawp#5123

Offline

#5 Before February 2015

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: [Help] Bots disconnecting after moving

I got the potato 2.0 has twice the ram


If you would like me to make a bot for you, go here.

Offline

#6 Before February 2015

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: [Help] Bots disconnecting after moving

Jabatheblob1 wrote:

I got the potato 2.0 has twice the ram

I can't afford that ):


Discord: jawp#5123

Offline

#7 Before February 2015

hiimsomething
Guest

Re: [Help] Bots disconnecting after moving

It should be like this. just change the second to last argument to 1

for (int i = 0; i < bots.Count; i++) {     Thread.Sleep(250);     bots[i].Send("m", tpx * 16, 62 * 16, 0, 0, 0, 0, 0, 0, 1, true);     tpx += 9; }

Last edited by hiimsomething (Aug 22 2014 4:16:15 pm)

#8 Before February 2015

lrussell
Member
From: Saturn's Titan
Joined: 2015-02-15
Posts: 843
Website

Re: [Help] Bots disconnecting after moving

Yeah, the GravityMultiplier can't be zero. It's just how EE works.

Offline

#9 Before February 2015

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,641

Re: [Help] Bots disconnecting after moving

I will buy another computer OK?


Everybody edits, but some edit more than others

Offline

#10 Before February 2015

Sillyface
Guest

Re: [Help] Bots disconnecting after moving

The Doctor wrote:

I will buy another computer OK?

No, buy a potato. It's much better.

#11 Before February 2015

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: [Help] Bots disconnecting after moving

hiimsomething wrote:

It should be like this. just change the second to last argument to 1

for (int i = 0; i < bots.Count; i++) {     Thread.Sleep(250);     bots[i].Send("m", tpx * 16, 62 * 16, 0, 0, 0, 0, 0, 0, 1, true);     tpx += 9; }

Thank you.
___

Sillyface wrote:
The Doctor wrote:

I will buy another computer OK?

No, buy a potato. It's much better.

A single chip would do better


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#12 Before February 2015

Vitalijus
Member
From: Lithuania
Joined: 2015-02-15
Posts: 1,384
Website

Re: [Help] Bots disconnecting after moving

bots[i].Send("m", tpx * 16, 62 * 16, 0, 0, 0, 0, 0, 0, 1, true);


wn7I7Oa.png

Offline

#13 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: [Help] Bots disconnecting after moving

Question answered; closed.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

Koya1423758476202956

Board footer

Powered by FluxBB

[ Started around 1711693015.5592 - Generated in 0.037 seconds, 12 queries executed - Memory usage: 1.51 MiB (Peak: 1.67 MiB) ]