View Single Post
  #1  
Old 12-21-2019, 03:25 PM
strugglegenerator's Avatar
strugglegenerator
Hill Giant
 
Join Date: May 2012
Location: Minnesota
Posts: 231
Default Remove Disciplines

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:
Code:
quest::traindiscs(40)
Reply With Quote