PDA

View Full Version : Command deafaulting / char select crashing


Sk8ordiek2k1
03-22-2004, 04:31 PM
Im having two problems, the first being when i try to log into my own server, I crash to server select when i go to enter the world.

My second problem is this, when i run Boot5Zones.bat, i get the following error messages...

[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading Doors from database...
[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] 157 commands loaded
[Status] Entering sleep mode
Connected to worldserver: -----------------:9000


im gonna go ahead and assume that this mean that anybody can now use these commands, what i dont know is how to fix them to where they should be or whats causing them to deafault to zero, the rest of my config files are as follows...

Loginserver :
[/quote]# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=PieceofCrap Non Legit (again)
worldaddress=68.202.0.138
locked=true

[WorldServer]
Defaultstatus=20
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


Boot5zones.bat :


[/quote]
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . myip 7995 myip
start zone . myip 7996 myip
start zone . myip 7997 myip
start zone . myip 7998 myip
start zone . myip 7999 myip
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------


World.exe displays the following :

126270 New TCP connection: 68.202.0.138:2605
New zoneserver: #1 -----------------:2605
New zoneserver: #2 -----------------:2604
New zoneserver: #3 -----------------:2603
New zoneserver: #4 -----------------:2602
New zoneserver: #5 -----------------:2601
Zoneserver SetConnectInfo: -----------------:2601: 00.00.000.00:7997
Zoneserver SetConnectInfo: -----------------:2602: 00.00.000.00:7999
Zoneserver SetConnectInfo: -----------------:2603: 00.000.00.00:7995
Zoneserver SetConnectInfo: -----------------:2604: 00.000.00.00:7998
Zoneserver SetConnectInfo: -----------------:2605: 00.000.00.00:7996
215140 New client from ip: ------------------ port: 2609
Logged in: FirstLogin LS#37038: Sk8ordiek2k1
Received unknown opcode: 0x02ee size:0 bytes
Unable to get group id: #1054: Unknown column 'groupid' in 'field list'
Attempting autobootup of arena (77) for Blood
Zoneserver SetZone: ------------------:7997 arena (77)
Enter world: Blood: arena (77)
Broadcasting a world time update
Zoneserver SetZone: -----------------:7997 arena (77)
Client disconnected
Removing client from ip:-----------------port:2609
Zoneserver SetZone: -----------------:7997 (0)
Zoneserver SetZone: -----------------:7997 (0)


any ideas would be appriciated.

nilar
03-22-2004, 04:58 PM
[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!

That is not an error that is just a warning letting you know that those commands are not found in your addon.ini so it is defaulting them to acces level 0

Sk8ordiek2k1
03-22-2004, 05:35 PM
alright, so that doesnt have anything to do with the server booting me (any everyone who trys to login) to server select.

i am able to login to all other servers just fine. just not mine.

Sk8ordiek2k1
03-23-2004, 04:53 AM
So far i've tried using a fresh DB, checking to make absolutley sure i was usingthe most up to date binaries, and ive completely created a new server from scratch and still clients get diconnected after char select. Does anybody know what i'm missing?