Greasy Fork is available in English.

HeroWarsHelper

Automation of actions for the game Hero Wars

< Feedback on HeroWarsHelper

Review: Good - script works

§
Posted: 2024-05-24

Hi, is it possible to perform "Soul Atrium"->"Summon 10" using emeralds instead of saved "Soul crystals"? Right now, you have to use all the saved "Soul Crystals" first before the option to use emeralds shows. I only want to summon soul stones only when it is on sale and keep saving soul crystals for events. Many thanks!

ZingerYAuthor
§
Posted: 2024-05-24

You can do this via the console with the following request:
Send({"calls":[{ name: "gacha_open", args: { ident: "heroGacha", free: false, pack: true }, ident: "body" }]})

§
Posted: 2024-05-28

Oh great. which console do you refer to? Do you mean in Chrome->dev tools? if not, could you kindly give some instruction?

ZingerYAuthor
§
Posted: 2024-05-28
Edited: 2024-05-28

That's right Chrome -> dev tools -> Console
To check the operation, you can request user information:
await Send({"calls":[{"name":"userGetInfo","args":{},"ident":"userGetInfo"}]}).then(e => e?.results?.[0]?.result?.response);

Post reply

Sign in to post a reply.