Post: Save Wizard Max Exp is Broken
12-31-2018, 03:18 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi, I'm new to save wizard but I noticed that the save wizard max exp on certain games is broken and buggy. Example on Ac Odyssey that character becomes Lvl 70 but doesn't get the bonuses that comes with it and is forever locked out of level required skills and engravings. On some other games this is true as well as it levels up without getting the necessary benchmark bonuses. Anyone know a work away around this issue and have you experienced this before?
Last edited by ammogram ; 12-31-2018 at 03:22 AM. Reason: Save Wizard Max Exp is Broken

The following user thanked ammogram for this useful post:

eliminster
12-31-2018, 03:49 AM #2
Vicodin10
https://discord.gg/save-wizard
Originally posted by ammogram View Post
Hi, I'm new to save wizard but I noticed that the save wizard max exp on certain games is broken and buggy. Example on Ac Odyssey that character becomes Lvl 70 but doesn't get the bonuses that comes with it and is forever locked out of level required skills and engravings. On some other games this is true as well as it levels up without getting the necessary benchmark bonuses. Anyone know a work away around this issue and have you experienced this before?

Its not that save wizard is broken. Its just the change of values that are not intended to be changed with hex can cause issues.
You could avoid this kinda options if they become a problem.
Or for a work around you can apply a bit of rank at a time.
Maybe 20 rank at a time.
Like I did and then once done each time, Change armor around to sync health and so on.

Here is a code you can use.

Assassin's Creed Odyssey
Rank Editor
8001000C 94D05800
00000000 0007000B
2800000C XXXXXXXX
8002000C 94D05800
00000000 0007000B
2800000C XXXXXXXX
8003000C 94D05800
00000000 0007000B
2800000C XXXXXXXX
8004000C 94D05800
00000000 0007000B
2800000C XXXXXXXX

X = XP Value
Example: Rank 25 is around 600000 xp
Being 000927C0

This will write the value 4 times as its needed

Here are a few ranks addresses.

Rank - 10
XP - 13300

Rank - 11
XP - 15600

Rank - 13
Set hex C0D40100 - 120000

Rank - 14
XP - 22200

Rank - 25
Set hex C0270900 - 600000

Rank - 26
XP - 69500

Rank - 28
Set hex A0BB0D00 - 900000

Rank - 31
Set hex 804F1200 - 1200000

Rank - 32
XP - 110900

Rank - 44
Set hex 80EE3600 - 3600000

Rank - 45
XP - 305200

Rank - 47
Set hex 003E4900 - 4800000

Rank - 48
XP - 421700

Rank - 50
Set hex 808D5B00 - 6000000

Rank - 51
XP - 571600

These values are reversed.
For quick codes I don't think they need to be reversed.


Check this thread out too
You must login or register to view this content.
Last edited by Vicodin10 ; 01-01-2019 at 02:48 AM.

The following 3 users say thank you to Vicodin10 for this useful post:

aeneax, lmaster, Tax Collector
12-31-2018, 04:09 AM #3
Hi, Thank you for replying providing such a detailed work around way. I'm an absolute beginner in hex modifying but i do know a little about making quick codes. Do i just replace the X values with the xp values,
example 2800000C XXXXXXXX = 2800000C 600000 or is do i use the specific hex value like 000927C0?
12-31-2018, 04:15 AM #4
Vicodin10
https://discord.gg/save-wizard
Originally posted by ammogram View Post
Hi, Thank you for replying providing such a detailed work around way. I'm an absolute beginner in hex modifying but i do know a little about making quick codes. Do i just replace the X values with the xp values,
example 2800000C XXXXXXXX = 2800000C 600000 or is do i use the specific hex value like 000927C0?

Yes, Just replace with the XP value converted to hex.

Like Rank 25 is around 600000 xp
once 600000 is converted to hex using windows calculator you will get the value of 000927C0
Replace all 4 of the xxxxxxxx with 000927C0
Last edited by Vicodin10 ; 12-31-2018 at 04:16 AM.

The following user thanked Vicodin10 for this useful post:

Like
12-31-2018, 04:36 AM #5
Ahh through a calculator. Thank you so much i think i get it somewhat better now although the rank 50 hex just sends me straight to lvl 70. Can i ask where you got the level requirement information from?
12-31-2018, 04:50 AM #6
Vicodin10
https://discord.gg/save-wizard
Originally posted by ammogram View Post
Ahh through a calculator. Thank you so much i think i get it somewhat better now although the rank 50 hex just sends me straight to lvl 70. Can i ask where you got the level requirement information from?

