Automation of actions for the game Hero Wars
Lara's boss quest says the 270 boss needs a 20-point buff. Is this possible? If so, can you list the pets and party?
All the buffs requirements described in the script are posible. What you need to do is to have the given buff, in this case 20. Then start a fight, lose, and then a new window will appear where you should select "auto". Accept the secret number and wait 1-2 minutes to the script make the magic. If you don't wanna use the script, then no, there is not such pets and party with 20 buff that can win against 270 boss.
thanks perfect
Thanks for letting us know the procedure, I was wondering about this too.
If you want to manually see the heroes and pets, then there is a way to do this by referring to the code. Go to the "History" tab, then choose to compare the differences between the latest version and version 2.357 ("Diff selected versions"). You will then see a list of lines in this format, coloured GREEN to indicate new code additions. RED indicates old code, do not use those lines.270: { buff: 15, pet: 6005, heroes: [32, 55, 63, 48, 51], favor: { 32: 6007, 48: 6001, 51: 6001, 55: 6001, 63: 6000 }, timer: 67.77832032495091 },
This line of code tells you the boss level (270), the required buff (15), and the IDs for the various heroes and pets, including patrons ("favor").
Now the problem with this approach is that I don't know which ID refers to which hero \ pet. The only one I was able to infer is that "63" refers to "Lara Croft", as it's present in every boss battle. I'm assuming the IDs are in the order of the hero being available in the game. If there was a table available online with the details, that would make it a lot easier, LOL.
Thanks for letting us know the procedure, I was wondering about this too.
If you want to manually see the heroes and pets, then there is a way to do this by referring to the code. Go to the "History" tab, then choose to compare the differences between the latest version and version 2.357 ("Diff selected versions"). You will then see a list of lines in this format, coloured GREEN to indicate new code additions. RED indicates old code, do not use those lines.270: { buff: 15, pet: 6005, heroes: [32, 55, 63, 48, 51], favor: { 32: 6007, 48: 6001, 51: 6001, 55: 6001, 63: 6000 }, timer: 67.77832032495091 },
This line of code tells you the boss level (270), the required buff (15), and the IDs for the various heroes and pets, including patrons ("favor").
Now the problem with this approach is that I don't know which ID refers to which hero \ pet. The only one I was able to infer is that "63" refers to "Lara Croft", as it's present in every boss battle. I'm assuming the IDs are in the order of the hero being available in the game. If there was a table available online with the details, that would make it a lot easier, LOL.
you don't need to know it since you can have anytean and the game selects it for the battle outmaticly so youl see the heros in battle is difrent then those choosen (if you didn't randomly picked the same team)
First of all, you shouldn't quote the ENTIRE post when replying, just 1-2 lines is enough, otherwise it ends up cluttering the page.
Yes, we don't NEED to know the code, but I WANTED to know it, since I'm curious about the internal workings of the game. Also I wanted to select the heroes manually, just for fun. Thankfully, ZingerY saw my query in another discussion and told me how to get the list here: https://gf.qytechs.cn/en/scripts/450693-herowarshelper/discussions/307374
I'm pasting the list of hero IDs here for anyone else who's as curious as me. :-P I hope it helps in some way. Enjoy!
1 - Aurora
2 - Galahad
3 - Keira
4 - Astaroth
5 - Kai
6 - Phobos
7 - Thea
8 - Daredevil
9 - Heidi
10 - Faceless
11 - Chabba
12 - Arachne
13 - Orion
14 - Fox
15 - Ginger
16 - Dante
17 - Mojo
18 - Judge
19 - Dark Star
20 - Artemis
21 - Markus
22 - Peppy
23 - Lian
24 - Cleaver
25 - Ishmael
26 - Lilith
27 - Luther
28 - Qing Mao
29 - Dorian
30 - Cornelius
31 - Jet
32 - Helios
33 - Lars
34 - Krista
35 - Jorgen
36 - Maya
37 - Jhu
38 - Elmir
39 - Ziri
40 - Nebula
41 - K'arkh
42 - Rufus
43 - Celeste
44 - Astrid and Lucas
45 - Satori
46 - Martha
47 - Andvari
48 - Sebastian
49 - Yasmine
50 - Corvus
51 - Morrigan
52 - Isaac
53 - Alvanor
54 - Tristan
55 - Iris
56 - Amira
57 - Fafnir
58 - Aidan
59 - Kayla
60 - Mushy and Shroom
61 - Julius
62 - Polaris
63 - Lara Croft
64 - Augustus
65 - Ninja Turtles
66 - Folio
67 - Lyria
68 - Guus
6000 - Fenris
6001 - Oliver
6002 - Merlin
6003 - Mara
6004 - Cain
6005 - Albus
6006 - Axel
6007 - Herbatnik
6008 - Khorus
6009 - Vex
4000 - Sigurd
4001 - Nova
4002 - Mairi
4003 - Hyperion
4010 - Moloch
4011 - Vulcan
4012 - Ignis
4013 - Araji
4020 - Angus
4021 - Sylva
4022 - Avalon
4023 - Eden
4030 - Brustar
4031 - Keros
4032 - Mort
4033 - Tenebris
4040 - Rigel
4041 - Amon
4042 - Iyari
4043 - Solaris
Thanks a ton for this information! :-)
This might be a problem for banning, no?If you don't wanna use the script, then no, there is not such pets and party with 20 buff that can win against 270 boss.
If the seed of the first battle is random, then winning is possible without the script. Time consuming, but possible. Then knowing packs and win % is meaningful for those without 3rd party.
If the seed of the first battle is fixed, then even if a pack could have a 50% chance of winning it cannot be used to win without a script to change the seed of the battle. If the server is logging, the seed is easy to check. Any battle fought without the fixed seed is 100% 3rd party.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Lara's boss quest says the 270 boss needs a 20-point buff. Is this possible? If so, can you list the pets and party?