Log in

View Full Version : How To make a Server PvP?


Obake420
10-01-2008, 02:21 PM
How do i turn my server to pvp with a money only loot system?

paaco
10-01-2008, 02:29 PM
Look in the Variables Table at Servertype and Lootcoin and thange both of their values to 1.

Obake420
10-01-2008, 02:43 PM
what program are you using to look at your tables?

paaco
10-01-2008, 02:44 PM
Navicat works very well.

paaco
10-01-2008, 02:50 PM
You can also do it in a command line.

update variables set value = 1 where varname = 'ServerType';
update variables set value = 1 where varname = 'LootCoin';

Obake420
10-01-2008, 02:53 PM
yeah i got navicat only trial tho. and i can't seem to get it working. im not dumb about pc's just new to this.

paaco
10-01-2008, 02:58 PM
Navicat should be easy to get going.

Open it up, click on File at the top. Go to New Connection.

Connection name can be anything you want

Host Name/ IP Address: If you are running eqemu from the same computer that Navicat is installed on, this should be set to localhost

username: probably root if you followed the instructions in the wiki.

password: whatever you set your database password to during the setup when you installed mysql.

Obake420
10-01-2008, 03:14 PM
hah sweet i put ip in instead of localhost thanks i found the tables