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

C++ skills limit

mmheo

New Member
Joined
Sep 14, 2017
Messages
157
Reaction score
1
how i can increase skills limit
dis fighting limit is 240 how i can increase to 350
and its from source or client ?
im use 0.4
 
Client shows 255 as max skills/magic level but still if you have higher than 255 it will work but won't be visible on client-side, Is it only your distance that gets stucked at 240? or every other skill?
 
Client shows 255 as max skills/magic level but still if you have higher than 255 it will work but won't be visible on client-side, Is it only your distance that gets stucked at 240? or every other skill?
yes its 255 so to increase it need client edit?
 
From server side, I think you should edit player.h file changing some uint16_t to uint32_t...
Example:


(and also change database)
 
Back
Top