Configure Max Level

How to configure XP gain

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

Find the value "wOS.ALCS.Config.Skills.SkillMaxLevel"

 

  • "wOS.ALCS.Config.Skills.SkillMaxLevel" determines the max level a player can reach (Can be set to false to make the limit infinite)

 

Example

Sets the max level limit to 150

wOS.ALCS.Config.Skills.SkillMaxLevel = 150

  • 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...