Thread
:
How to edit Level Cap?
View Single Post
#
2
04-18-2011, 06:50 PM
blackdragonsdg
Dragon
Join Date: Dec 2008
Location: Tennessee
Posts: 656
You can change the max level in the rule_values table of the database. If you don't want to find the setting then edit and run the following:
update rule_values set rule_value = 85 where rule_name = 'Character:MaxLevel';
blackdragonsdg
View Public Profile
Send a private message to blackdragonsdg
Find all posts by blackdragonsdg