[COMPLETED][REQUEST] Rise of the Third Power
[COMPLETED][REQUEST] Rise of the Third Power
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.
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.
Last edited by Novogel on Sat Feb 12, 2022 1:37 pm, edited 1 time in total.
Re: [REQUEST] Rise of the Third Power
+1 as well! Would be great if someone could help us with this!
-
- Expert Cheater
- Posts: 102
- Joined: Sun Mar 12, 2017 2:34 pm
- Reputation: 8
- BlackMonster
- Expert Cheater
- Posts: 225
- Joined: Tue Jan 23, 2018 8:41 pm
- Reputation: 38
Re: [REQUEST] Rise of the Third Power
Yes pls , this game looks great!
Req:
Exp multiply
Gold multiply
Max skill points
100% crit
Damage multiply
100% drop rate
Req:
Exp multiply
Gold multiply
Max skill points
100% crit
Damage multiply
100% drop rate
Re: [REQUEST] Rise of the Third Power
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)
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)
- Attachments
-
- Rise of the Third Power.CT
- first table, may not be any more...
- (20.34 KiB) Downloaded 1396 times
Re: [REQUEST] Rise of the Third Power
Thank you so much for this!aRDicted wrote: ↑Sat Feb 12, 2022 8:12 pmRise 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: [COMPLETED][REQUEST] Rise of the Third Power
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.
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
Some time working, Some time don't. Why??aRDicted wrote: ↑Sat Feb 12, 2022 8:12 pmRise 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: [COMPLETED][REQUEST] Rise of the Third Power
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.
It jumps for +120 for each party.
- BlackMonster
- Expert Cheater
- Posts: 225
- Joined: Tue Jan 23, 2018 8:41 pm
- Reputation: 38
Re: [COMPLETED][REQUEST] Rise of the Third Power
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
If you right click the script and see the following error <<24:offset is too big>>,
make the following changes.
Player Stat Script
Player Data Script
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
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
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
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
-
- Noobzor
- Posts: 6
- Joined: Fri Aug 09, 2019 12:37 am
- Reputation: 2
Re: [COMPLETED][REQUEST] Rise of the Third Power
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
this. anyone that can help on this?checcainvent wrote: ↑Tue May 10, 2022 9:58 pmThe 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
Table is work for Patch 1.05 ? Thanks you
Who is online
Users browsing this forum: Google Adsense [Bot], Link20, Livaliz, LuckVsLogic, orangejabroni, Snoop, zeromike233