-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up to level 20 #14
Comments
hi capull0 ! https://www.youtube.com/watch?v=MYIjAngqAxY&feature=youtu.be It work perfect , but upgrade only to 10 level Please, help me. |
I, too, can only upgrade skylanders to level 10. What am I doing wrong? |
its normal |
I haven't implemented @capull0 's code. xp1,2 and 3 need to be written back to the skylander. I don't have the actual specifications for this. |
capullo wrote where exactly info about level up to 15 and 20 stored but need to recalculate another crc when you change something in this area we talked about this here if you can add this to skyreader , i can give you all info what you need about crc and data |
I wish I could help, but I will be eagerly watching this for developments. |
Any chances of implementing it? |
Hi,
here the offsets for level > 10:
0x08 0x24 0x00 0x03 24-bit experience/level value. Maximum 33000 here. (up to level 10) -> xp1
0x11 0x2D 0x03 0x02 16-bit experience/level value. Maximum 63500 here. (level 11 - 15) -> xp2
0x11 0x2D 0x08 0x03 24-bit experience/level value. Maximum 99200 here. (level 16 - 20) -> xp3
The text was updated successfully, but these errors were encountered: