Automation of actions for the game Hero Wars
< Feedback on HeroWarsHelper
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);
Sign in to post a reply.
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);