🏠 Home 

HeroWarsHelper

Automation of actions for the game Hero Wars

< Feedback on HeroWarsHelper

Question/comment

§
Posted: 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 r###lt = await bFix.start(endTime, getInput('countBossFixBattle'));
console.log(r###lt);

Post reply

Sign in to post a reply.