Is it possible to have game difficulty selected within a script?
For example: I run my char in hell, but when I want to run cows in NM without stopping and restarting D2Bot.
Is this possible?
maybe if you can find a way to customize your D2BotLead in this line, in particular gameInfo.difficulty variable:
ControlAction.createGame((gameInfo.gameName === "?" ? randomString(null,true) : gameInfo.gameName + gameCount), (gameInfo.gamePass === "?" ? randomString(null,true) : gameInfo.gamePass), gameInfo.difficulty, StarterConfig.CreateGameDelay);