
April 1st, 2009, 11:15 AM
|
BANNED USER
|
|
Join Date: Jan 2009
Location: a small farm
Posts: 340
Thanks: 73
Thanked 103 Times in 42 Posts
|
|
Re: Modding shortlist
Quote:
Originally Posted by lch
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.
|
So that nice list of national spell numbers doesn't really help me as I need a nice list of national spell names right?
|