PDA

View Full Version : GM Skill Training List almost empty


Burningsoul
11-05-2011, 02:57 AM
After a few nights of DB and spell editing, I rolled a new Qeynos monk and went to train my skills. I was greeted by this..
http://i167.photobucket.com/albums/u157/Harakiristk/whoops/whoops.jpg

This is the only issue I'm having, so pretty sure I didn't bork anything major. I've already tried replacing the the npc_types and rule_values tables from a working database, but I'm not sure where to look for fixing this. I don't believe I touched any tables aside from the lootdrop/loottable/spawn2/items/spells_new.

Did I screw up the spells_new table perhaps? The only changes made to it were with the spell editor, shortening reuse times of discs and changing required levels.

Any help or insight is appreciated, when I get home I'll try replacing the spells_new table.

Aeryn
11-05-2011, 04:51 AM
If memory serves, i had the same issue a while back
Trevius did a skill cap sql update which cured it for me ... Thank you )
As always backup first
See the thread below
http://www.eqemulator.org/forums/showthread.php?t=33696

trevius
11-05-2011, 11:17 AM
If you changed the rule Character:SkillCapMaxLevel to higher than the default of 75, then that may be your problem. If you exceed level 75, your skill_caps table also has to go up to the level you set as max or it won't load skills properly.

Burningsoul
11-05-2011, 05:46 PM
My Character:SkillCapMaxLevel is set to -1, which in turn relies on the maxlevel (75). Also tried sourcing the skill cap update, but no luck. I'm going to start backing up each relative table and sourcing in stock replacements one more time, hopefully I'll catch it this time. Thanks Aeryn and Trevius for the assistance!