Running Login from another puter ???
Is there anyway to add lines (or whatever) to this to enable the
EQEmuLoginServer to run on its own machine and still connect to the sql ? (aside from putting all the login files on the other puter) This is what I am using now on the same sql box; [LoginServer] loginserver=192.168.1.100 loginport=5999 DumpPacketsIn=false DumpPacketsOut=false Trace=false DatabaseServerName=localhost DatabaseCatalogName=peqlogindb DatabaseUserName=root DatabaseUserPassword=xxxxxx OPCodePathAndFileName=login_opcodes_sod.conf |
You can run the login stuff separate from the sql files. I was able to get it to work on a Win7 32bit machine connecting to a Win7 64bit machine over a LAN.
1.You will still need to setup mysql on both computers making sure you check the "Enable root access from remote machines" box. This is done during the setup of mysql. You can use the instance config wizard to change this setting if you didn't do it on the initial setup. 2.The computer with the Eqemulogin will also need perl installed and all of the regular files such as maps, quests, exe's etc. 3. You will need to modify eqemulogin.ini and eqemu.config files. You will want to replace "localhost" with the ip address of you remote machine with the sql files. Examples below Code:
Port=5999 Code:
<?xml version="1.0"?> |
Quote:
the login computer, but I didn't realize all the others had to, as well :) I did in fact, enable remote access for the sql when I installed it on the sql machine. I have that seperate from the world/zone machine, I was just trying to set up all 3 (peqdb/apps/login) on 3 seperate computers. So I'll give that try with the login, thanx :) |
You probably don't need all of MySQL on all of the machines, but you will need the DLLs for it. If it was a concern you could probably narrow it down using dependency walker to see which ones you need, or if there's a redistributable package for MySQL you could try with just that.
|
All times are GMT -4. The time now is 08:35 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.