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 :)

發表回覆

登入以回復