Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-23-2011, 08:12 PM
dpjaf4t
Fire Beetle
 
Join Date: May 2010
Posts: 21
Default Fix: Picklock not trainable at Rogue GM

This worked for me on EQEMU code version 2068 and PEQ database rev2027:

1. I have in rule_values for Character:SkillCapMaxLevel 75.

2. Execute this SQL:

Code:
INSERT INTO skill_caps (skillID, class, level, cap)
   (35, 9, 66, 210),
   (35, 9, 67, 210),
   (35, 9, 68, 210),
   (35, 9, 69, 210),
   (35, 9, 70, 210),
   (35, 9, 71, 210),
   (35, 9, 72, 210),
   (35, 9, 73, 210),
   (35, 9, 74, 210),
   (35, 9, 75, 210);
Apparently the EQEMU code wants to see an actual skill level specified all the way up to Character:SkillCapMaxLevel ...

Tested this on a non-GM-flagged Rogue toon, Rogue Guildmasters do show Pick Lock training now and the skill goes up in the field appropriately.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:10 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3