All,
I set up a server using the 5.7 code. I can log in just fine, and get to character select screen. I go through the character creation process, but after I choose a name, it says "Name rejected..."
I did patch EQ to the May 5 patch (didn't think about setting an emu server until later on in the evening).
I used this tutorial to set up my server, but recompiled 5.7 for the newest world.exe and zone.exe:
http://www.eqemulator.net/forums/vie...7453b78ff04123
I replaced code as recommended by this post:
http://www.eqemulator.net/forums/vie...fa44cb35baa2fc
And also by this post:
http://www.eqemulator.net/forums/vie...fa44cb35baa2fc
Here is the text from my world.exe:
Quote:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR2
[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..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[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: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999
19797 New TCP connection: 127.0.0.1:3339
19813 New TCP connection: 127.0.0.1:3340
New zoneserver: #1 127.0.0.1:3339
New zoneserver: #2 127.0.0.1:3340
Zoneserver SetConnectInfo: 127.0.0.1:3340: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:3339: localhost:7999
19907 New TCP connection: 127.0.0.1:3341
19907 New TCP connection: 127.0.0.1:3342
19907 New TCP connection: 127.0.0.1:3343
New zoneserver: #3 127.0.0.1:3342
New zoneserver: #4 127.0.0.1:3341
New zoneserver: #5 127.0.0.1:3343
Zoneserver SetConnectInfo: 127.0.0.1:3341: localhost:7997
Zoneserver SetConnectInfo: 127.0.0.1:3342: localhost:7998
Zoneserver SetConnectInfo: 127.0.0.1:3343: localhost:7995
48032 New client from ip: 127.0.0.1 port: 3346
Logged in: Local: eqemu
Name approval request for:Nevogg race:4 class:1
Character creation request from LS#0 (127.0.0.1:3346) :
Name: Nevogg
Race: 4 Class: 1 Gender: 0 Deity: 396 Start zone: 9
STR STA AGI DEX WIS INT CHA Total
75 100 80 80 75 75 5 490
Face: 3 Eye colors: 3 0
Hairstyle: 1 Haircolor: 255
Beard: 255 Beardcolor: 8
Validating char creation info...
stat points total doesn't match expected value: expecting 585 got 490
stat AGI is out of range
stat WIS is out of range
stat CHA is out of range
Found 4 errors in character creation request
CheckCharCreateInfo did not validate the request (bad race/class/stats)
DB Query Error #1146: Table 'eq.quest_globals' doesn't exist
DeleteCharacter: successfully deleted 'Nevogg' (id 3)
Received unknown opcode: 0x00f0 size:0 bytes
|
Any assistance is greatly appreciated.