|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Support::Windows Servers Support forum for Windows EQEMu users. |

04-23-2006, 02:59 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
caveman serverpack lan setup
Hi, I installed caveman's serverpack3.5 installer, and I have titanium eq installed. I'm trying to setup a LAN server. Could someone give me an easy rundown of the settings I need to change after installing the serverpack3.5 installer to run it on a LAN setup. I'm a noob at this and I was about to give up but I found caveman's installer and everything seems to be running fine if I was going to host a public server, but I can't login to my server because it's not setup for LAN. Any help is appreciated thanks.
|

04-23-2006, 03:15 PM
|
Sarnak
|
|
Join Date: Jan 2006
Posts: 78
|
|
Choose the 'Minilogin' option when you install.
|

04-23-2006, 03:27 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
i chose that option, I can login and get to server select screen but there are no servers in the list to choose from.
|

04-23-2006, 04:17 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 21
|
|
Quote:
Originally Posted by armflailing
i chose that option, I can login and get to server select screen but there are no servers in the list to choose from.
|
That is due to a lack of the "variables" table, setting "servertype" to "1", as well as not specifying "localhost" in the XML for "Address" and "LocalAddress".
Meaning:
SQL, Table "Variables", set "ServerType" to "1"
SQL, Table "Variables", set "LoginType" to "minilogin"
XML, in <world>, set <address>localhost</address>
XML, in <world>, set <localaddress>localhost</localaddress>
World.exe has issues sending "127.0.0.1" to minilogin.
Also, make sure that you've set up the XML for using
<host>localhost</host>
<port>5999</port>
under <loginserver>
|

04-23-2006, 04:43 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
Thanks for the information, I made the changes to the xml file, i'm not sure how to edit the variables table. Could you explain in a bit more detail how to edit the variables table and where its located. Thanks
|

04-23-2006, 04:46 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 21
|
|
Quote:
Originally Posted by armflailing
Thanks for the information, I made the changes to the xml file, i'm not sure how to edit the variables table. Could you explain in a bit more detail how to edit the variables table and where its located. Thanks
|
http://www.navicat.com/  (trial)
Loads easier than using the cmd console.
|

04-23-2006, 04:58 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
i'm downloading the program, gonna take a while (dialup sucks). While I'm downloading that, a few questions. What should my eqhost.txt look like? Should it just say:
[LoginServer]
Host=localhost:5999
also, now I get a msg from eqlauncher that says error 10061, and its trying to connect to 127.0.0.1:9000, is this because I haven't changed the variables table yet?
Do i need to change anything in db.ini or loginserver.ini?
|
 |
|
 |

04-23-2006, 06:25 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 21
|
|
Quote:
Originally Posted by armflailing
i'm downloading the program, gonna take a while (dialup sucks). While I'm downloading that, a few questions. What should my eqhost.txt look like? Should it just say:
[LoginServer]
Host=localhost:5999
also, now I get a msg from eqlauncher that says error 10061, and its trying to connect to 127.0.0.1:9000, is this because I haven't changed the variables table yet?
Do i need to change anything in db.ini or loginserver.ini?
|
EQhost.txt:
[LoginServer]
Host=localhost:5999
as far as eqlauncher, it's trying to connect to world.exe (9000)
make sure world.exe is running
world.exe may crash (exit) on startup if it can't conect to MySQL, so make sure that the XML isn't missing any <'s or >'s, and that the username and password match (and DB name)..
also, if you are using newer than MySQL 4.0 (this includes 4.1.x and newer.. try not to use 5.x, stick with 4.1 or 4.0)...
http://www.eqemulator.net/forums/showthread.php?t=20294
The error is typical since MySQL 4.1 has a newer password format than 4.0 (EMU is based on 4.0's)
-edit: added comment-
Logging off for the night, may not be able to help (post here) for a few nights. good luck with it.
keep in mind, if you're using 0.7.0, that word.exe 8will* crash (close) randomly when zoning in game. Just restart it and wait for EQ to dump you to login.
Last edited by daemonreaver; 04-24-2006 at 02:42 AM..
|
 |
|
 |

04-23-2006, 06:51 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
well, i got the server name to show up in server select but when I click on play everquest I get booted back to the login screen. I get an unkown packet error also.
|

04-23-2006, 07:35 PM
|
Sarnak
|
|
Join Date: Jan 2006
Posts: 78
|
|
Did you ever run "Everquest.exe"? If you've patched, you're borked and have to reinstall Titanium fresh.
|

04-24-2006, 12:19 AM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 10
|
|
I was having the same issue as the first post originally this weekend. I changed my MySQl to 4.0.10 and then reinstalled 3.5 and all worked out. Just FYI
|

04-24-2006, 03:59 AM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
Right now when I try to play on my server I get an error from minilogin that say's unknown packet and then it just kicks me back to login screen. I'm using mysql 4.0.26. There's got to be a setting somewhere that I've screwed up on, I can't figure it out.
|

04-24-2006, 04:20 AM
|
Sarnak
|
|
Join Date: Mar 2002
Posts: 43
|
|
__________________
Ichijin
- "Of course it works, I commented out the error messages."
|

04-24-2006, 07:17 AM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
looks good, will try that when I get home.
|

04-24-2006, 03:31 PM
|
Fire Beetle
|
|
Join Date: Apr 2006
Posts: 17
|
|
First of all, thanks for all your help, I can finally log into my own server from the server machine. Now I just need your help to figure out how to log on from a different machine. I tried to log onto another machine on my lan with ip of 192.168.0.3, and it crashes back to login screen like my server machine used to, also sometimes I get the msg that I need to rerun the eq patcher but I'm using the titanium install on my other machine too.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 11:32 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |