EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   How To make a Server PvP? (https://www.eqemulator.org/forums/showthread.php?t=26394)

Obake420 10-01-2008 02:21 PM

How To make a Server PvP?
 
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.

Code:

update variables set value = 1 where varname = 'ServerType';
Code:

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


All times are GMT -4. The time now is 06:24 PM.

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