How To make a Server PvP?
How do i turn my server to pvp with a money only loot system?
|
Look in the Variables Table at Servertype and Lootcoin and thange both of their values to 1.
|
what program are you using to look at your tables?
|
Navicat works very well.
|
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'; |
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.
|
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. |
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.