Page 2 of 4

Re: Warrior All-Stars [2017-8-30]

Posted: Sat Sep 09, 2017 7:04 pm
by Zircon
girlyvader wrote:
Sat Sep 09, 2017 4:27 pm
If at all possible, when you get a bit of time could you point out where we would go to change the regard levels? That's the only feature of this trainer that I have not been able to find elsewhere, and even if it's just pointing out which field/button I need to hit, that gives me enough to figure out the rest myself. Thank you regardless for translating this.
Spoiler
Image
in the red square :
green arrow = the character selected
red arrow = the character you want to change the regard level
yellow square = regard points (891=max) to avoid a bug where the sum of bonds doesn't add correctly you set the regard to 890

for example you use Zhao Yun and you want Lu Bu regard as max :
green arrow=Zhao Yun
red Arrow=Lubu
yellow square =890 the you speak with lu bu (you get the last point)for max regard
if you want to set everyone's regards to max towards Zhao Yun you set 891 to everyone in the red arrow exept for one(for example Lu Bu) then once you speak with Lu Bu it will set everyone's regards to max

Re: Warrior All-Stars [2017-8-30]

Posted: Sat Sep 09, 2017 9:29 pm
by kratitos
Wtf thanks so much for that editor, it has pretty much everything, also thanks for the translation!

Re: Warrior All-Stars [2017-8-30]

Posted: Sun Sep 10, 2017 7:30 am
by mamekoski
still confused here, how to increase ATK Speed with that trainer??

Re: Warrior All-Stars [2017-8-30]

Posted: Sun Sep 10, 2017 9:30 am
by Zircon
mamekoski wrote:
Sun Sep 10, 2017 7:30 am
still confused here, how to increase ATK Speed with that trainer??
by activating this:
Spoiler
Image

Re: Warrior All-Stars [2017-8-30]

Posted: Sun Sep 10, 2017 12:25 pm
by nakint
Thanks for the trainer.
I can unclock and play Sayo and Yomi with this trainer.

Re: Warrior All-Stars [2017-8-30]

Posted: Sun Sep 10, 2017 10:12 pm
by pox911
Image

I have a basic editor table up and going. Currently it just edits the character you are looking at in the hero menu. Still need to get things like the attack and move speed ported over to the table eventually

Re: Warrior All-Stars [2017-8-30]

Posted: Sun Sep 17, 2017 7:11 pm
by mamekoski
Zircon wrote:
Sun Sep 10, 2017 9:30 am
mamekoski wrote:
Sun Sep 10, 2017 7:30 am
still confused here, how to increase ATK Speed with that trainer??
by activating this:
Spoiler
Image
thanks Zircon, but unfortunately it increase game speed instead of atk speed only, so using Zhou Chang or Kasumi hero card is still the lame way to increase atk speed..

Re: Warrior All-Stars [2017-8-30]

Posted: Mon Sep 18, 2017 5:16 am
by AznBoy222
Zircon wrote:
Sat Sep 09, 2017 7:04 pm
girlyvader wrote:
Sat Sep 09, 2017 4:27 pm
If at all possible, when you get a bit of time could you point out where we would go to change the regard levels? That's the only feature of this trainer that I have not been able to find elsewhere, and even if it's just pointing out which field/button I need to hit, that gives me enough to figure out the rest myself. Thank you regardless for translating this.
Spoiler
Image
in the red square :
green arrow = the character selected
red arrow = the character you want to change the regard level
yellow square = regard points (891=max) to avoid a bug where the sum of bonds doesn't add correctly you set the regard to 890

for example you use Zhao Yun and you want Lu Bu regard as max :
green arrow=Zhao Yun
red Arrow=Lubu
yellow square =890 the you speak with lu bu (you get the last point)for max regard
if you want to set everyone's regards to max towards Zhao Yun you set 891 to everyone in the red arrow exept for one(for example Lu Bu) then once you speak with Lu Bu it will set everyone's regards to max
How do u get the regard levels to show up in the trainer. I just started using this thing today and the regard number in the trainer is blank whenever i use it. Changing it doesn't do anything either.

Re: Warrior All-Stars [2017-8-30]

Posted: Mon Sep 18, 2017 2:44 pm
by Foomy
for example you use Zhao Yun and you want Lu Bu regard as max :
green arrow=Zhao Yun
red Arrow=Lubu
yellow square =890 the you speak with lu bu (you get the last point)for max regard
if you want to set everyone's regards to max towards Zhao Yun you set 891 to everyone in the red arrow exept for one(for example Lu Bu) then once you speak with Lu Bu it will set everyone's regards to max
Yeah I couldn't manage to make it work just by trying around the numbers while I loitering around in Sanctuary. Maybe I need to get into battle first to get the numbers? Or maybe get every characters first?

Re: Warrior All-Stars [2017-8-30]

Posted: Mon Sep 18, 2017 7:05 pm
by Zircon
for regard levels u need to select a character on the red arrow let's hope pox911 will give us a more complete table^^

Re: Warrior All-Stars [2017-8-30]

Posted: Mon Sep 18, 2017 10:05 pm
by pox911
The way i currently have it setup, you can alter the affinity of the currently selected character's affinity toward others. I have a solid pointer to all the character's so i just need to stop being lazy and code up a basic "set all affinity to max" code. I'm still stuck on the attack or movement speed. I have a card that is supposed to up it but i see no difference what so ever.

Re: Warrior All-Stars [2017-8-30]

Posted: Wed Sep 20, 2017 8:15 pm
by bakaraider
Yep got the card with movement speed up but don't seem to have effect on battle. The movement speed seems the same to me, with or without the card, or my eyes deceived me?

Re: Warrior All-Stars [2017-8-30]

Posted: Thu Sep 21, 2017 4:41 am
by bachou
can anyone tell me how to scan HP and SP (for practice purpose)
this game has 8 bytes value so "unknown value" scan would kill my PC...
i managed to get HP addressess, 2 of them but changing them make no effect

Re: Warrior All-Stars [2017-8-30]

Posted: Thu Sep 21, 2017 5:16 am
by ajip2
bachou wrote:
Thu Sep 21, 2017 4:41 am
can anyone tell me how to scan HP and SP (for practice purpose)
this game has 8 bytes value so "unknown value" scan would kill my PC...
i managed to get HP addressess, 2 of them but changing them make no effect
HP is float(20000000-2fffffff) and SP is 4 bytes(140000000-14fffffff)
for SP when it full the value will reset to zero

sorry for my bad english

Re: Warrior All-Stars [2017-8-30]

Posted: Thu Sep 21, 2017 8:19 am
by bachou
ajip2 wrote:
Thu Sep 21, 2017 5:16 am
bachou wrote:
Thu Sep 21, 2017 4:41 am
can anyone tell me how to scan HP and SP (for practice purpose)
this game has 8 bytes value so "unknown value" scan would kill my PC...
i managed to get HP addressess, 2 of them but changing them make no effect
HP is float(20000000-2fffffff) and SP is 4 bytes(140000000-14fffffff)
for SP when it full the value will reset to zero

sorry for my bad english
so full sp is a little tricky..
do you know about friendship point ?(regards) is it float too?
exp doesn't work either, i change exp to 50000 but after completing a mission my EXP resets to its normal value