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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-07-2013, 01:56 PM
Lucia Moore
Sarnak
 
Join Date: Sep 2013
Posts: 32
Default None of my settings do anything?

Okay, so I found this HUGE rule list in the database that seems to control all sorts of things. Level caps, how AC/Attack work on level differences, crit rates, everything....but changing those values seems to have zero effect on my server.

My DB seems to have three "rule sets". How do I know which one I'm using? And do any of these settings actually do anything?
Reply With Quote
  #2  
Old 12-07-2013, 02:03 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

You can tell which rule set which zone is using by running this query:
Code:
SELECT ruleset, short_name, long_name, zoneidnumber FROM zone ORDER BY zoneidnumber ASC LIMIT 0, 1000;
Also, they do actually work; therefore, you may be editing the wrong rule set.
Reply With Quote
  #3  
Old 12-07-2013, 02:09 PM
Lucia Moore
Sarnak
 
Join Date: Sep 2013
Posts: 32
Default

Quote:
Originally Posted by Kingly_Krab View Post
You can tell which rule set which zone is using by running this query:
Code:
SELECT ruleset, short_name, long_name, zoneidnumber FROM zone ORDER BY zoneidnumber ASC LIMIT 0, 1000;
Also, they do actually work; therefore, you may be editing the wrong rule set.
Oh, I see. I'll try changing that and see if characters can still level beyond 20, because that's the limit I'm trying to set.

Also, can I just set all zones to use the same ruleset, or will that break something?
Reply With Quote
  #4  
Old 12-07-2013, 02:12 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Try this query, there's a max level setting and a max level achievable by experience setting.
Code:
SELECT * FROM rule_values WHERE rule_name IN ("Character:MaxExpLevel", "Character:MaxLevel");
This will set all zones to whatever rule set you wish for them to have.
Code:
UPDATE zone SET ruleset = '#';
"#" Being the rule set you choose. This shouldn't break anything at all.
Reply With Quote
Reply


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 12:39 PM.


 

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