Greasy Fork is available in English.

HeroWarsHelper

Automation of actions for the game Hero Wars

< Feedback on HeroWarsHelper

Review: Good - script works

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

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

Post reply

Sign in to post a reply.