2010-09-30, 01:19 PM
Do we have to re-pass our mastery books?
|
Post-BB Skill Reset
|
|
2010-09-30, 01:25 PM
I have another question. Is there a cap on the number of SP you can have? I know that if someone overlevels past a certain number of APs (I think it's 89?), the game can't retain that data so the any APs beyond that are lost. Since the thread you linked states that I will have a full reset, that means I will be getting about 135 SP back. o_o"
2010-09-30, 01:28 PM
Even if there is a cap, it's high enough where no one will ever reach it. SP is divided between the job books rather than all together now. If you don't know what that means, wait until you get your reset and you'll understand.
2010-09-30, 01:28 PM
The cap for APs is 255, and I assume SPs to be the same. Although I'm not sure on this, I don't think it really matters. Millions of characters in kMS got the full reset (even just Southperry has about over 10 kMS players) and you never heard about missing skillpoints from resetting. Unless you're preoccupied by something different?
@ Fiel: char? Don't you mean byte or short or something? Oh, I see it now. A fixed-size byte entity.
2010-09-30, 01:29 PM
AP is an unsigned char - 255.
SP for each job is an unsigned char - 255. It's impossible to have more SP per job than this. @Kalovale: No, I mean unsigned char.
2010-09-30, 01:57 PM
Kalovale Wrote:@ Fiel: char? Don't you mean byte or short or something? a single non-character is one byte. Many C programmers typedef them to 'byte' for purposes as a tinyint. a short is bigger, at 2 bytes, while a normal int is 4 and a bigint/long is generally 8. |
|
« Next Oldest | Next Newest »
|