|  |  | 
 
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  | 
	
		
   
   
      | Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days. |  
	
	
		
	
	
 
  |  |  |  |  
	| 
			
			 
			
				04-09-2004, 09:55 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Apr 2004 
						Posts: 5
					      |  |  
	| 
				 Help, Server wont let me in 
 I have been trying to get this working since saturday night, and figure its time to ask all of you for help. 
I am trying to run a server behind my router first and then try to go public, but I am getting 1017 error.  I know thats pretty common and i have double checked everything I have, but since I am a noob perhaps someone can tell me what the hell i am missing?? 
 
edit: Both the client and the host are the same computer.
 
db
 
	Quote: 
	
		| # READ README.TXT! 
 [Database]
 host=localhost
 user=blake
 password=******
 database=eq
 compression=off
 |  LoginServer
 
	Quote: 
	
		| # READ README.TXT [LoginServer]
 loginserver=localhost
 loginport=5999
 worldname=TEST SERVER
 worldaddress=localhost
 locked=false
 
 [WorldServer]
 Defaultstatus=0
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 |  MiniLoginAccounts 
 Boot5Zones
 
	OUTPUTQuote: 
	
		| start zone . localhost 7995 localhost start zone . localhost 7996 localhost
 start zone . localhost 7997 localhost
 start zone . localhost 7998 localhost
 start zone . localhost 7999 localhost
 exit
 cls
 |  
