Log in

View Full Version : char xp increase by 10 and items


kevin90
12-10-2006, 05:24 AM
Hi everyone,
It took me a while but I finally got my minilogin to work for a small group of 4 players here for the holidays.

I'm using minilogin, mysql 4.0.23, EQEmuServerPack-3.6, ActivePerl - 5.8.7 Build 813

Due to our busy schedule with work and personal life, I would like to know how I can modify the experience to increase x10. Also is there a way to give our characters some starting out equipment?

Any help would be appreciated and thanks in advance.

Cripp
12-10-2006, 05:48 AM
Yes you can very easily with the Rules system...
http://www.eqemulator.net/wiki/wikka.php?wakka=ServerRules
scroll down to where it says "Default Ruleset" at the bottom and source that SQL clipping..
theres one called Character:ExpMultiplier just change that to 10 or whatever you desire :)

hope this helps..

kevin90
12-10-2006, 06:16 AM
I read the ServerRules wiki.

A couple of questions:

Can I type these rules inside the game?

I don't know sql but I know how to copy paste :-) My problem is that I don't know my admin id or password, but I know that the game is connecting and that I use the ID: mini and Password:mini.

If I can get a step by step on how to do this, it would be great and I can follow it for other rules. Thanks again.

John Adams
12-11-2006, 07:11 AM
In game, type #help rules, and you should get all the syntax you need. And yes, you can change rule sets in-game, and shouldn't need direct access to SQL tables.