View Full Version : Changing EXP Rate's
Siiig
10-12-2006, 03:27 PM
Well i managed to get my server up and running, along with my friends online, so i am very happy. Im not at all experianced with MySql, this server is actualy the first iv used it. When setting it up i entered a command...
INSERT INTO VARIABLES VALUES ('EXPMod','.8','Experience multipler. Increase to increase exp rate',20050610185738);
I was wondering how i might mod the values now that its set up?
EliteSting
10-12-2006, 08:11 PM
Download this , and set it up.
MySQLCC (http://sourceforge.net/projects/mysqlcc/)
Once your connected to your MySQL database. Look for the variables
table , and have at it. Enjoy. Hope this helps.
John Adams
10-13-2006, 01:42 AM
Or if command line is your thing, get into mysql> and enter
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.
Magefeu
10-13-2006, 01:50 AM
Hello,
Depending on who will be playing on the server I advise you not to go above 2.0. Which would mean that the player would take 200% of experience for each mob he kills.
This ratio is the limit between skill improving and leveling. It would be useless for the player to be level 20 with the skills of a level 5 player...
If you are playing alone don't bother yourself with changing the exp rate. When you are fed up with leveling or want to explore new zones or fight in new zones just use #level, #setskill and #scribespells in game...
Siiig
10-13-2006, 07:42 AM
Thanks alot guys :D
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.