EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Changing EXP Rate's (https://www.eqemulator.org/forums/showthread.php?t=21691)

Siiig 10-12-2006 03:27 PM

Changing EXP Rate's
 
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...

Code:

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

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
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.

Magefeu 10-13-2006 01:50 AM

Recommandation
 
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


All times are GMT -4. The time now is 04:05 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.