View Single Post
  #3  
Old 10-13-2006, 01:42 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Or if command line is your thing, get into mysql> and enter
Code:
UPDATE variables SET value = 'your exp modifier' WHERE varname = 'EXPMod';
value is the .8, or 1.0, or 5.0 you want your experience to be enhanced by.

But MySQLCC is much easier. It's a UI. Give it a try.
Reply With Quote