Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #18  
Old 08-18-2013, 12:16 AM
Envisage
Sarnak
 
Join Date: Mar 2010
Posts: 45
Default

Dont know if its bugged on other clients but if anyone wants to try this code will update it don't need the 1st or 4th line. but will just leave them in there in case anyone wants to play with it incrementally.

Code:
UPDATE skill_caps SET cap = (5+(`level`*5)) WHERE skillid = 35 AND class = 8 AND `level` BETWEEN 0 AND 0;
UPDATE skill_caps SET cap = 100 WHERE skillid = 35 AND class = 8 AND `level` BETWEEN 40 AND 60;
UPDATE skill_caps SET cap = 0 WHERE skillid = 35 AND class = 8 AND `level` BETWEEN 1 and 39;
SELECT * FROM skill_caps WHERE class = 8 AND skillid = 35;
Reply With Quote
 


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 09:53 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