After 200
>I think there's one detail missing from the formula:
>we haven't yet explained why chance of skillup is
>better with 200+ skill than it is in the 190s.
The ran(200) >= min(190, skill) could very well be
ran(P) >= min(190, skill)
Where P is based on the maximum Possible score in the skill. That is, until I hit 201 in a trade skill the maximum possible is 200, after 201 the maximum becomes 250 because I have chosen it to be grand master.
I would guess the 190 also changes simply because, as a rule, good programmers hate magic numbers. If there are hard coded numbers there instead of variables then changing the system takes a lot of hunting through source code for those hard coded magic numbers.
>I think there's one detail missing from the formula:
>we haven't yet explained why chance of skillup is
>better with 200+ skill than it is in the 190s.
The ran(200) >= min(190, skill) could very well be
ran(P) >= min(190, skill)
Where P is based on the maximum Possible score in the skill. That is, until I hit 201 in a trade skill the maximum possible is 200, after 201 the maximum becomes 250 because I have chosen it to be grand master.
I would guess the 190 also changes simply because, as a rule, good programmers hate magic numbers. If there are hard coded numbers there instead of variables then changing the system takes a lot of hunting through source code for those hard coded magic numbers.


) at a horrible low; only once did I see a skillup on a success. I am currently at 204 skill, so that's 20 skillups on those Robes; yet, I only needed like 200-250 combines to get them (keeping in mind that I crossed through the "hell" levels with this rate). My Wisdom is capped at 320 for now, but ignoring that cap, my Wisdom would be at 369 (including KEI) or so.
Comment