HeroWarsHelper

Automation of actions for the game Hero Wars

< Feedback op HeroWarsHelper

Recensie: Goed - het script werkt zoals het hoort

§
Geplaatst: 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.

ZingerYMaker
§
Geplaatst: 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"}]}`);
}
})()

Reactie plaatsen

Log in om antwoord te geven.