Page 1 of 2

[COMPLETED][REQUEST] Rise of the Third Power

Posted: Fri Feb 11, 2022 10:06 pm
by Novogel
Game: Rise of the Third Power
Game engine: Unity
Game version: latest as of 11/february/2022
Options: Talent points
Optional options: money, relic affinity
Game page:


Other info: I tried finding talent point values with cheat engine, I found them but changing them didn't work in game for some reason, I managed to change relic points just fine though.

Re: [REQUEST] Rise of the Third Power

Posted: Sat Feb 12, 2022 2:59 am
by Onidurum
+1

Re: [REQUEST] Rise of the Third Power

Posted: Sat Feb 12, 2022 5:26 am
by Erandir
+1 as well! Would be great if someone could help us with this! :D

Re: [REQUEST] Rise of the Third Power

Posted: Sat Feb 12, 2022 9:34 am
by Martijn1234
+1

Re: [REQUEST] Rise of the Third Power

Posted: Sat Feb 12, 2022 1:57 pm
by BlackMonster
Yes pls , this game looks great!

Req:

Exp multiply
Gold multiply
Max skill points
100% crit
Damage multiply
100% drop rate

Re: [REQUEST] Rise of the Third Power

Posted: Sat Feb 12, 2022 8:12 pm
by aRDicted
Rise of the Third Power Table

Don't forget to activate the "Mono Feature" first!
Option:
1. Player Stat, activate after entering a battle.
2. Player Data (Gold, Experience, Level)

To get some talent points, change the level to any you like (i tried 22, which is enough to unlocked all talent of two player)

Re: [REQUEST] Rise of the Third Power

Posted: Mon Feb 14, 2022 7:51 pm
by Erandir
aRDicted wrote:
Sat Feb 12, 2022 8:12 pm
Rise of the Third Power Table

Don't forget to activate the "Mono Feature" first!
Option:
1. Player Stat, activate after entering a battle.
2. Player Data (Gold, Experience, Level)

To get some talent points, change the level to any you like (i tried 22, which is enough to unlocked all talent of two player)
Thank you so much for this!

Re: [COMPLETED][REQUEST] Rise of the Third Power

Posted: Tue Feb 15, 2022 4:07 am
by aRDicted
well alternatively you can edit the save game file with notepad (i recommend notepad++), its super easy.
you will find the save game file in users-->(your user id)-->AppData-->LocalLow-->Stegosoft.

but when you change the player stats, you better change also the expirience and level, because ingame the stats will recalculated. So its obviously better to use CE.

Re: [REQUEST] Rise of the Third Power

Posted: Tue Feb 15, 2022 4:53 am
by huakuy99
aRDicted wrote:
Sat Feb 12, 2022 8:12 pm
Rise of the Third Power Table

Don't forget to activate the "Mono Feature" first!
Option:
1. Player Stat, activate after entering a battle.
2. Player Data (Gold, Experience, Level)

To get some talent points, change the level to any you like (i tried 22, which is enough to unlocked all talent of two player)
Some time working, Some time don't. Why??

Re: [COMPLETED][REQUEST] Rise of the Third Power

Posted: Tue Feb 15, 2022 7:19 am
by aRDicted
which one? both? for the player stats, you can add another player (if your party has more than two player), you can copy one whole "Player 1" group, and change each address (under the copy one) add +120 for the next party and another +120 for the third one and so on... eg. the address for HP may look like "[bsPlayer]+70+120" for party #2 and "[bsPlayer]+70+120+120" for party #3 and so on...
It jumps for +120 for each party.

Re: [COMPLETED][REQUEST] Rise of the Third Power

Posted: Tue Feb 15, 2022 4:32 pm
by BlackMonster
so the cheats dont work? or only work for the 1st 2 players and not the rest??

Re: [COMPLETED][REQUEST] Rise of the Third Power

Posted: Tue Feb 15, 2022 10:29 pm
by Xcelled
If you right click the script and see the following error <<24:offset is too big>>,
make the following changes.
Player Stat Script
Spoiler
change this starting at line 24:
mov [playerBase],rsi
movsxd rax,dword ptr [rsi+70]
mov [rbp-10],rax
jmp return

to this:
push rax
mov rax,playerBase
mov [rax],rsi
pop rax
//mov [playerBase],rsi (you can delete this line but I comment it out)
movsxd rax,dword ptr [rsi+70]
mov [rbp-10],rax
jmp return
Player Data Script
Spoiler
change this:
mov [playerData],r15
movsxd rax,dword ptr [r15+0000010C]
jmp return

to this:
push rax
mov rax,playerData
mov [rax],r15
pop rax
//mov [playerData],r15 (you can delete this line but I comment it out)
movsxd rax,dword ptr [r15+0000010C]
jmp return

Re: [COMPLETED][REQUEST] Rise of the Third Power

Posted: Tue May 10, 2022 9:58 pm
by checcainvent
The second script, "Player Data (finished one battle to activate)" doesn't seem to work. It gives the error "Error while scanning for AOB's: INJECT ERROR: Not all results found".

Re: [COMPLETED][REQUEST] Rise of the Third Power

Posted: Wed Jun 15, 2022 7:11 am
by krsnik013
checcainvent wrote:
Tue May 10, 2022 9:58 pm
The second script, "Player Data (finished one battle to activate)" doesn't seem to work. It gives the error "Error while scanning for AOB's: INJECT ERROR: Not all results found".
this. anyone that can help on this?

Re: [COMPLETED][REQUEST] Rise of the Third Power

Posted: Fri Sep 16, 2022 7:43 pm
by Carriva
Table is work for Patch 1.05 ? Thanks you