| 
   | 
   | 
  
 
    | 
    | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
   | 
  
	
		
   
   
      | Support::Windows Servers Support forum for Windows EQEMu users. | 
    
    
   
   
   
   
   
   
   
   
		 
	 
 
	
	
		
	
	
 
    | 
   | 
    | 
  
 
	
		
		
		
			
			 
			
				05-03-2010, 11:03 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				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..
				
				
			
		
		
	
		
		
	
	
	 | 
 
 
 
    | 
   | 
    | 
  
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 11:30 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2005 
					
					
					
						Posts: 21
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		edit your post so that the <password> under 
 
<!-- Database configuration, replaces db.ini --> 
 
is *****'s 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 01:34 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Dragon 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2007 
					
					
					
						Posts: 659
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Well, just off the top of my head did you change your database entry to "MiniLogin"? 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 02:31 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				This is screenshots of what i have
			 
			 
			
		
		
		
		
		
	
		
		
		
		
		
		
		
		
		
	
		
			
			
			
			
				 
			
			
			
			
			
			
				
			
			
			
		 
		
	
	
	 | 
 
 
 
    | 
   | 
    | 
  
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 03:36 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Dragon 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2007 
					
					
					
						Posts: 659
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		What did you change your eqhost.txt file to in the client directory? 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 05:10 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		to localhost:-5999 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 05:11 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		no minus sign 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 05:35 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Dragon 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2007 
					
					
					
						Posts: 659
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		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? 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 06:03 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		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? 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 06:16 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		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. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 06:26 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2006 
					Location: USA 
					
					
						Posts: 5,946
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		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. 
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				05-04-2010, 10:38 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		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 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
	
		
	
	
	
		
		
		
			
			 
			
				05-06-2010, 09:32 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Fire Beetle 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: May 2010 
					
					
					
						Posts: 19
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Update
			 
			 
			
		
		
		
		ok everthing seems to be working, cannot do group chat, tells ect. and still have the character running issue and i think i am good to go oh and dont know how to use bots, this info would be great thanks 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
 
	
		
	
	
	
	
	
		
	
		 
		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 06:11 AM. 
 
		 
	 
 
 
     | 
     | 
    
   
      | 
     | 
      | 
    
   
     | 
      | 
     | 
    
   
       | 
      | 
       | 
     
    
    
  | 
   |