Quote:
Originally Posted by pyg
So I've tried to implement overwriting national spells without success perhaps due to not knowing enough about modding. Anyway I tried #selectspell 109 followed by #clear followed by the content of the new spell to #end. I get a name2spell crash every time. Any tips?
|
You have to select them by name, not number. Which is a problem, because there may be more than one spell by the same name. Spells are being references by name, not number, everywhere, in the unit and item data as well. On the other hand, in your specific case, they should probably have the same restrictions, so if you chose to overwrite one of them, you'll probably want to overwrite all of them, and you should be able to do that if you change their names while doing so.
Quote:
Originally Posted by pyg
Also it doesn't seem possible to force a spell number on creating newspells.
|
Correct.