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

Problem with default skill level, TFS 1.5 and MYACC

Dran Ryszard

Member
Joined
Apr 25, 2023
Messages
81
Reaction score
18
Location
Poland
Hi, any idea why when i set a default skill in sample characters, only magic level work? Others skills are set to default tibia value (10 skill)
Maybe problem is in skill tires? Couse i set it to "0", cuz i don't know how to calculate it
 
Solution
Hello,

Are the characters created through the website?
If so, you will need to edit config.php in the Xampp folder -> htdocs -> config.php
and then edit:

PHP:
'use_character_sample_skills' => true,

I believe this will solve it!
Hello,

Are the characters created through the website?
If so, you will need to edit config.php in the Xampp folder -> htdocs -> config.php
and then edit:

PHP:
'use_character_sample_skills' => true,

I believe this will solve it!
 
Solution
Hello,

Are the characters created through the website?
If so, you will need to edit config.php in the Xampp folder -> htdocs -> config.php
and then edit:

PHP:
'use_character_sample_skills' => true,

I believe this will solve it!

In config.php i had only database informations
I found it in admin panel myacc, i change it and i will test

/// edit
Thanks, i change in admin myacc panel to "YES" (use a sample skills) and it work ;D
 
Back
Top