Setting Class Skills/Spells

Posted by Zune on Wed 28 Dec 2005 10:57 PM — 5 posts, 22,695 views.

#0
I have absolutely no idea how to set a class's skills and spells list, much less a place to look for help in doing this.

Can anyone provide a link or some advice?
USA #1
They go in the class file. Check stock classes and you'll see how the struct is. I think you can use sset to add them as well, but I've never done that.
USA #2

showclass <class name> ---- to get the class number, then
sset <skill name> skilladept <class number> <adept level>


set the adept level to 0 to restrict that skills from a certain class.
Amended on Thu 29 Dec 2005 02:51 AM by Gohan_TheDragonball
#3
The .class files seem to be the easiest way to edit class skill/spell/adept/level. The problem is, coming up with new ones. If you get rid of the stock paladin and augurer, the classes are extremely balanced as is.

Thanks for your help guys.
USA #4
Actually, if you set a skill's adept level to 51 for that class then they won't ever get it (or whatever you've made your first immortal level if you've changed the number of mortal levels). But the quickest way is to just open the class files and manually edit them by hand, that way you also don't take the chance of forgetting to do "sset save skill table" when you're all done modifying hundreds of skills/spells each a dozen or more times...