• 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 +healing above the player

flaxe

the one and only
Joined
Jun 12, 2009
Messages
336
Reaction score
2
Location
Sweden
Hello, I would like to have the script that shows how much you are healing. It should be a green text that pops up at the player when you use a healing spell, UH or a healing potion, and the text will show like "+400" if you healed 400. I think you understand what I mean by now, thanks in advance! Also I'm not very good at scripts so it would be nice if you could tell me where to put it =)
 
If you are using a later version of TFS (0.3.*) -- Config.lua:

showHealingDamage = "no"
showHealingDamageForMonsters = "no"


Change to whatever you want (no/yes).
 
Back
Top