HeroWarsHelper

Automation of actions for the game Hero Wars

< 脚本HeroWarsHelper的反馈

提问/评论

§
发表于:2025-03-03

Running out of memory during BossFixBattle. Could you please make the value of attacks configurable in 'Value Section' as input field, please?

Soemthing like:

countBossFixBattle: {
input: null,
title: I18N('NUMBER_OF_BOSS_FIX_BATTLE'),
default: 200,
},


const { BossFixBattle } = HWHClasses;
const bFix = new BossFixBattle(cloneBattle);
const result = await bFix.start(endTime, getInput('countBossFixBattle'));
console.log(result);

发表回复

登录以发表回复。