Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2010, 11:03 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default Trying To make Server

What im useing not sure why it go any further than this


ActivePerl-5.10.1.1007-MSWin32-x86-291969

MiniLogin6.2


mysql-essential-5.0.85-win32

peqdatabase-Rev1410

peqquests-Rev1410


Ive tried both EQEmu-Rev1316-Bots and EQEmu-Rev1410

followed guide and what i get is Starting EQ Network server on Port 7000
nothing follows after this, I try to login in assumeing im suppose to use infor i typed in my sql prompt something like insert into blah blah blah

and screen says something about logging into server please wait and it just sits there forever doing nothing else. What am i missing? Any help would be great. I am useing SoD install cd and
have my eqhost file set accordingly The content I have downloaded is suppose to be useable with SoD. Ty very much


Server.bat file is:

@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.

cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul

echo starting zone
start eqlaunch.exe
echo
start zone.exe
exit


my eqemu_config.xml is:

<?xml version="1.0"?>
<server>
<world>
<shortname>LoveKeepers</shortname>
<longname>The Love Keepers</longname>

<!-- address has to be specified for minilogin to work -->
<address>lovekeepers.dyndns.org</address>
<localaddress>192.168.2.3</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>lovekeepers.dyndns.org</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>gffjfjftftssbbmmkllyhfg</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="lovekeepers.dyndns.org" port="9000" telnet="enable"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
</server>

my loginserver ini is:


### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=lovekeepers.dyndns.org
loginport=5999
worldname=LoveKeepers
worldaddress=192.168.2.3
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999

Last edited by trevius; 05-04-2010 at 01:35 PM..
Reply With Quote
  #2  
Old 05-04-2010, 11:30 AM
Auxie
Fire Beetle
 
Join Date: Mar 2005
Posts: 21
Default

edit your post so that the <password> under

<!-- Database configuration, replaces db.ini -->

is *****'s
Reply With Quote
  #3  
Old 05-04-2010, 01:34 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Well, just off the top of my head did you change your database entry to "MiniLogin"?
Reply With Quote
  #5  
Old 05-04-2010, 03:36 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

What did you change your eqhost.txt file to in the client directory?
Reply With Quote
  #6  
Old 05-04-2010, 05:10 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default

to localhost:-5999
Reply With Quote
  #7  
Old 05-04-2010, 05:11 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default

no minus sign
Reply With Quote
  #8  
Old 05-04-2010, 05:35 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

I just noticed that you said you were using SoD install CD. Are you sure? I don't think there is a SoD install CD. The only SoD client that works with the EMU is the one you get from Steam download. There is a SoF CD install and a Titanium install. Those are, for all intents and purposes, the only clients that work with the EMU.

What are you seeing in your log files?
Reply With Quote
  #9  
Old 05-04-2010, 06:03 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default

thats what i mean it came from steam has all sod stuff. did you read my list of files in the pictures? did you see the error i was getting. do you know what might be the problem. am i useing the right perl,and mysql for my files i have?
Reply With Quote
  #10  
Old 05-04-2010, 06:09 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

In order for minilogin to work with SoD, I think you need to follow the instructions in this thread:

http://www.eqemulator.org/forums/sho...ight=Minilogin
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #11  
Old 05-04-2010, 06:16 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default

thankyou for reply I will try this and repost my results. does everything else look like it is working? also another question if you would. When i set up my db stuff i had to type

Insert into account (name, password, status, minilogin_ip) values ("Main", "xxxxx", 250, "127.0.0.1");

where main is my username and xxxxx is my password. after i am able to login when the login screen appears do i use this info to log in?


also how do other creat a login to end up playing after i get it to that point.
Reply With Quote
  #12  
Old 05-04-2010, 06:26 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Yeah, that is your account info you use to log into it. And to give access to others, you have to make them each manually the same way. If you want others to be able to access your server without having to make accounts for them yourself, it is easiest to set your server up to be on the Official EQEmu Login Server, instead of using Minilogin. Also, Minilogin has other issues and it really isn't great to use unless you are only planning to use it for a few very close friends or for playing by yourself on a LAN. The open source EQEmu Login Server on the SVN is much much better than Minilogin is for Private servers.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #13  
Old 05-04-2010, 06:33 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default

I originally was going to use the loginserver one but i searched for a good walkthrough on it and was not lucky if you have a good walk through on how to do that and also what steps i need to follow to get my server to show up on the server list i would be really really greatful. also would i have to start all over in setting everything up. or do i just edit a file?
Reply With Quote
  #14  
Old 05-04-2010, 10:38 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default

When i open that file it reads this and nothing befor and after. also to i rename it to the opcodes.conf or leave it as login_opcodes_sod.conf and when i put it in my eqemu folder to i leave opcodes.conf or remove it

#EQEmu Public Login Server OPCodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0022
OP_ChatMessage=0x0017
OP_LoginAccepted=0x0018
OP_ServerListResponse=0x0019
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
Reply With Quote
  #15  
Old 05-04-2010, 11:07 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I think this is probably the most updated guide, but there may be another out there somewhere:

http://www.eqemulator.net/wiki/wikka.php?wakka=ValesEQ
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:54 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3