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 Re: Bots and Programming » [RELEASED] Arkanoid bot. » 2015-09-08 11:25:56

Sounds interesting, I'd like to play it.
Btw, seems like it's age of recreating old games in EE: Firstly, Lpeugliot9 made a game that was very similar to Tank Battles, then Rold1212 recreated Tetris, and now... your Arkanoid... Well, it's nice //forums.everybodyedits.com/img/smilies/big_smile

#2 Re: Worlds » Easiest Level Ever. » 2015-09-07 18:04:02

Warning: don't open this if you don't want easy victory.

Hidden text

#3 Re: Game Discussion » Attractive Titles » 2015-09-07 17:58:21

Bot/Testing/Bot Testing. Just like to see what people do in their worlds with their bots. Sometimes I see very unusual/beautiful/nice things. And sometimes those bots become very famous. Btw, I still remember times when Firecrackericebreak's worlds were full. Do you?

#4 Re: Bots and Programming » Animator bot? Or is it? Seek the inside of this message and find out. » 2015-08-24 15:36:18

Sounds really impressive. Sadly, XP sucks and doesn't open this bot. Try to change Net Framework to 4.0 please:)
Btw, glad to see you again here. I haven't seen you in game/at this forum for long times. Where have you been?

#5 Game Discussion » Breaking News! » 2015-08-20 21:07:01

MikeK
Replies: 6

Now you can toggle God Mode in open worlds. Only by pressing G, though

#6 Bots and Programming » [Question] Another Bot Killing Update » 2015-08-20 21:02:19

MikeK
Replies: 7

Tried to turn on the bot right after update. It crashed cause m.getint(15) suddenly became a boolean value.
Well, anyway, can someone send me new data for bot making?
P.S. Sorry for my bad english //forums.everybodyedits.com/img/smilies/big_smile
P.P.S. Capasha, update dat http://capasha.com/notafraud/index.php#top. Or this http://forums.everybodyedits.com/viewtopic.php?id=27469 if you're Processor:)

#7 Re: Bots and Programming » [Question] Seems to work properly, but it doesn't » 2015-08-17 18:45:48

Br0k3n wrote:

change

client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email, password, null);

to

client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email, password);

i had that problem before aswell

Thank you very much. Still I wonder why it worked before, though:)

#8 Bots and Programming » [Question] Seems to work properly, but it doesn't » 2015-08-17 18:38:51

MikeK
Replies: 4

Okay, here's the question. The code below worked fine at any program I made before. But at my last one I get error related to implicit conversion of Void into PlayerIOClient.Client
What's wrong?

        #region Start Things
        static Client client;
        static Connection con;
        public static List<string> names = new List<string>();
        #endregion

        #region values

        string world_code = "",
               editkey = "",
               adminnick;
        List<string> admins = new List<string>();
        Dictionary<int, string> players = new Dictionary<int, string>();

        #endregion


        #region Connect Button
        private void connect_Click(object sender, EventArgs e)
        {
            joinWorld(email.Text, password.Text, worldId.Text);
        }//connect

        private void joinWorld(string email, string password, string worldID)
        {
            client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email, password, null);
            con = client.Multiplayer.JoinRoom(worldId.Text, new Dictionary<string, string>());
            con.AddOnMessage(new MessageReceivedEventHandler(OnMessage));
            con.Send("init");
            con.Send("init2");
        }
        #endregion

#9 Re: Bots and Programming » [EE Broking Fix] April Update Killing Bots » 2015-04-19 12:50:39

Thanks for warning.
Btw.. I checked the available servers and noticed FlixelWalker. What is it?

#10 Re: Game Discussion » Worst smiley contest » 2015-04-17 12:55:32

Well, I think the worst smiley is blushing one. It looks so ugly //forums.everybodyedits.com/img/smilies/neutral

#13 Re: Bug Reports » EE Down? » 2015-04-11 19:24:22

Google Chrome. That's what I use

