WT3WD wrote: ↑Tue Apr 01, 2025 1:38 am
I used the table for skill points and now that I don't want to use it anymore, it becomes zero when I gain skill points. How do I reverse this?
here's how the game handle skill points (or mastery points):
the game keep tracks of two values:
points earned, and points used.
whenever you entered the mastery menu, the game subtracts points earned with points used.
if the result is greater than zero, the menu would shows the result value and allows you to learn skills.
if the result is smaller than or equals to zero, menu would display zero, and lock the skill learning option.
what the script does is simply bypass the points checking for the skill learn-locking, i.e., no matter the subtracts result is, it always allows you to learn, but it won't stop the points used from increasing.
so, image the following scenario:
you have 10 points earned, and 15 points used with my script activated.
now you disable the script and earn 2 points, that becomes 12 points earned, 15 points used.
that means you are still 3 points short to break a even, and 4 points short for the menu to display a value other than zero.
so, in order to "reverse" this, simply earn 4 more points before you learn any more skill, then the skill points display value would appear as 1 again, as it'd be 16 to 15 by then.
EDIT:
/////////////////////////
and a friendly reminder to everyone.
use your best judgment to decide whether quoting a whole post would be a good idea or not, especially when you're just trying to mention the person, while your message have nothing to do with the content you quoted.
when I "fast-read" the forum, I tented to skip these long quotes intentionally, and even if I accidentally read someone quoting my whole post (especially the long ones), I'd still ignore them most of the time.
most of you who did this were just done out of ignorance - which we all did at some point in out lives -, but when after 2 persons including an admin mentioned it, two other posts followed in the SAME PAGE quote a whole long post again...
if you're not gonna read at least the posts in the same page before posting, why bother visiting a forum anyway?
and why do I bother to write this message when the spoiled kids (or spoiled adults I suspect) won't bother read this anyway..
I've wasted enough time. back to game~