| 
				 can someone pleas help me 
 Hi how is everyone I am trying to make a minlogin server and i am so close but when I go to after the char screen pops up it gose to loog in then kiks me back to server screen here is what i am geting world
 [Status] CURRENT_WORLD_VERSION:EQEMu 0.5.6
 [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
 Abort/retry/cancel?
 TCP listening on: 192.168.0.1 :9000
 World server listening on: 192.168.0.1 :9000
 Connected to LoginServer: 192.168.0.1:5999
 96198 New TCP connection: 192.168.0.1:3061
 96198 New TCP connection: 192.168.0.1:3062
 96198 New TCP connection: 192.168.0.1:3063
 96198 New TCP connection: 192.168.0.1:3064
 96198 New TCP connection: 192.168.0.1:3065
 New zoneserver: #1 192.168.0.1:3065
 New zoneserver: #2 192.168.0.1:3064
 New zoneserver: #3 192.168.0.1:3063
 New zoneserver: #4 192.168.0.1:3062
 New zoneserver: #5 192.168.0.1:3061
 Zoneserver SetConnectInfo: 192.168.0.1:3061: 192.168.0.1:7999
 Zoneserver SetConnectInfo: 192.168.0.1:3062: 192.168.0.1:7996
 Zoneserver SetConnectInfo: 192.168.0.1:3063: 192.168.0.1:7997
 Zoneserver SetConnectInfo: 192.168.0.1:3064: 192.168.0.1:7998
 Zoneserver SetConnectInfo: 192.168.0.1:3065: 192.168.0.1:7995
 154151 New client from ip: 192.168.0.1 port: 3068
 Logged in: Local: eqemu
 Received unknown opcode: 0x02ee size:0 bytes
 Attempting autobootup of halas (29) for Nemious
 Zoneserver SetZone: 192.168.0.1:7999 halas (29)
 Enter world: Nemious: halas (29)
 Broadcasting a world time update
 Zoneserver SetZone: 192.168.0.1:7999 halas (29)
 Client disconnected
 Removing client from ip:192.168.0.1 port:3068
 Zoneserver SetZone: 192.168.0.1:7999  (0)
 Zoneserver SetZone: 192.168.0.1:7999  (0)
 boot zone
 [Status] Weather should change in 3490 seconds
 Init: Loading zone lists, zone state or spawn list, player
 Zonepoints loaded into memory
 , timezone data - Done. ZoneID = 29; Time Offset = 0
 Reading zhdr file './cfg/halas.cfg'
 Using database for safe coords.
 Zone safe coords are x = 0; y = 0; z= 3.75
 [Status] Loading Objects from DB...
 [Status] Loading Ground Spawns from DB...
 [Status] Loading doors for halas ...
 [Status] Done loading doors for halas ...
 Petition 1 pettime = 1075244406
 Petition 4 pettime = 1077918843
 Petition 18 pettime = 1077916536
 Petition 54 pettime = 1075595761
 Petition 94 pettime = 1077935724
 Petition 174 pettime = 1077767613
 [Status] Zone Bootup: halas (29)
 Received Message SyncWorldTime
 Time Broadcast Packet: EQTime [03:37 pm]
 [Status] 144828 New client from ip:192.168.0.1 port:3071
 Client linkdead: Nemious
 Dropping client: Process=false, ip=192.168.0.1, port=3071
 [Status] Zone Shutdown: halas (29)
 min
 LoginServer.ini read.
 MiniLoginAccounts.ini read.
 Server mode: Standalone
 Login server listening on port:5999
 the boot config file
 REM: ****Read this first!!!****
 
 REM: This file requires your real IP in the place of "YourIP" when you are connecting
 REM: To the EQEmu Loginserver.
 
 REM: When you are using minilogin, Replace all IP Addresses to say 192.168.0.1
 
 REM: If you still get errors try using localhost instead of 192.168.0.1
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_us.txt goto NOSPELL
 
 start zone . 192.168.0.1 7995 192.168.0.1
 start zone . 192.168.0.1 7996 192.168.0.1
 start zone . 192.168.0.1 7997 192.168.0.1
 start zone . 192.168.0.1 7998 192.168.0.1
 start zone . 192.168.0.1 7999 192.168.0.1
 exit
 cls
 
 :NOSPELL
 echo You did not copy the spells_us.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 REM:---------------END------------------------
 
 db
 # READ README.TXT!
 
 [Database]
 host=localhost
 user=nemious
 password=******
 database=eq
 compression=off
 
 
 ### --- This file tells world.exe what computer mySQL is on. Host should
 ### --- be left "localhost" unless mysql is on a differant computer than world.exe.
 eqhost
 [Registration Servers]
 {
 "192.168.0.1:5999"
 }
 [Login Servers]
 {
 "192.168.0.1:5999"
 }
 loginserver
 ### --- 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 recommend using the eqemulator.net Loginserver ALWAYS.
 
 ### --- NOTE: You can NOT use the word "Server" in worldname.
 ### --- NOTE2: the word "Server" is added to each server automatically.
 
 # READ README.TXT
 [LoginServer]
 loginserver=192.168.0.1
 loginport=5999
 worldname=1234567890
 worldaddress=192.168.0.1
 locked=false
 account=emu
 password=emu
 
 [WorldServer]
 Defaultstatus=200
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 minlog.ini
 192.168.0.1 nemious ******
 Last time I patched was April 21,2004
 windows XP home
 p.s. i hope i did not post in the wrong place if so i am sorry
 
			
			
			
			
				  |