• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

-

  • Thread starter Thread starter Emky
  • Start date Start date
There should be an option in the config. Haven't messed with ot servers for a while but since it's with healing spells, there should be an option in there.
 
There should be an option in the config. Haven't messed with ot servers for a while but since it's with healing spells, there should be an option in there.
ther is nothing what i can find, altho there should be a way to print it, i just don't know how to do it with the final value
 
I have searched yep. And the server is OThire 0.0.2 btw

do you mean the final damage output?
Healing Output!***

I think the damage output is in spells.xml
Code:
    <instant name="Light Healing" words="exura" needlearn="0" maglv="1" mana="25" selftarget="1" aggressive="0" script="healing/light_healing.lua">
        <vocation name="Sorcerer"/> <vocation name="Master Sorcerer"/>
        <vocation name="Druid"/>    <vocation name="Elder Druid"/>
        <vocation name="Paladin"/>  <vocation name="Royal Paladin"/>
        <vocation name="Knight"/>  <vocation name="Elite Knight"/>
    </instant>

nope, i need the healing* output to be displayed ingame
 
config.lua > showHealingDamage = "yes" maybe thats what are you looking for? but, OThire 0.0.2 what protocol is that server? isnt it 7.72? if it is 7.72 you need to add this option in sources.
 
Back
Top