Automation of actions for the game Hero Wars
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 } },
})
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 😂