Can we get a request help all button for arena
MrcMumble
Member Posts: 161 ★
I know it's not a good idea to ask for new features when the game already has it's fair share of bugs and issues, but a request help all button for arena would be the best thing ever added to this game.
The game lags out every time someone hits your request so many if not all wait til the end of their run of champs to hit the button and it takes way too long.
Please add this feature and not break something in the process.
The game lags out every time someone hits your request so many if not all wait til the end of their run of champs to hit the button and it takes way too long.
Please add this feature and not break something in the process.
5
Comments
Add loyalty to the login calendar, or a subscription card that everyone has.
Automatically claim 10 energy every 8hrs.
Set arena refresh times to a static number, and never have to hit the help button ever again.
Instead of a move can we get some replies? The help button has been a problem for a long time. Is this even on the radar?
Hi!
We've tried to put in place a "Help All" button in the past and it caused a negative effect on game performance. So, unfortunately, this isn't something we are considering adding to the game at this time. Thanks for the suggestion, though!
Thanks for your time and response. I hope you will take to the team the idea to remove help completely as it is an unneeded strain on the performance of the game. As suggested above:
Remove HELP altogether.
Add loyalty to the login calendar, or a subscription card that everyone has.
Automatically claim 10 energy every 8hrs.
Set arena refresh times to a static number, and never have to hit the help button ever again.
Thus , at least we can choose not to request help without having to scroll down ,
it'd save a lot time.
This. Exactly this. I've left alliances to do a few proper arena grinds without the annoying help button. Only when you use boosts and units to refresh it's nice for them to be on top, but I'm sure they can code it so that boosted champs stay on top.
OK, fair enough, but what about being able to request for up to 3? That shouldn't be too bad. We can already give help for up to 4 champs at once
YES! Why is help even still a thing in this game? It's nothing more than a waste of time and a source of frustration for players. Today I'm pressing help and waiting for 10 seconds, watching the little wheel spin while the game decides whether or not to register my button press.
Recognizing this isn't a democracy, but I'm still voting to eliminate the help mechanism. Who's with me?
Everybody but Kabam and GW
It’s an win win situation
so removing it will have a positive impact on the game lool
Hi!
We've tried to put in place a "Help All" button in the past and it caused a negative effect on game performance.
This is because you implemented it like:
loop help end loop
forcing the client to wait for the request, and hammering the server with immediate requests.
This is called synchronous processing, and something like this should instead be an asynchronous process.
What should have been done, is to build a queue to receive requests (without processing them yet).
The clients (ie us), would dump the requests into the queue, would be very low resource usage, and come back very quickly with "requests sent".
Then the server could go through those processes at whatever rate you could handle, allowing you to monitor/throttle, etc.
The fact your developers don't seem to understand this is sort of telling ...
*sigh*
Hi!
We've tried to put in place a "Help All" button in the past and it caused a negative effect on game performance. So, unfortunately, this isn't something we are considering adding to the game at this time. Thanks for the suggestion, though!
If “Help All” Button given negative effect on game performance,
Better is Increase The help number ,
4 to 15
4 to 20
4 to 30
4 to 50 Like this
Hope its help to “Loop Help”