Automation of actions for the game Hero Wars
< 脚本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 result = await bFix.start(endTime, getInput('countBossFixBattle'));console.log(result);
登录以发表回复。
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);