bot.emit('melee');
// legacy dispatches: bot.dispatch(new MeleeDispatch());
The bot will melee in the direction the bot is facing. Remember that melees have an unusually low radius, which is hard to notice during gameplay but VERY visible when making a bot.
bot.emit('melee');
// legacy dispatches: bot.dispatch(new MeleeDispatch());
The bot will melee in the direction the bot is facing. Remember that melees have an unusually low radius, which is hard to notice during gameplay but VERY visible when making a bot.