zunath / CyberpunkZombieSurvival_JVM

Server-side Java code used in the Neverwinter Nights Cyberpunk Zombie Survival module.
GNU General Public License v3.0
2 stars 0 forks source link

Remove NWN spells from magic classes #6

Closed zunath closed 7 years ago

zunath commented 7 years ago

The magic classes in NWN are receiving their NWN spells on login. Need to strip all NWN magic out on character initialization.

zunath commented 7 years ago

Wasn't able to clear known spells for some reason (NWNX didn't work for that). Instead, I'm clearing memorized spells. Should achieve the same effect.