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.
The encoder is bad, unless your lazy or cannot code (then why use it) make one yourself
Ok, so far I know only how to connect to one.
Now, I want to know how to create one.
As many of you may want to know (or not), I will explain why.
I'm planning on creating a dumb bot called ETBot.
ETBot is a bot where which you click "connect" to a world, and you can talk encriptedly to anybody, or via /pm encriptedly.
Why the encription? I don't know. I just made a really sucky encripter (encript.dll https://www.mediafire.com/?bce2er6q07nefsz ) It uses a bad encription method, however I do know better. Yes, I do know major bugs, but for now its the easiest I can make. Works simple enough.
Assuming that the open world isn't open 24/7, I want to make sure how to create one.
Also, just incase, how to figure out if it DOES exist.
Offline
You have to use Client.Multiplayer.CreateRoom(//stuff);
Doesn't matter if it exists or not, because you are creating it.
Just did it, world name will be called "Open World", no matter what you put in the quotation marks.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
You have to use Client.CreateRoom(//stuff);
Doesn't matter if it exists or not, because you are creating it.Just did it, world name will be called "Open World", no matter what you put in the quotation marks.
Am I doing something wrong?
public Connection con; //Define some bot-needed things
public Client client; //Define some bot-needed things
private void joinButton_Click(object sender, EventArgs e)
{
client.CreateRoom();
}
It doesn't automatically fill in CreateRoom();
Perhaps i don't have the most updated playerioclient?
Offline
Oops, I forgot to add .Multiplayer in there.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Oops, I forgot to add .Multiplayer in there.
Room Type...?
Offline
Hint: if you press "(" where you need to, it shows you what to have.
If you already have code, delete first one and retype it.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Hint: if you press "(" where you need to, it shows you what to have.
If you already have code, delete first one and retype it.
Kudos to you! I have modified the code to meet connecting needs.
Offline
to change roomname send ["name", "your awesome name here"] in the roomData dictionary
if you can read this....good for you
Offline
[ Started around 1732459997.4717 - Generated in 0.053 seconds, 12 queries executed - Memory usage: 1.54 MiB (Peak: 1.7 MiB) ]