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-04-29 23:52:25, last edited by SirJosh3917 (2015-04-29 23:53:03)

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

[Question] Make a bot join a world?

Before you post - read this here.
I want to know how to make a bot join if the world ISN'T online, AND if it is.
I just don't know enough to do it //forums.everybodyedits.com/img/smilies/tongue

plz excuze me bad pr0gr4mm!ng kn0wl3dg3.

Offline

#2 2015-04-30 01:14:53

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

Re: [Question] Make a bot join a world?

CreateJoinRoom. //forums.everybodyedits.com/img/smilies/smile

Offline

#3 2015-04-30 01:22:47

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: [Question] Make a bot join a world?

lrussell wrote:

CreateJoinRoom. //forums.everybodyedits.com/img/smilies/smile

Can you post code? like an account's email is "[email protected]" and password is "ee"? I do not fully understand the concept around createjoinroom.

Offline

#4 2015-04-30 01:25:54

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

Re: [Question] Make a bot join a world?

But, you are "da coder". //forums.everybodyedits.com/img/smilies/sad

Offline

#5 2015-04-30 01:26:31

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: [Question] Make a bot join a world?

lrussell wrote:

But, you are "da coder". //forums.everybodyedits.com/img/smilies/sad

da coder can code everything but da code that da coder codes. ( transalation: plz tell me da codes)

Offline

#6 2015-04-30 02:33:43

darkblades
Member
From: New MLG City/Weed Town
Joined: 2015-03-21
Posts: 122

Re: [Question] Make a bot join a world?

lrussell wrote:

CreateJoinRoom. //forums.everybodyedits.com/img/smilies/smile

i understand what he said by createjoinroom so you should too //forums.everybodyedits.com/img/smilies/smile


Sample Text.

Doritos/Mountain Dew eater.
420 No scoping 69 scrubs per day
Always smoke weed everyday.

Known for: #getrekt Bot (possible revive with new stuff?)

Offline

#7 2015-04-30 03:53:52

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

Re: [Question] Make a bot join a world?

after your ebola thread on OffTopic.... no


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

Offline

#8 2015-04-30 09:27:39

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [Question] Make a bot join a world?

ninjasupeatsninja wrote:
lrussell wrote:

CreateJoinRoom. //forums.everybodyedits.com/img/smilies/smile

Can you post code? like an account's email is "[email protected]" and password is "ee"? I do not fully understand the concept around createjoinroom.

If you type in conn. You get all method you can do, including createJoinWorld.
Stop being so lazy, fill in in visual studio snd see the required parameters for yourself.
We are here to help you, not to do the work for you.

Offline

#9 2015-04-30 11:11:33

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: [Question] Make a bot join a world?

He's asking for a few lines of code.
I doubt any of you knew how the roomData worked back when you were beginners.

client.Multiplayer.CreateJoinRoom("WorldId", "Everybodyedits" +
                        client.BigDB.Load("config", "config")["version"], (bool)visible, null, null);

Replace "WorldId" with the RoomId and (bool)visible with whether you want it to be visible or not.
"Everybodyedits191" is the roomtype.
Roomtypes can be found here.
Though you wont need to mess with the other roomtypes for now.
The version is loaded from the BigDB and the two nulls are the roomData and the joinData which you wouldn't want to touch unless you know what you're doing with them. I'm not saying that'll mess anything up but you wont know the way they affect the room.

Offline

#10 2015-04-30 12:09:06

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [Question] Make a bot join a world?

DarkDragon4900 wrote:

He's asking for a few lines of code.
I doubt any of you knew how the roomData worked back when you were beginners.

client.Multiplayer.CreateJoinRoom("WorldId", "Everybodyedits" +
                        client.BigDB.Load("config", "config")["version"], (bool)visible, null, null);

Replace "WorldId" with the RoomId and (bool)visible with whether you want it to be visible or not.
"Everybodyedits191" is the roomtype.
Roomtypes can be found here.
Though you wont need to mess with the other roomtypes for now.
The version is loaded from the BigDB and the two nulls are the roomData and the joinData which you wouldn't want to touch unless you know what you're doing with them. I'm not saying that'll mess anything up but you wont know the way they affect the room.

I am still a beginner and so far have been too lazy to deserialize it myself.
Aside from that I haven't needed it yet.
Besides there are plenty tutorials on these forums that's answer his question, so again: he shouldn't expect us to do all the work but look for himself too.

Offline

#11 2015-04-30 12:20:18

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: [Question] Make a bot join a world?

We aren't 'doing all the work'.
Code snippets that consist of 2~4 lines don't count as a bot.

Offline

#12 2015-04-30 12:52:44

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [Question] Make a bot join a world?

DarkDragon4900 wrote:

We aren't 'doing all the work'.
Code snippets that consist of 2~4 lines don't count as a bot.

I guess this is probably where we differ, but I think of this the same way as with children:
Teach them as soon as possible so you won't get problems later on because they're spoiled/don't know.

Offline

#13 2015-04-30 12:56:18

DarkDragon4900
Member
Joined: 2015-03-17
Posts: 251

Re: [Question] Make a bot join a world?

den3107 wrote:
DarkDragon4900 wrote:

We aren't 'doing all the work'.
Code snippets that consist of 2~4 lines don't count as a bot.

I guess this is probably where we differ, but I think of this the same way as with children:
Teach them as soon as possible so you won't get problems later on because they're spoiled/don't know.

Hence why I included an explanation with the answer. :)

Offline

DarkDragon49001430394978500103

Board footer

Powered by FluxBB

[ Started around 1714209563.4187 - Generated in 0.051 seconds, 10 queries executed - Memory usage: 1.57 MiB (Peak: 1.76 MiB) ]