HeroWarsHelper

Automation of actions for the game Hero Wars

< HeroWarsHelper 피드백으로 돌아가기

질문/댓글

§
게시: 2025-02-28

Hi, where can I find the Hero and Pet IDs you use in your script? Thank you!

ZingerY작성자
§
게시: 2025-02-28

I don't quite understand what you're talking about.

§
게시: 2025-02-28

For example:

160: { buff: 0, pet: 6005, heroes: [64, 66, 13, 9, 4], favor: { 4: 6006, 9: 6004, 13: 6003, 64: 6005, 66: 6002 } },

Which ID is which hero and pet. Is there any mapping anywhere?

ZingerY작성자
§
게시: 2025-03-01

Why is this necessary if the pack will be automatically substituted when the "Fix" checkbox is enabled?

§
게시: 2025-03-01

Just out of interest.

ZingerY작성자
§
게시: 2025-03-01

Ok, you can get the hero or pet name by simply putting the id here
cheats.translate('LIB_HERO_NAME_' + id)
and run it in the browser console on the game page with the script enabled, like this:
cheats.translate('LIB_HERO_NAME_' + 6005)
> "Albus"

§
게시: 2025-03-01

Thank you!

답글 게시

답글을 게시하려면 로그인하세요.