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

TFS 1.X+ Help, skills limit

Lbtg

Intermediate OT User
Joined
Nov 22, 2008
Messages
2,324
Reaction score
136
hey, i been exploring around forums and discords. but still cannot fix idk why...

My magic skill limit is 389, in client it shows 256 max after 256 it reset and shows from 1. ( so on magic lvl 389 visual in client i get 133)

and skills limit is 445

Special skills limit works fine....

Any hints please ?
 
vocations 1.1 will lock skills to 160 but if u set the number to lowers it will allow more skill gain but you would have to slow down skill timer and also
change how client receives it because its stored as byte in client :)
 
played around with vocations.xml , it changes max skill abit, but still tho max 445, and on magic lvl its 389 , very weird...
 
Cross Eyed What Are You Looking At GIF by BrownSugarApp

where where i never use visual studio what is ctrl+f where where

come on dude just have look first. atleast try.

for (uint8_t i = SKILL_FIRST; i <= SKILL_LAST; ++i)

change this uint8 to uint16 and then add
g_game.enableFeature(GameDoubleSkills)
 
Last edited:
Cross Eyed What Are You Looking At GIF by BrownSugarApp

where where i never use visual studio what is ctrl+f where where

come on dude just have look first. atleast try.

for (uint8_t i = SKILL_FIRST; i <= SKILL_LAST; ++i)

change this uint and then add
g_game.enableFeature(GameDoubleSkills)
i spend around 50 hours on this issue, from otland forums, discord, and many simple noobish test i can do.... nothing worked, ofc i havent touched client yet,

im not programer at all i barely can edit configs so its super hard and confusing for me + on top of that i hate programing and hate reading overall... so its super hard for me the coding things....

i have never used visual studiuos, only now i got pc that can run this program lol..

About client things im clueless more hardly then server codes and things...


I did both you told below, but i think i havent done all like on that theard you show, idk yet didint fully inspect it, i will later try see whats going on here
 
Back
Top