Has anyone had any luck getting the new spell-modding features to work? I pulled the spell-list from the Strings built into the game (it's attached as a .txt file) but I can't get any of this to work. Try the following minimod and play a fire pretender as mid-period Ermor to see what I mean (at the very least, this mod should start you with Flare.):
Code:
#modname "Burn things!"
#description "Fire is cool."
#icon "\themiskyra\AmazonEmpireMod.tga"
#version 0.1
#domversion 3.01
#newspell
#copy "Flare"
#school -2
#researchlevel 28
#end