HeroWarsHelper

Автоматизация действий для игры Хроники Хаоса

< Обсуждения HeroWarsHelper

Отзыв: Хороший — скрипт работает как нужно

Hi ZingerY,

Would you mind sharing your insight about the tutorials to be completed for moving servers, what are the taskIds?

I start to see error message below only recently:

{"date":1723234766.054048,"error":{"name":"NotAvailable","description":"Cannot create new user before finishing tutorial","call":{"name":"userMigrate","args":{"serverId":349},"context":{"actionTs":21585},"ident":"body"}}}

Thank you very much.

ZingerYАвтор
§
Создано: 12.08.2024

Hi!
You can try to go through the entire tutorial by executing the following code:
(async () => {
for(let i = 1; i < 428; i++) {
await Send(`{"calls":[{"name":"tutorialSaveProgress","args":{"taskId":${i}},"ident":"body"}]}`);
}
})()

Ответить

Войдите, чтобы ответить.