#14 Re: Bug Reports » EE Down? » 2015-04-11 18:27:42

Either everybodyedits.com and beta.everybodyedits.com don't work for me. //forums.everybodyedits.com/img/smilies/mad
Before it stopped working, I was issuing strong lags:|

#15 Re: Bots and Programming » [Question] Another dumb question » 2015-04-01 21:02:57

Hmm.. Are there any ways to multithread in console application?

#16 Bots and Programming » [Question] Another dumb question » 2015-04-01 20:31:30

MikeK
Replies: 5

So, I'm trying to make meteor using this code (worldh is world height):

if (b == 204)
{
 for (int i = 0; i < worldh - y; ++i)
  {
   con.Send(editkey, 0, x, y + i + 1, 203);
   Thread.Sleep(10);
   con.Send(editkey, 0, x, y + i, 368);
   Thread.Sleep(10);
   con.Send(editkey, 0, x, y + i, 0);
   Thread.Sleep(10);
  }//for
}//if

I thought it works properly... until i placed more than 1 meteors.
The question is: how to make many meteors fall at the same time?

#17 Re: Game Discussion » Weirdest World Ever? » 2015-03-30 09:55:11

Well... I remember the world of one player (not moderator's one). His size was over 640x480.
And, of course, world with Fake Blocks is also cool.

#18 Re: Game Discussion » It follows me! D: » 2015-03-29 21:02:06

Btw, today i've seen another "all worlds joiner". His nickname is Austin333333 (if i wrote it right)

#19 Re: Bots and Programming » [Release] LevelSaver v2.2.8 (Now with auto-updating!) » 2015-03-27 19:44:55

Did you use .NET Framework 4.5 for this bot? It doesn't launch at my computer. (stupid Windows XP)

#20 Re: Bots and Programming » [Feedback] R42Bot++ » 2015-03-27 19:37:41

marcoantonimsantos wrote:
lrussell wrote:
marcoantonimsantos wrote:
MikeK wrote:

I wish it could work on Windows XP //forums.everybodyedits.com/img/smilies/sad

Does it tell any error message?
Please tell everything that windows tells opening it.

Thanks for advicing me, didn't know.

You have the project targeted for .NET 4.5, if you target it to .NET 4.0 it should work (providing you aren't using any .NET 4.5 features).
Also, marcoantonimsantos, your avatar...

I don't know how..
When i tried to it gave 16 warnings and the bot didn't work.

16 warnings only? You're lucky one, then. I've got 26 warnings and 1 error. I guess the reason is... project can't see any components (there're 26 components, by the way).

Anyway.. you won't fix it?

#21 Re: Bug Reports » help... my game will not load past the load screen... » 2015-03-26 17:37:57

Same here. By the way, try to use ee.yonom.org now... I'm having "Error! //forums.everybodyedits.com/img/smilies/sad Connection to Player.IO WebService Unexpectly Terminated". It has something to do?

UPD: now the game lets you log in, but it says your email is not registered. (tried it on my account and a fake account)

#22 Re: Bots and Programming » [Feedback] R42Bot++ » 2015-03-25 18:10:53

I wish it could work on Windows XP //forums.everybodyedits.com/img/smilies/sad

#23 Re: Bots and Programming » what to do when you are bored: » 2015-03-25 17:52:34

Hm... add blue coins with simulated magic blocks, then //forums.everybodyedits.com/img/smilies/big_smile

#25 Game Discussion » It follows me! D: » 2015-03-14 12:30:30

MikeK
Replies: 15

There's a player (or bot, I don't know) who joins any world I join (but he does nothing while in world). His nickname is "38764eros". Also, he doesn't get crown when he passes golden crown block. If it's someone's bot, then who is the maker of bot? And why does he follow me? //forums.everybodyedits.com/img/smilies/mad

Board footer

Powered by FluxBB

[ Started around 1714074813.1053 - Generated in 0.100 seconds, 10 queries executed - Memory usage: 1.44 MiB (Peak: 1.62 MiB) ]