• 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+ Warning items unknown key TFS 1.5

Kunas

New Member
Joined
Oct 3, 2024
Messages
2
Reaction score
0
Hello, I have a problem in TFS 1.5, after starting it I have such errors:
[Warning - Items:: parseItemNode] Unknown key value: maxhealthpercent
[Warning - Items:: parseItemNode] Unknown key value: maxmanapercent
[Warning - Items:: parseItemNode] Unknown key value: increaseMagicPercent

Are there similar functions in TFS 1.5 that I can replace to add max health/man percentage and increase max DMG percentage?
 
These attributes are from 7.92 evolutions, but there is another way. You need to implement these things in your source code. For example, increaseMagicPercent is basically the same as boostpercentmagic, they are almost identical. The other attributes you're looking for are here in this commit that you'll need to implement in your source.

 
Back
Top