• 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 Learning only certain spells

Guitar Freak

_LüA_n☺b_
Joined
Dec 27, 2008
Messages
831
Reaction score
13
Location
Caracas, Venezuela
Im wondering something, we all know the "learning spells" thing is configurable at config.lua, so if I state needlearn = no, then all players start will every spell for their vocation, but Im wondering if it is possible to make a script so the characters will start with all spells like normal but except certain ones that would need to be obtained later on? Like from an NPC or something like that?

Any clue?

Thanks in advance.

EDIT: Solved, thanks Bintzer! +Rep added.
 
Last edited:
Change it to yes in config.lua

Then in your spells.xml file just use
Code:
needlearn="0"
for every spell you don't want them to have to learn and
Code:
needlearn="1"
for every spell you want them to have to :)
 
Back
Top