HeroWarsHelper

Automation of actions for the game Hero Wars

< Feedback on HeroWarsHelper

Review: Good - script works

§
Posted: 18 Juli 2025

Hi, would it be possible to add attacking raid boss as an action, the way minions currently work? I realize it's different since the game doesn't store previously used teams for the boss, but I have to ask since Maestro is so boring 😂

ZingerYPembuat
§
Posted: 18 Juli 2025

The problem is that the game saves only one, the last, pack of heroes. And the script does not have any special functionality for selecting and saving packs. This requires a fairly complex interface, which I can not yet implement.
But if you understand scripts, you can simply send 5 requests like this, specifying your hero packs in args:
await Sender.send({
name: 'clanRaid_startBossBattle',
args: { heroes: [42, 35, 66, 17, 7], pet: 6005, favor: { 7: 6002, 17: 6007, 35: 6006, 42: 6001, 66: 6008 } },
})

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。