Automatic skillgain

For questions relating to POL scripting (not necessarily related to WoD)

Moderators: Siobhan, Sebastian, Drocket

Automatic skillgain

Postby Mercury on Thu Apr 29, 2004 8:03 am

Hello!

How do i switch off the specialisation system, so specialised skill don't gain automaticly?

Thank you ;-)
Mercury
Jr. Newbie
 
Posts: 2
Joined: Thu Apr 29, 2004 7:58 am

Postby Mercury on Thu Apr 29, 2004 11:32 am

so
Mercury
Jr. Newbie
 
Posts: 2
Joined: Thu Apr 29, 2004 7:58 am

Postby SDonald on Fri Apr 30, 2004 7:30 am

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.
SDonald
Regular Poster
 
Posts: 102
Joined: Fri Oct 11, 2002 7:47 am
Location: Australia


Return to Scripting Forum

Who is online

Users browsing this forum: No registered users and 1 guest

cron