Rank 50 and 70 are the same on sw cause the code was set to max as 99999999.
Got the xp values from ingame. guessed alot of them as close as possible to the ranks.
you will notice the 25 rank the xp value actually puts you to 25 and a half.
took time but i marked down the values everytime i tested one value.
if i placed a random value and it put me at rank 27. ingame it will show how much rank is needed to be at 28.
then i mark down the rank 28 xp value and then convert to hex and mark it down.

Also in Advance mode you reverse the values.
like so
if value is
12 34 56 78
you reverse it to
78 56 34 12.
Last edited by Vicodin10 ; 12-31-2018 at 04:52 AM.
12-31-2018, 05:12 AM #7
Originally posted by Vicodin10 View Post
Originally posted by ammogram View Post
Ahh through a calculator. Thank you so much i think i get it somewhat better now although the rank 50 hex just sends me straight to lvl 70. Can i ask where you got the level requirement information from?

Rank 50 and 70 are the same on sw cause the code was set to max as 99999999.
Got the xp values from ingame. guessed alot of them as close as possible to the ranks.
you will notice the 25 rank the xp value actually puts you to 25 and a half.
took time but i marked down the values everytime i tested one value.
if i placed a random value and it put me at rank 27. ingame it will show how much rank is needed to be at 28.
then i mark down the rank 28 xp value and then convert to hex and mark it down.

Also in Advance mode you reverse the values.
like so
if value is
12 34 56 78
you reverse it to
78 56 34 12.

I got it, I think i was still confused on how to properly set the hex values from the calculator. Thank you again, it's been a lot of help. Is this community usually so kind and helpful? Thank you again!
12-31-2018, 05:52 AM #8
Vicodin10
https://discord.gg/save-wizard
Originally posted by ammogram View Post
Originally posted by Vicodin10 View Post
Originally posted by ammogram View Post
Ahh through a calculator. Thank you so much i think i get it somewhat better now although the rank 50 hex just sends me straight to lvl 70. Can i ask where you got the level requirement information from?

Rank 50 and 70 are the same on sw cause the code was set to max as 99999999.
Got the xp values from ingame. guessed alot of them as close as possible to the ranks.
you will notice the 25 rank the xp value actually puts you to 25 and a half.
took time but i marked down the values everytime i tested one value.
if i placed a random value and it put me at rank 27. ingame it will show how much rank is needed to be at 28.
then i mark down the rank 28 xp value and then convert to hex and mark it down.

Also in Advance mode you reverse the values.
like so
if value is
12 34 56 78
you reverse it to
78 56 34 12.

I got it, I think i was still confused on how to properly set the hex values from the calculator. Thank you again, it's been a lot of help. Is this community usually so kind and helpful? Thank you again!

We try to be helpful.
I try alot but usually over flowing with request for help.

But if you need anything else, Just ask.
12-31-2018, 07:11 PM #9
Do we have a list somewhere for the level perk's or the level engravings awarded for each level obtained? Then I wouldn't have to step around the levels and applying so many of them just to see what they reward.
01-10-2019, 01:54 AM #10
Originally posted by Vicodin10 View Post
Originally posted by ammogram View Post
Originally posted by Vicodin10 View Post
Originally posted by ammogram View Post
Ahh through a calculator. Thank you so much i think i get it somewhat better now although the rank 50 hex just sends me straight to lvl 70. Can i ask where you got the level requirement information from?

Rank 50 and 70 are the same on sw cause the code was set to max as 99999999.
Got the xp values from ingame. guessed alot of them as close as possible to the ranks.
you will notice the 25 rank the xp value actually puts you to 25 and a half.
took time but i marked down the values everytime i tested one value.
if i placed a random value and it put me at rank 27. ingame it will show how much rank is needed to be at 28.
then i mark down the rank 28 xp value and then convert to hex and mark it down.

Also in Advance mode you reverse the values.
like so
if value is
12 34 56 78
you reverse it to
78 56 34 12.

I got it, I think i was still confused on how to properly set the hex values from the calculator. Thank you again, it's been a lot of help. Is this community usually so kind and helpful? Thank you again!

We try to be helpful.
I try alot but usually over flowing with request for help.

But if you need anything else, Just ask.


Are you able to provide a quick code that will modify Ability Points from any number to another number?

I have a level 50 Kassandra that I don't want to use the Max AP on, just the exp boost, but when you use the exp to level it doesn't provide you with AP. I need to set the amount manually through Advanced Mode but I cannot find the value to change for AP.

It's driving me absolutely crazy, I would be forever in your debt if you could be so kind Smile
Last edited by Tax Collector ; 01-10-2019 at 04:48 AM.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo