Well i tried again and my char is gone then tried to remake it but i got a few errors .. this is what i have atm:
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=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
You may already be a winner... of the darwin award.
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999
8643 New TCP connection: 127.0.0.1:4650
8643 New TCP connection: 127.0.0.1:4651
8643 New TCP connection: 127.0.0.1:4652
8643 New TCP connection: 127.0.0.1:4653
8643 New TCP connection: 127.0.0.1:4654
New zoneserver: #1 127.0.0.1:4654
New zoneserver: #2 127.0.0.1:4653
New zoneserver: #3 127.0.0.1:4652
New zoneserver: #4 127.0.0.1:4651
New zoneserver: #5 127.0.0.1:4650
Zoneserver SetConnectInfo: 127.0.0.1:4650: localhost:7997
Zoneserver SetConnectInfo: 127.0.0.1:4651: localhost:7999
Zoneserver SetConnectInfo: 127.0.0.1:4652: localhost:7995
Zoneserver SetConnectInfo: 127.0.0.1:4653: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:4654: localhost:7998
73977 New client from ip: 127.0.0.1 port: 4657
Logged in: Local: eqemu
Got a bogus character (Baker), deleting it.
PP length =0
DeleteCharacter: successfully deleted 'Baker' (id 4)
Received unknown opcode: 0x02ee size:0 bytes
Name approval request for:Sufferance race:6 class:11
Wrong size on OP_CharacterCreate. Got: 144, Expected: 140
0: 0B 00 00 00 53 75 66 66 - 65 72 61 6E 63 65 00 00 | ....Sufferance..
16: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
32: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
48: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
64: 00 00 00 00 0E 00 00 00 - FF 00 00 00 FF 00 00 00 | ................
80: 01 00 00 00 06 00 00 00 - 05 00 00 00 01 00 00 00 | ................
96: CE 00 00 00 3C 00 00 00 - 41 00 00 00 5A 00 00 00 | ....<...A...Z...
112: 65 00 00 00 53 00 00 00 - 7B 00 00 00 3C 00 00 00 | e...S...{...<...
128: 07 00 00 00 06 00 00 00 - 06 00 00 00 00 00 00 00 | ................
miniloginaccounts.ini
localhost eqemu eqemu
Boot5zones.bat
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . localhost 7995 localhostBoo
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------------------------
mysql.bat
cd\mysql\bin
mysql -u root mysql
db.ini
[Database]
host=localhost
user=MySQLuser
password=MySQLpass
database=eq
compression=off
LoginServer.ini
# READ README.TXT
[LoginServer]
loginserver=localhost
loginport=5999
worldname=my minilogin test
worldaddress=localhost
locked=false
account=eqemu
password=eqemu
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
eqhost.exe
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
------------------------------
I'll try 5.7 later on after work if i cant get this going.