Page 7 of 9

Re: The Slormancer

Posted: Sun Sep 04, 2022 11:15 am
by jim972329667
Could you update you're table, already thanks for your time and update

Re: The Slormancer

Posted: Mon Sep 26, 2022 10:26 pm
by Papanatitas
jim972329667 wrote:
Sun Sep 04, 2022 11:15 am
Could you update you're table, already thanks for your time and update
The creator of the table said he won't update this table anymore. Someone was complaining or something like that and the creator said he won't be updating the table because of all the complaining. So we should thank the guy that pissed off the creator.

Re: The Slormancer

Posted: Thu Sep 29, 2022 4:42 am
by kmckowan
Papanatitas wrote:
Mon Sep 26, 2022 10:26 pm
jim972329667 wrote:
Sun Sep 04, 2022 11:15 am
Could you update you're table, already thanks for your time and update
The creator of the table said he won't update this table anymore. Someone was complaining or something like that and the creator said he won't be updating the table because of all the complaining. So we should thank the guy that pissed off the creator.
The table didn't work it always crashed the game.

Re: The Slormancer

Posted: Thu Sep 29, 2022 8:25 pm
by MagikMurlok
I'm so annoyed I came to the game after this went out of date. Farming reapers to get the one that makes a build possible is just so insane and not enjoyable :(

Re: The Slormancer

Posted: Fri Sep 30, 2022 10:36 am
by Litchticus
Salutations. Sorry to bother you, but I was wondering if you ever planned on updating this table again. It was really awesome using it before when the game first came out. Worked like a dream. I know it's probably a lot more difficult to break the game to the same degree now so I understand if you're not wanting to do it. Just being hopeful.

Either way, I hope you're having a wonderful day/night when/if you see this.

Re: The Slormancer

Posted: Sun Oct 02, 2022 1:30 pm
by sdkyron
Papanatitas wrote:
Mon Sep 26, 2022 10:26 pm
The creator of the table said he won't update this table anymore. Someone was complaining or something like that and the creator said he won't be updating the table because of all the complaining. So we should thank the guy that pissed off the creator.
This is so unfair that we're being penalized because some random idiot pissed off the author...

Re: The Slormancer

Posted: Tue Oct 04, 2022 12:14 am
by VirgilSouth
Found out that you can easily find all your attributes wia groupscan command. Each attribute in groupscan should have value type "Double" and then two 4 bytes zeros.
So groupscan command for any hero with 1 point in toughness will look like

Code: Select all

dp:1 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0
1 point of dexterity

Code: Select all

dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:1 4:0 4:0 dp:0 4:0 4:0
and etc

Have fun

Re: The Slormancer

Posted: Tue Oct 11, 2022 7:18 pm
by sdkyron
VirgilSouth wrote:
Tue Oct 04, 2022 12:14 am
Found out that you can easily find all your attributes wia groupscan command. Each attribute in groupscan should have value type "Double" and then two 4 bytes zeros.
So groupscan command for any hero with 1 point in toughness will look like

Code: Select all

dp:1 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0
1 point of dexterity

Code: Select all

dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:0 4:0 4:0 dp:1 4:0 4:0 dp:0 4:0 4:0
and etc

Have fun
Would you mind explaining how to use this ? Considering i have no clue how cheatengine works ?

Re: The Slormancer

Posted: Wed Oct 12, 2022 12:40 am
by VirgilSouth
sdkyron wrote:
Tue Oct 11, 2022 7:18 pm
Would you mind explaining how to use this ? Considering i have no clue how cheatengine works ?
Oh dats basics. Open process in CE, pick value type "Grouped" in scan type options at right, copy-paste command into value box, press "Generate groupscan command", in opened window edit values for "Double"s according to ur hero attributes (they going in same top-to-bottom order as in-game ones), leave "4 Bytes" untouched, press "First Scan", some adresses should show up, make some changes to attributes (and corresponding changes to groupscan command) and do "Next Scan", repeat previous step until one adress left, add it to adress list, eight adresses should be added one for each attribute, edit to ur liking, et voila!
If you need more basic of CE - use built-in CE tutorial, it explains a lot

Re: The Slormancer

Posted: Fri Oct 14, 2022 3:51 am
by sdkyron
VirgilSouth wrote:
Wed Oct 12, 2022 12:40 am
in opened window edit values for "Double"s according to ur hero attributes (they going in same top-to-bottom order as in-game ones), leave "4 Bytes" untouched
Which attributes are you talking about exactly ?

Re: The Slormancer

Posted: Fri Oct 14, 2022 6:33 am
by VirgilSouth
sdkyron wrote:
Fri Oct 14, 2022 3:51 am
VirgilSouth wrote:
Wed Oct 12, 2022 12:40 am
in opened window edit values for "Double"s according to ur hero attributes (they going in same top-to-bottom order as in-game ones), leave "4 Bytes" untouched
Which attributes are you talking about exactly ?
Like toughness, dexterity, zeal, willpower etc.

Re: The Slormancer

Posted: Sat Oct 15, 2022 11:25 pm
by omega10114
VirgilSouth wrote:
Fri Oct 14, 2022 6:33 am
sdkyron wrote:
Fri Oct 14, 2022 3:51 am
VirgilSouth wrote:
Wed Oct 12, 2022 12:40 am
in opened window edit values for "Double"s according to ur hero attributes (they going in same top-to-bottom order as in-game ones), leave "4 Bytes" untouched
Which attributes are you talking about exactly ?
Like toughness, dexterity, zeal, willpower etc.
Good find! Do you have any ideas about how to change reinforcement, by chance? I've tried a couple of things like groupscan myself, but it didn't really go anywhere.

Re: The Slormancer

Posted: Sat Oct 15, 2022 11:30 pm
by VirgilSouth
omega10114 wrote:
Sat Oct 15, 2022 11:25 pm
Good find! Do you have any ideas about how to change reinforcement, by chance? I've tried a couple of things like groupscan myself, but it didn't really go anywhere.
Nah didt even tried. Easy reachable +15 was enough for me

Re: The Slormancer

Posted: Thu Dec 08, 2022 11:46 pm
by ImDrgoN
Any update incoming ?

Re: The Slormancer

Posted: Sun Dec 11, 2022 7:50 pm
by Zuladii
Any update incoming? or this post is abandoned