Log in

View Full Version : How to edit Level Cap?


Darkv1
04-18-2011, 05:50 PM
Hey guys was wondering if any of you know how to decrease the level cap or edit it for that matter. Thanks :)

blackdragonsdg
04-18-2011, 06:50 PM
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';

Darkv1
04-18-2011, 06:54 PM
Sweet thanks! now i just need to figure out how to disable luclin models and get old weapon models back :\ should be set after that but idk how to do it lol

blackdragonsdg
04-18-2011, 11:54 PM
Disabling luclin character models can be done in the options menu or eqclient.ini.

Darkv1
04-19-2011, 12:22 AM
got it Thank ya sir!