• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Is it possible to change non-vocation characters skill limit higher?

nicoelperro

New Member
Joined
May 3, 2024
Messages
14
Reaction score
3
Hi! I'm working on a Rookgaard OT right now and i noticed that the skill limit is between 31 and 38, i'd like to switch it to atleast 120.
If someone can help me with a script or maybe if i can be pointed in the right direction i'd appreciate it very much :)
Server is 8.6 with TFS 1.3 (or maybe 1.1 i really don't know and i have 0 clue how to figure that out :D)
 
Have you changed the skill multiplayer in vocations.xml? those values:
<skill id="0" multiplier="1.5" />

If yes, try to play with it.
Possibly you did put too high or too small number there.

//edit

Just to clarify:
The lower the value the easier it is to get the skills.
The higher the vlaue the harder it is to get the skills.

I've also read somewhere on the forum a while ago that lowering the multiplayer sets lower skill limit while increasing the multiplayer increases the skill limit. No idea if its true or nonsense, try it out:)
 
Have you changed the skill multiplayer in vocations.xml? those values:


If yes, try to play with it.
Possibly you did put too high or too small number there.

//edit

Just to clarify:
The lower the value the easier it is to get the skills.
The higher the vlaue the harder it is to get the skills.

I've also read somewhere on the forum a while ago that lowering the multiplayer sets lower skill limit while increasing the multiplayer increases the skill limit. No idea if its true or nonsense, try it out:)
You've no idea how much i appreciate this :D
Thank you
 
Back
Top