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

-

  • Thread starter Thread starter Emky
  • Start date Start date
Typo in this line:

Code:
line = line .. "Spells for Magic Level " .. spell.level .. "\n"

change for

Code:
line = line .. "Spells for Magic Level " .. spell.mlevel .. "\n"

It shows all spells right? But under Spells for Magic Level 0, that's the problem?
 
It should be working. No error? Can you take an screenshot? You sure changed the "spell.level" to "spell.mlevel" in that line, saved and restarted the server?
 
Back
Top