Greasy Fork is available in English.

HeroWarsHelper

Automation of actions for the game Hero Wars

< 腳本HeroWarsHelper的回應

評論:正評 - 腳本一切正常

§
發表於: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!

ZingerY作者
§
發表於: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" }]})

§
發表於: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?

ZingerY作者
§
發表於:2024-05-28
編輯: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);

發表回覆

登入以回復