• 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 0.X TFS 0.3.6 you advanced to

metiu11

Member
Joined
Mar 26, 2011
Messages
94
Solutions
2
Reaction score
5
Heyo,
I have a problem with the name change "magic level", I changed the name in tools.cpp, but it does not help, other skills have changed, only the magic level remains the same.
 
Solution
You mean changing the line You advanced to magic level xxx.
If so then you'll have to change in players.cpp this line
C++:
sprintf(advMsg, "You advanced to magic level %d.", magLevel);
You mean changing the line You advanced to magic level xxx.
If so then you'll have to change in players.cpp this line
C++:
sprintf(advMsg, "You advanced to magic level %d.", magLevel);
 
Solution
@M0ustafa exactly! Well its weird... In tools.cpp u can change all skills "You advanced to .... xx.", but magic level in another place xD. Anyway its works now, thanks :)
 
Back
Top