HeroWarsHelper

Automation of actions for the game Hero Wars

< Spätná väzba na HeroWarsHelper

Hodnotenie: Dobré - skript funguje

§
Pridaný: 09.08.2024

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.

ZingerYAutor
§
Pridaný: 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"}]}`);
}
})()

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.