View Single Post
  #11  
Old 03-25-2008, 07:07 AM
Ut0pia
Sarnak
 
Join Date: Feb 2008
Posts: 72
Default

Quote:
Originally Posted by cavedude View Post
Run this mysql query:

Code:
update variables set value = X where varname = 'EXPMod';
X is the xp value you want. I think 1 is default so anywhere from .1 to .9 would lower it.

If you don't have an EXPMod variable this will insert it:

Code:
insert  into `variables` values ('EXPMod', '1', 'Experience multipler. Increase to increase exp rate', '20050610185738');
Due to this post being back in 2005. I was wondering if it was still a valid row to put into the variables table. Also, based on the most up to date peq database, if the EXPMod is set to 1, does that change what it was by default? I ask this because the rate of exp already seems fast on the fresh install of the peq database.
Reply With Quote