HeroWarsHelper

Automation of actions for the game Hero Wars

< Σχολιασμός για τον κώδικα HeroWarsHelper

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 24/05/2024

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!

ZingerYΔημιουργός
§
Δημοσιεύτηκε: 24/05/2024

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

§
Δημοσιεύτηκε: 28/05/2024

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

ZingerYΔημιουργός
§
Δημοσιεύτηκε: 28/05/2024
Επεξεργάστηκε: 28/05/2024

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);

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.