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? |
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; |
Quote:
Also, can I just set all zones to use the same ruleset, or will that break something? |
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"); Code:
UPDATE zone SET ruleset = '#'; |
All times are GMT -4. The time now is 09:33 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.