When you log on to the game, scripts called logon.src are run. (There are several of them)
One of them starts a script called gainskill.src
One of the things that gainskill.src does is to run a script called practice.src every 5 minutes.
So, open up pol\pkg\character\advancement\practice.src
In this script, see line 18 that says:
- Code: Select all
PracticeSpecs (character);
Change that line so that the auto skill advances aren't run.
- Code: Select all
// PracticeSpecs (character);
Re-compile practice.src and unload all the scripts (or restart the shard)
Done.