Developers, why doesn't a "help all" button exists?
Nemesio
Member Posts: 134 ★
It would be awesome to help all of my alliance in a single tap.
2
Comments
This gerbil? (I think it's a hamster)
That way the requests are spaced out over the time it take to do a fight, meaning servers aren't overloaded. And I don't have to waste 3-5 seconds pressing the help button and waiting.
Only played transformers a couple of times when it first came out so didn’t know that. But I’m just going from previous mod posts I’ve seen, been brought up a few times and that was the answer they gave. I do like the suggestion that @seanjohn7944 made though, that could be a good alternative if the help all still won’t be possible.
It would be an added incentive to grind Arena for everyone in the alliance and allow Kabams gerbils to stay cool.
Simple, no?
Every time you hit the help button, the game sends a packet to the servers. I haven't peaked inside one of these, but logically it's going to contain a header (standard routing information that all packets have) and a few numbers to identify which champ from which player needs help. That's very, very little data, and the header almost certainly is bigger than the data.
If there were a Help All button, then the packet would contain a header and a list of numbers identifying the player and the champs that need help.
In other words, 20 "Help 4" requests means 20 headers and 80 player/champ IDs. One "Help All" request would mean 1 header and 80 player/champ IDs. That's LESS data hitting the servers.
Less data means less stress on the servers. I have no idea why Kabam is telling us that it would hurt the servers when it would actually make things easier on the servers.
Even if it were somehow bad for the servers, they could still easily make a Help All button. They could make the game so that it automatically sends out a help request every half second. This would be exactly the same as the players repeatedly hitting the button, just without making us hit the button.
Why do this to us?? There must be a way to get this sorted and add a "help all" button I've played games online before recently and they all use help all button why the heck can't you!?
I think people confuse the fact that the single packet of data 100bytes+header long is bigger than a single packet of data 5bytes+header long, but are forgetting that you aren't sending the 100bytes+header 20 times.
TL;DR: The reason they give is nonsense.