Configure Skill Point Gain

How to configure skill point gain

Navigate to lua/wos/advswl/config/skills/sv_skillwos.lua

Find the values "wOS.ALCS.Config.Skills.LevelsPerSkillPoint", and "wOS.ALCS.Config.Skills.SkillPointPerLevel"

 

  • "wOS.ALCS.Config.Skills.LevelsPerSkillPoint" determines how many levels a player needs to gain before getting skill points
  • "wOS.ALCS.Config.Skills.SkillPointPerLevel" determines how many skill points a player receives when they gain enough levels to earn skill points

 

Example

Sets the amount of levels required to gain skill points to 1, and gives the player 2 skill points per 1 level

wOS.ALCS.Config.Skills.LevelsPerSkillPoint = 1

wOS.ALCS.Config.Skills.SkillPointPerLevel = 2

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Skill Tree Template File

General template file for those participating in the Calm of Fate update. Please note that...

Disabling Level HUD

Disabling The Level HUD How to disable the XP/Level bar, and player "Combat Level" indicator...

Changing Proficiency XP Gained From Killing Players And NPCS

How to configure XP gain from player/NPC kills Navigate to...

Creating A Skill Tree

The following will show the you steps of creating a basic skill tree, along with how to add...

Configure Proficiency Leveling

How to configure proficiency leveling Navigate to lua/wos/advswl/config/crafting/sh_craftwos.lua...