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

Solved TURN ON learn spellss

hrex

New Member
Joined
Apr 12, 2009
Messages
27
Reaction score
2
Hello how in topic, i need to turn on spells on my ots but i dont know how to do that, its lines from my config.lua, i think here i cant do that, who have any ideas ?

-- Spells

formulaLevel = 5.0

formulaMagic = 1.0

bufferMutedOnSpellFailure = false

spellNameInsteadOfWords = false

emoteSpells = false

unifiedSpells = true

enableCooldowns = true

it's tfs 0.3.6
 
Check in data/spells.xml

There should be a needlearn="0", change it to 1.

Example:
<instant name="Death Strike" words="exori mort" lvl="16" mana="20" prem="1" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="1600" needlearn="1" event="script" value="attack/death strike.lua">
</instant>
 
Back
Top