PDA

View Full Version : Bugged Spell scribing levels?


Evercrak129
12-29-2010, 01:46 AM
I have many low level cleric spells that tell me I can scribe them at level 8 but as I go to scribe them, I am then getting a message that states I have to wait until level 9. Several other cleric spells are like this including summon food, Center, and Fear. I am the level they state that I can use them, alas I cannot scribe them until level 9. Has anyone else had this problem?

blackdragonsdg
12-29-2010, 05:05 PM
Sounds like a database problem. Run a query in Navicat using this:

select * from spells_new where classes2 >= 1 and classes2 <= 90 ORDER BY classes2;

Read the classes2 column for the spell that you are having trouble with. The classes2 column controls when a cleric can learn a spell. The information on the spell(item) that you bought or found in game may not match what is in the spells_new table which could lead to that problem.