View Single Post
  #25  
Old 01-28-2013, 07:40 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

i'm going to assume the biggest issue you are having is with the private login server.

to use a private login server, do the following:

1) check the box to build the login server when you run cmake.

2) move loginserver.exe over to your server directory along with the other files you built.

3) in source\EQEmuLoginServer\login_util, move these three files to your server directory:
login.ini
login_opcodes.conf
login_opcodes_sod.conf

4) edit the follwing lines in login.ini to match your setup:
[database]
db = peq
user = username
password = password
[options]
local_network = 192.168.1.

5) move the only file found in source\EQEmuLoginServer\login_util\ms\release to your server directory.

6) edit the 1st, 5th, and 6th INSERT lines found in source\EQEmuLoginServer\login_util\EQEmuLoginServe rDBInstall.sql

7) source in EQEmuLoginServerDBInstall.sql

8) edit the <loginserver> section of your eqemu_config.xml file to match what you just set up

9) make sure you start the login server when you boot everything else up and enjoy
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote