Bugged Spell scribing levels?
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?
|
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. |
All times are GMT -4. The time now is 07:31 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.