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 » How do I get my bot to say multiple lines? » 2016-01-04 00:36:35

cercul1 wrote:

I tried just using multiple conn.Sends on different lines but in the... just look
if (msg.ToLower().StartsWith("!join"))
                            {
                                conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use !join followed by one of the follow zones (!join A)");
                                conn.Send("say", "/pm " + players[m.GetInt(0)] + " A, B, C, D");
                                conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use /help if you don't know where they are on the map");
                            }
It only sends the first message.
Halp D:
plz D:

Easy just do Threading

Ex:

                       conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use !join followed by one of the follow zones (!join A)");
                                Thread.Sleep(1000);
                                conn.Send("say", "/pm " + players[m.GetInt(0)] + " A, B, C, D");
                                Thread.Sleep(1000);
                                conn.Send("say", "/pm " + players[m.GetInt(0)] + " Use /help if you don't know where they are on the map");
                                Thread.Sleep(1000);

You can put a number 500 and above for the Thread. Depends for the speed of each message you want.

Tell if this work out for you //forums.everybodyedits.com/img/smilies/smile

#2 Bots and Programming » How to make your bot know if someone died » 2015-12-30 21:05:19

Real_Naa2001
Replies: 3

I just want to know because my way is not working out.
This is what I'm doing:

  #region killed
            if (m.Type == "kill")
            {
                int userid = m.GetInt(0);//Use userid to see if they died
                say("You died!");
            }
            #endregion 

I'm not really trying here, but I still need help because this is my only way to do it for me.

#4 Re: Bots and Programming » What happen to capasha.com!! » 2015-12-29 22:18:06

Capasha Google is not working too!!!!

Check it out

it says:
404. That’s an error.

The requested URL /search?q=cache:cwoHxpZkK10J:http://capasha.com/eeinformation.php%2Bcapasha+eeinformation&oe=utf-8&gws_rd=cr&hl=sv&&ct=clnk was not found on this server. That’s all we know.

//forums.everybodyedits.com/img/smilies/sad

#6 Re: Bots and Programming » What happen to capasha.com!! » 2015-12-22 01:10:13

Is there something that I use to replace capasha?

#8 Bots and Programming » What happen to capasha.com!! » 2015-12-20 21:41:05

Real_Naa2001
Replies: 26

Today I wanted to make a fast Digbot for gaby945 and I needed movement from capasha, but then it say this:
web hosting services
THIS DOMAIN IS INACTIVE - Account is not active, if you are the owner of this website, please contact us from members area

GREAT WEB HOSTING
Professional solutions and dedicated support - top website hosting that really rocks. See why!

Great web projects start with a great domain name. Register yours now, for free.
Great news - free domain comes with every account!


your-domain-name
  GET FREE DOMAIN


What? Is this happening for everyone or just for me?

If you want to see go to http://capasha.com/cgi-sys/suspendedpage.cgi

Please Replay

#10 Bots and Programming » [Help] How do you make those bot arenas » 2015-12-12 03:53:23

Real_Naa2001
Replies: 7

OK, I want the coding for making those arenas.
I when I mean those arenas that Bombot, and #getrekt has when they fight each other.
I want to make a little bot that has an arena that collects user data, like how much people are there in a set of area or how much people is on one team your on or something.
And tell me where you would put the coding. Would you put it in #region movement or #region placingBlocks? If you know just let me know.


  PLEASE I'M STUCK //forums.everybodyedits.com/img/smilies/sad

#12 Bots and Programming » Time between placing a block » 2015-12-07 22:50:18

Real_Naa2001
Replies: 14

OK I want to have at least 10 seconds between two different blocks being placed in the same place.

I already tried:


con.Send(bldatam, 0, x, y, blockid, TimeSpan.FromSeconds(10));


    OR


con.Send(bldatam, 0, x, y, blockid);
  Thread.Sleep(200);

 

Sorry, I'm a beginning in Programming s I don't really know anything.

If you know reply please.
//forums.everybodyedits.com/img/smilies/smile

#13 Re: Bots and Programming » [Tutorial] TUTORIALS » 2015-11-14 21:43:59

what do you put to see other people wins? Is it   if (string.Compare(command, "wins" + username) == 0)    because I already tried that and it doesn't work. I just want to know!

#14 Worlds » Key Battle [On/Off] Information » 2015-11-08 22:26:12

Real_Naa2001
Replies: 2

Key Battle [On/Off] Information

* The point of Key Battle is to be the last one standing from keysmith or open a door with a key

* Keysmith- choosing a key to make people fall and you only have 15 seconds

* The Waiting Room- You get there when after you choose a key. You can only be there for 15 seconds too

* When you win a round you get a crown and a coin

* When you get more coins you can get key upgrades or get smiley accessories

* To see wins say !wins

Credits
---------
Key Battle is based on Key Game made by Izereal http://everybodyedits.com/games/PWUnl7nyzDa0I Key Game [Test On]

Art made by Was24pro & Naa2001

Coding and Hosted by Naa2001

http://everybodyedits.com/games/PWriccFBuBbEI Key Battle [ON/OFF]

#15 Re: Bots and Programming » [Tutorial] TUTORIALS » 2015-11-04 22:21:36

I'm having a problem with the INI.cs in the wins video the problem is when you copy and paste it's saying The type or namespace name 'Dllmport' and 'DllmportAttribute' could not be found and now the wins command won't work... //forums.everybodyedits.com/img/smilies/neutral

#16 Re: Bots and Programming » [Tutorial] TUTORIALS » 2015-11-01 22:50:59

Does anyone know how to make a commands the quicker way, because every time I do it Jabatheblob1 way it always doesn't work //forums.everybodyedits.com/img/smilies/sad

Board footer

Powered by FluxBB

[ Started around 1732752671.6068 - Generated in 0.104 seconds, 10 queries executed - Memory usage: 1.35 MiB (Peak: 1.49 MiB) ]