Greasy Fork is available in English.

HeroWarsHelper

Automation of actions for the game Hero Wars

< HeroWarsHelper 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2024-08-09

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개발자
§
작성: 2024-08-12

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"}]}`);
}
})()

댓글 남기기

댓글을 남기려면 로그인하세요.