MiniLogin.exe
 
	Quote: 
	
		| LoginServer.ini read. MiniLoginAccounts.ini read.
 Server mode: Standalone
 Login server listening on port:5999
 |  World.exe
 
	Quote: 
	
		| [Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5 [Status] Loading variables..
 [Status] Loading zones..
 [Status] Loading items..
 [Status] EMuShareMem loaded
 [Status] Loading items from database: count=26679, max id=68199
 [Status] ./LoginServer.ini read.
 [Status] Loading guild ranks..
 [Status] Loading ./addon.ini..
 [Status] Loading EQ time of day..
 [Status] Reboot zone modes ON
 [Status] Deleted 0 stale player corpses from database
 [Status] Deleted 0 stale player backups from database
 Formatting drive C:
 TCP listening on: localhost:9000
 World server listening on: localhost:9000
 Connected to LoginServer: localhost:5999
 |  Boot5Zone.exe
 
	Quote: 
	
		| [Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5 [Status] Loading Variables
 [Status] Loading zone names
 [Status] Loading items
 [Status] EMuShareMem loaded
 [Status] Loading npcs
 [Status] Loading NPCTypes from database...
 [Status] Loading npc faction lists
 [Status] Loading NPC Faction Lists from database...
 [Status] Loading loot tables
 [Status] Loading Loot tables from database...
 [Status] Loading doors
 [Status] FileLoadSPDat() Loading spells from ./spells_us.txt
 [Status] FileLoadSPDat() spells loaded: 5023
 [Status] Loading guilds
 [Status] Loading factions
 [Status] Loading corpse timers
 [Status] Loading what ever is left
 [Status] Loading commands
 [Status] command_init(): Warning: Command 'help' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'version' defaulting to access level 0
 !
 [Status] command_init(): Warning: Command 'serversidename' defaulting to access
 level 0!
 [Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'si' defaulting to access level 0!
 [Status] 160 commands loaded
 [Status] Entering sleep mode
 Connected to worldserver: localhost:9000
 |  Now if i run EQ and try to log in then I get this line added to world.exe near the end. 
 
	Quote: 
	
		| 127.0.0.1: Wrong name/pass: name='eqemu' |  So I am stumped.  Any help would be apperciated!
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
 
  |  |  |  |  
	
		
	
	
	| 
			
			 
			
				04-09-2004, 10:01 AM
			
			
			
		 |  
	| 
		
			
			| Developer |  | 
					Join Date: Feb 2004 Location: UK 
						Posts: 1,540
					      |  |  
	| 
 Have you done (in mysql)
 INSERT INTO account SET name='eqemu', password='eqemu', status=200;
 
 And you are logging in with userid 'eqemu' and password 'eqemu' ?
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-09-2004, 10:03 AM
			
			
			
		 |  
	| 
		
			|  | Discordant |  | 
					Join Date: Feb 2004 Location: On your desktop 
						Posts: 387
					      |  |  
	| 
 DAM YOU I WANTED TO HELP HIM!!!!!!! 
Well i am going to anyways 
 
	Code: INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, 
status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0); Add that to Mysql After doing a use eq; 
then that   
				__________________ 
				[12:38] <RangerDown> I watched Napoleon Dynamite the other day 
[12:39] <Xabob> omg 
[12:39] <Xabob> want me to shoot you now? 
[12:39] <RangerDown> and the first words out of my mouth at the start were: 
[12:39] <RangerDown> Hey I bet Rog looks like that
  
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-09-2004, 10:15 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Apr 2004 
						Posts: 5
					      |  |  
	| 
 Derision and Xabob I love you both.  It worked.  It worked. IT WORKED! And don't i feel like a horses ass for not figuring it out. 
 Thank you both!
 
 Are those Command Warnings I get when I run Boot5Zone.exe a big deal or not?
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-09-2004, 10:17 AM
			
			
			
		 |  
	| 
		
			
			| Developer |  | 
					Join Date: Feb 2004 Location: UK 
						Posts: 1,540
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by Biz
					
				 Are those Command Warnings I get when I run Boot5Zone.exe a big deal or not? |  No, ignore them.
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-09-2004, 11:21 AM
			
			
			
		 |  
	| 
		
			|  | Discordant |  | 
					Join Date: Feb 2004 Location: On your desktop 
						Posts: 387
					      |  |  
	| 
 Yea you can ignore them or go to the addon.ini file and add 
	Code: !flag=200
!loc=100
!version=100
!serversidename=0
!help=0 Just copy and paste that right after !zone=10
				__________________ 
				[12:38] <RangerDown> I watched Napoleon Dynamite the other day 
[12:39] <Xabob> omg 
[12:39] <Xabob> want me to shoot you now? 
[12:39] <RangerDown> and the first words out of my mouth at the start were: 
[12:39] <RangerDown> Hey I bet Rog looks like that
  
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-09-2004, 05:33 PM
			
			
			
		 |  
	| 
		
			|  | Demi-God |  | 
					Join Date: Aug 2003 
						Posts: 1,056
					      |  |  
	| 
 
	Quote: 
	
		| DAM YOU I WANTED TO HELP HIM!!!!!!! |   Hmmm someone is trying to boost their post count>>>>>>>> 
				__________________   
	Quote: 
	
		| Analysis paralysis will keep you from failing, but it will also keep you from succeeding. | 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-10-2004, 04:07 AM
			
			
			
		 |  
	| 
		
			
			| Discordant |  | 
					Join Date: Feb 2004 
						Posts: 400
					      |  |  
	| 
 Yeah samandhi, only losers do that.....
 Anyways, did you follow one of the guides biz? I recommend Jezebell's, his is the best for new servers.
 
				__________________My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel
Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
 Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-10-2004, 09:39 AM
			
			
			
		 |  
	| 
		
			|  | Discordant |  | 
					Join Date: Feb 2004 Location: On your desktop 
						Posts: 387
					      |  |  
	| 
 No No i am not trying to boost my post count naw can't be can it   
				__________________ 
				[12:38] <RangerDown> I watched Napoleon Dynamite the other day 
[12:39] <Xabob> omg 
[12:39] <Xabob> want me to shoot you now? 
[12:39] <RangerDown> and the first words out of my mouth at the start were: 
[12:39] <RangerDown> Hey I bet Rog looks like that
  
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-10-2004, 04:44 PM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Apr 2004 
						Posts: 5
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by NarutoLegacy
					
				 Anyways, did you follow one of the guides biz? I recommend Jezebell's, his is the best for new servers. |  Yeah I did follow a guide.  Well actully I followed a couple guides because after reading about 3 different ones I knew exactly what to do. (Well I guess not exactly, because i forgot to give myself permession.     )  
 
But I am loving this board.  I have never played EQ and I am just lurking around here like crazy picking up info.  i love it.
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-10-2004, 04:49 PM
			
			
			
		 |  
	| 
		
			
			| Discordant |  | 
					Join Date: Feb 2004 
						Posts: 400
					      |  |  
	| 
 Yeah I knew nothing when I started now I could probally do anything with a server heeh. 
				__________________My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel
Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
 Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-11-2004, 12:33 AM
			
			
			
		 |  
	| 
		
			|  | Dragon |  | 
					Join Date: Mar 2003 Location: #loc 
						Posts: 745
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by NarutoLegacy
					
				 I could probally do anything with a server heeh. |  Wow, impressive.
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-11-2004, 08:04 AM
			
			
			
		 |  
	| 
		
			|  | Demi-God |  | 
					Join Date: Aug 2003 
						Posts: 1,056
					      |  |  
	| 
 
	Quote: 
	
		| I could probally do anything with a server heeh. |   Except get rid of that nasty 1017 error yes? hehe
				__________________   
	Quote: 
	
		| Analysis paralysis will keep you from failing, but it will also keep you from succeeding. | 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				04-12-2004, 08:50 AM
			
			
			
		 |  
	| 
		
			
			| Discordant |  | 
					Join Date: Feb 2004 
						Posts: 400
					      |  |  
	| 
 heh yep 
				__________________My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel
Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
 Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	
	
	| 
	|  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 03:54 AM.
 
 |  |  
    |  |  |  |  
    |  |  |  |  
     |  |  |  |  
 |  |