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.
den3107 wrote:Srna wrote:I suggest that for such small, but obviously wrong things, you just suggest a push through git. It's git with a reason.
Not everyone knows how to use github.
Also, suggested a push to correct some mistakes 11 days ago and it hasn't been merged.
You have to create a pull request. I don't see anything new https://github.com/Tunous/EverybodyEditsProtocol/pulls.
Offline
Koya wrote:den3107 wrote:Srna wrote:I suggest that for such small, but obviously wrong things, you just suggest a push through git. It's git with a reason.
Not everyone knows how to use github.
Also, suggested a push to correct some mistakes 11 days ago and it hasn't been merged.
You have to create a pull request. I don't see anything new https://github.com/Tunous/EverybodyEditsProtocol/pulls.
Aha, thank you
Not everyone knows how to use github.
(haven't used it for co-op)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
What is the "time" message for, and can we trigger it?
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
What is the "time" message for, and can we trigger it?
From the github
"time"
Occurs as a response to the "time" send message.
Seems pretty straight forward. Only confusing thing is the 'data' to be send with it.
Ingame: marten22 My steam: MartenM
Offline
Seems pretty straight forward. Only confusing thing is the 'data' to be send with it.
That appears to be a simple round-trip payload. Personally I'd use it as a packet identifier so you know that (if sending more than one packet) which "time" is in response to which ... "time".
So you could send ten "time" packets and get a few out of order, or perhaps lose a packet. This just helps keep things in a row.
Offline
Can we use the messages? I tried a "con.Send("time");" and it returned nothing.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Did you include the payload
edit: actually it looks like you could benefit from sending your own timestamp with the "time" message. Idk if one has value over the other but hey
also, can independently confirm the "time" works. No attached data? no response.
Offline
What am I supposed to send with it?
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Offline
And then you get a reply back with 1234?
How about strings? Since then we can send custom messages between bots more easily?
Offline
And then you get a reply back with 1234?
How about strings? Since then we can send custom messages between bots more easily?
Yes.
No, only doubles.
And the time message is returned back to you as far as I know. Nobody else receives it, but correct me if I am wrong.
Offline
Found something!
There are more roomtypes:
TRoom
ReportHandlingRoom
ToolRoom
and t hen there's the normal
Lobby214
LobbyGuest214
Beta214
Everybodyedits214
CrewLobby214
Offline
In "ts" and in the "For signs" table in "b" sending, "Sign Type" should probably be "Sign Color". You can then add another model at the bottom for sign colours:
0 = Brown
1 = Blue
2 = Red
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Found something!
There are more roomtypes:
TRoom
ReportHandlingRoom
ToolRoomand t hen there's the normal
Lobby214
LobbyGuest214
Beta214
Everybodyedits214
CrewLobby214
Apparently they seem to send "groupdissallowedjoin", so I am guessing it is admin-only.
Once I release my RoomFinder bot so that you can view, hide and send messages everyone will be able to test it themselfes.
Offline
Add things that we can send (or do) when the bot is connected to the lobby.
Thanks to: Ernesdo (Current Avatar), Zoey2070 (Signature)
Very inactive, maybe in the future, idk.
Offline
Add things that we can send (or do) when the bot is connected to the lobby.
I think there are more ways. I can look at the swf code later.
http://pastebin.com/ThG50mMc - Get Friends
http://pastebin.com/0UUSj2uu - Read from crews
http://pastebin.com/aZeZWd4A - Get worlds from a user
Don't just copy and paste. Read the code.
Offline
When a the receive message 'add' occurs you get a Boolean that indicates if a player can edit.
Do we have something the same for Can Toggle Godmode? I can't seem to find it.
Ingame: marten22 My steam: MartenM
Offline
Why can't you just check when people is in godmode from "add", and is toggle godmode?
Offline
Why can't you just check when people is in godmode from "add", and is toggle godmode?
Because
6 Boolean God Mode Value indicating whether the player is in god mode.
This can return false but that does not mean the player can't toggle godmode on.
I guess what I'm searching for just does not exist in the current state of the game.
Ingame: marten22 My steam: MartenM
Offline
capasha wrote:Why can't you just check when people is in godmode from "add", and is toggle godmode?
Because
6 Boolean God Mode Value indicating whether the player is in god mode.
This can return false but that does not mean the player can't toggle godmode on.
I guess what I'm searching for just does not exist in the current state of the game.
Yep, that boolean just says that the person currently is in god - the only way to know who has god is to remove god from everyone and give it out again.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
http://prnt.sc/cqt7i4
you forgot to put the spiral aura shape
i'm da best finder
Offline
Add things that we can send (or do) when the bot is connected to the lobby.
I have a little bit of documentation here https://github.com/SirJosh3917/Everybod … r/Lobby.md
but it's unfinished.
If anybody would like to continue documentation, here is a bit of information I gathered.
Offline
Thanks to: Ernesdo (Current Avatar), Zoey2070 (Signature)
Very inactive, maybe in the future, idk.
Offline
Hello! I noticed the client sais "isSubscribedToCrew" and also recieves the same thing when in the world.
Please elaborate on this message as there is nothing in the EE Protocol to show it anywhere.
Offline
Should be "Sent to touch a cake."
Offline
[ Started around 1732191975.2005 - Generated in 0.117 seconds, 13 queries executed - Memory usage: 1.87 MiB (Peak: 2.19 MiB) ]