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.
Pages: 1
As most of you probably already read:
– Removed message limit for world owners (useful for bots, I guess).
Great news! Right?
Well, in my opinion, yeah.
But you can't just remove all "Thread.Sleep"s (or whatever you use).
While for chat the minimal delay seems to still be in effect (not that big of a problem...), however for building...
I'd say: try it out, but then I'd technically be encouraging you to DDoS EE, so I'm not going to say anything
So as I said: don't just remove your delay method yet. If you do, you will be kicked from your world after a couple dozen blocks (just you, not other players).
HOWEVER... Putting in a Thread.Sleep(1); is already good enough for the servers. Then again, this doesn't guarantee to wait exactly 1ms, but probably a bit longer.
HOWEVER (again)... This is still WAY better than the 10ms delay we were limited by before.
With this update it would, for example, be possible to make a (decently working) public animator bot, like requested a little while ago!
Still have to figure out myself why exactly I wrote this post... But hey, man's gotta do something when he's bored, eh?
Offline
I can send approximately 11,250 blocks (or 150 x 75) with 1ms delay before getting disconnected. Huge improvement.
Why didn't they do this before? What issues will this cause? I recall Cjmaeder adding a "fill" message before but removed it...
Offline
Just to let you know, having Thread.Sleep(1) is almost exactly the same as having Thread.Sleep(10), they both sleep for around 15-20ms
If you want to place blocks faster (using thread.sleep) then you will need to place multiple per sleep
Offline
Why didn't they do this before?
because Nou was leader
Offline
SmittyW wrote:Why didn't they do this before?
because Nou was leader
Is that serious??
Offline
Gosha wrote:SmittyW wrote:Why didn't they do this before?
because Nou was leader
Is that serious??
The reason nou didnt want it is because blocks cause lag...
Also: Ive been testing it, and managed about 2000 blocks per second, any more than that and it disconnects most people from the world
Offline
Latif wrote:Gosha wrote:SmittyW wrote:Why didn't they do this before?
because Nou was leader
Is that serious??
The reason nou didnt want it is because blocks cause lag...
Also: Ive been testing it, and managed about 2000 blocks per second, any more than that and it disconnects most people from the world
That's nice. I think it should stay owner-only so it's your own risk if people lose connection because of your bot.
Offline
That's nice. I think it should stay owner-only so it's your own risk if people lose connection because of your bot.
it is already onwer-only
Offline
After my statistics, the block placing is ~70% faster than in September 2015(last time I recorded).
However I can't credit EE for all this difference. My ISP most likely made road upgrades to their equipment, PlayerIO servers aren't longer under Yahoo, less players are online in this game etc.
Everybody edits, but some edit more than others
Offline
Latif wrote:That's nice. I think it should stay owner-only so it's your own risk if people lose connection because of your bot.
it is already onwer-only
Oh I think you misunderstand me. I already know it's owner-only, I just don't want it to get changed.
Offline
I think it should stay owner-only so it's your own risk if people lose connection because of your bot.
Others actually wouldn't generally get kicked out, only the person (owner) spamming blocks, unless the other players would have trouble processing data and their EE simply crashes.
Also: Ive been testing it, and managed about 2000 blocks per second, any more than that and it disconnects most people from the world
It works kinda strange, it seems like the server itself auto-kicks you when you send blocks too quickly.
eg: When I place 25 blocks without delay. I'm kicked. If I player 25x25 blocks without delay, I also get kicked. However in both situations all blocks ARE placed.
So it seems like it kicks you after x blocks with too little delay, but as you have already sent all the placement requests to the server before you receive the message that you're kicked out, the server still actually does process all those messages.
Haven't really tried out what value x actually is (if it's even a static number).
Offline
It works kinda strange, it seems like the server itself auto-kicks you when you send blocks too quickly.eg: When I place 25 blocks without delay. I'm kicked. If I player 25x25 blocks without delay, I also get kicked. However in both situations all blocks ARE placed.So it seems like it kicks you after x blocks with too little delay, but as you have already sent all the placement requests to the server before you receive the message that you're kicked out, the server still actually does process all those messages.Haven't really tried out what value x actually is (if it's even a static number).
I think it's entirely your connection. I can place 200 without delay.
Sometimes both the bot and I disconnect, sometimes only I disconnect, and sometimes only the bot disconnects. Seems kinda random.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Pages: 1
[ Started around 1734065123.1964 - Generated in 0.075 seconds, 12 queries executed - Memory usage: 1.58 MiB (Peak: 1.75 MiB) ]