Log in

View Full Version : question about modding spell "celestial soldiers"


numskully
April 15th, 2004, 05:03 AM
i want to make that spell take only one level of astral to cast, but i cant seem to do this. is it possible?

thanks for any input

Potatoman
April 15th, 2004, 07:28 AM
Double post.

[ April 15, 2004, 06:29: Message edited by: Potatoman ]

Potatoman
April 15th, 2004, 07:28 AM
Yes, it is quite simple.
#select spell "Celestial Soldiers"
#path 0 4
#pathlevel 0 1
#end

numskully
April 15th, 2004, 12:03 PM
just tried that, and it still takes 2 astrals to cast

here is what i have:

#selectspell "Celestial Soldiers"
#school -2
#researchlevel 15
#path 0 4
#pathlevel 0 1
#fatiguecost 100
#end

Potatoman
April 15th, 2004, 08:27 PM
Interesting. I got it work, but there's an odd catch (probably a bug). After changing the spell requirements to 1 astral in the mod file, the spell description still lists 2 astral as its requirement. Fortunately, the 2 astral is an illusion- astral 1 mages are fully able to cast it. Weird.

numskully
April 15th, 2004, 10:32 PM
ah, i see

thanks much!