EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Spell Support (https://www.eqemulator.org/forums/forumdisplay.php?f=664)
-   -   Bugged Spell scribing levels? (https://www.eqemulator.org/forums/showthread.php?t=32797)

Evercrak129 12-29-2010 01:46 AM

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?

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.


All times are GMT -4. The time now is 07:31 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.