not exactly sure what i did wrong i fixed my problem with it crashing when i try and log in but now server wont show up on server select...
db.ini
Code:
[Database]
host=localhost
user=mysqluser
password=mysqlpass
database=eq
compression=off
LoginServer.ini
Code:
[LoginServer]
loginserver=localhost
loginport=5999
worldname=fammerns testing
worldaddress=localhost
locked=false
account=eqemu
password=eqemu
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
[ChatChannelServer]
ChatChannelServer=localhost
MiniLoginAccounts.ini
Code:
localhost eqemu eqemu
Boot5zones.bat
Code:
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
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
: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------------------------
eqhost.txt
Code:
[LoginServer]
Host=eqemulator.net:5995
World.exe
Code:
[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=28633, max id=69173
[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
Warning: You need to get laid...
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999
56201 New TCP connection: 127.0.0.1:1234
New zoneserver: #1 127.0.0.1:1234
Zoneserver SetConnectInfo: 127.0.0.1:1234: localhost:7999
56291 New TCP connection: 127.0.0.1:1236
56291 New TCP connection: 127.0.0.1:1235
New zoneserver: #2 127.0.0.1:1235
New zoneserver: #3 127.0.0.1:1236
Zoneserver SetConnectInfo: 127.0.0.1:1236: localhost:7995
Zoneserver SetConnectInfo: 127.0.0.1:1235: localhost:7996
56441 New TCP connection: 127.0.0.1:1238
56441 New TCP connection: 127.0.0.1:1237
New zoneserver: #4 127.0.0.1:1237
New zoneserver: #5 127.0.0.1:1238
Zoneserver SetConnectInfo: 127.0.0.1:1238: localhost:7998
Zoneserver SetConnectInfo: 127.0.0.1:1237: localhost:7997
MiniLogin.exe
Code:
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999
Boot5zones.bat
Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.6
[Status] Loading Variables
[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 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
I checked all the spaces after in each file