Log in

View Full Version : Remove Disciplines


strugglegenerator
12-21-2019, 03:25 PM
I'm trying to remove some disciplines I do not want on my server. I removed them from the spells_new table in the database, but when I train all discs up to a certain level for my chars, it's still pulling in those disciplines, but instead of showing their actual spell names, they are just showing up as "Unknown Spell".

Is there a way to truly remove specific disciplines from showing up when I press ALT+C?

An example would be removing the Discipline "Throw Stone", which has a spell ID of 5225. I removed that from the spells_new table, but now the Discipline "Throw Stone" just shows up in game as "Unknown Spell" with the same ID 5225 when I set my char to train all disciplines up to a specific level.

Note: I am not using Tomes, I'm just straight up scribing the spells via a .pl script using:quest::traindiscs(40)

chrsschb
12-22-2019, 01:00 AM
Did you export spells and put in client folder?

strugglegenerator
12-22-2019, 09:17 AM
Looks like I have to untrain all discs and then retrain to get rid of those Unknown Spell errors. I think since they were trained, then I removed them from the spells_new table, that they were just stuck in that character's disciplines data table.

Seems to be working good now. =)