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
  #3  
Old 07-29-2009, 10:29 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

You can use:
Code:
UPDATE rules_values SET rule_value = 7.5 WHERE rule_name = 'Character:ExpMultiplier';
If it doesn't exist, you have to create it first.

Code:
INSERT INTO rules_values (ruleset_id,rule_name,rule_value) values (0,'Character:ExpMultiplier',7.5);
The above sql will create a the rule as part of ruleset 0 (the default) and set it to 7.5 (7.5x exp, I assume). The value I have in mine is 0.6.

Actually, I have two DBs set up and I don't remember which was the backup. I think the newer PEQ db doesn't have those rules in by default, so I don't know what the default for exp multiplier is.
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 02:01 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