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

Show adding mana ?

breadmaker

New Member
Joined
Jul 16, 2010
Messages
160
Reaction score
3
Hello.
There is possible to add for TFS 0.3.5pl1:
- if you use any item who adding mana, above your character is subtitle in purple color

ex.
If you use item who adding 250 mana, above your character is subtitle:
+250
 
go your folder ot
open
config.lua

and search this
LUA:
showHealingDamage = false
	showHealingDamageForMonsters = false

and change for this

LUA:
showHealingDamage = true
	showHealingDamageForMonsters = false

showHealingDamageForMonsters = false <-- for look monsters damage true is yes false is no.
 
Back
Top