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 2015-03-27 19:21:31, last edited by Psychocrysma (2015-03-27 19:25:37)

Psychocrysma
Member
Joined: 2015-02-26
Posts: 46

Can't place crowns?

Hi, so the code I usually use don't work anymore. Well, pretty much all code I have tried fails. Can't put crowns anymore? Is this server-related? Help please?

conn.Send(worldKey, 0, xCrown, yCrown, 5);

Offline

#2 2015-03-27 21:30:21

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: Can't place crowns?

Psychocrysma wrote:

Hi, so the code I usually use don't work anymore. Well, pretty much all code I have tried fails. Can't put crowns anymore? Is this server-related? Help please?

conn.Send(worldKey, 0, xCrown, yCrown, 5);

try

conn.Send(worldKey, new object[] { 2, xCrown, yCrown, 5 });

http://i.imgur.com/bjvgH5L.png?1

Offline

#3 2015-03-27 22:02:55

ewoke
Member
Joined: 2015-02-20
Posts: 412

Re: Can't place crowns?

marcoantonimsantos wrote:
Psychocrysma wrote:

Hi, so the code I usually use don't work anymore. Well, pretty much all code I have tried fails. Can't put crowns anymore? Is this server-related? Help please?

conn.Send(worldKey, 0, xCrown, yCrown, 5);

try

conn.Send(worldKey, new object[] { 2, xCrown, yCrown, 5 });

why new object, why layer 2?

its still layer,x,y,bid iirc


if you can read this....good for you

Offline

#4 2015-03-28 01:56:15, last edited by lrussell (2015-03-28 01:57:23)

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

Re: Can't place crowns?

Their is no point in having new object[]. It's simply an artifact of people decompiling bots.
Also, layer 2 doesn't make any sense to me.

Offline

#5 2015-03-28 03:01:32

Psychocrysma
Member
Joined: 2015-02-26
Posts: 46

Re: Can't place crowns?

It's okay. I just switched to something else. Thanks.

Offline

#6 2015-03-28 03:03:26

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,574

Re: Can't place crowns?

Thread locked on request of owner.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

Different551427508206488320

Board footer

Powered by FluxBB

[ Started around 1714850369.0838 - Generated in 0.029 seconds, 12 queries executed - Memory usage: 1.43 MiB (Peak: 1.55 MiB) ]