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

remove skills with skill table

Ciosny

Member
Joined
Aug 16, 2024
Messages
116
Solutions
1
Reaction score
15
Hello! :) I would like to ask how to remove Critical hit chance and the rest of the following skills from my OTS/Client?

I'm using 10.98 1.4.2TFS

Thank you in advance for your help :)
 

Attachments

Or remove in game_features/features.lua
This code:
if(version >= 1094) then
g_game.enableFeature(GameAdditionalSkills)
end
 

Similar threads

Back
Top