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

Converting spells from 8.1 to 8.6

Not sure if you mean spells.xml or the lua scripts. But you just gotta run the server and see which ones aren't working. Then look through other spells in the new 8.6 distro for reference on what needs to be fixed. If the exe shows "cannot index blah blah" it usually mean the function is changed in the new version or you wrote it wrong. Check into your lib folder and in global.lua for correct functions and how to use them in your current version.
 
Not sure if you mean spells.xml or the lua scripts. But you just gotta run the server and see which ones aren't working. Then look through other spells in the new 8.6 distro for reference on what needs to be fixed. If the exe shows "cannot index blah blah" it usually mean the function is changed in the new version or you wrote it wrong. Check into your lib folder and in global.lua for correct functions and how to use them in your current version.
Thanks looks good :)
 
Back
Top