HeroWarsHelper

Automation of actions for the game Hero Wars

< HeroWarsHelper 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2025-02-11

Suggestion: Make an "open all" button for ascension resources like we have for hero equipment boxes. It would also be good to have the same option for other resources - for instance: artifact essence/scroll/metal chests - open all as flawless

ZingerY작성자
§
게시: 2025-02-11

I'm already testing it on my end, but there's an issue with implementing this feature.
Here's how it works:
We click the "Use" button in the game, then the game engine generates a request and sends it to the server.
The script intercepts this request, modifies it, possibly makes additional requests during the modification process, and appends their results to the original request.
However, if there are more than 1000 items, the game engine splits this into multiple requests in batches of 1000, and then the script processes each of them separately, displaying a request window for each one, and overall, it works poorly.
That said, there usually aren't that many chests, and they don't have this issue.
So, until I resolve this problem, I won't be able to add it.

§
게시: 2025-02-15

Got it, that makes a lot of sense :)

답글 게시

답글을 게시하려면 로그인하세요.