• 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 - Spells...

koitsalu

Banned User
Joined
Sep 27, 2007
Messages
562
Reaction score
1
Hello, I'm using The Forgotten Server 0.2.6 but I got a problem, all chars have to learn the spells, but that's not what I wish, I want them to know all the spells when they start the ot.

I heard I had to be looking for something like this
Code:
learnspell="yes"
and change it to
Code:
learnspell="no"

But I can't find that code line :(.

Could anyone help me ?
 
So your telling me I have to change EVERY ONE spell? Isn't there a way to just change one thing that'll change all?
 
Open the script

Press ctrl + h

In the first line, you write: learnspell="1"

in the second line, you write: learnspell="0"

Press "Replace all"

Just it xP
 
Back
Top