PDA

View Full Version : Cant enter world after char creation ...


KhaN
03-12-2004, 10:41 AM
After an afternoon of install/config EQEmu and co, i finally can log in char creation screen (/woot), but cant seem to enter world (/sight)
Here is what world.exe show up :

Validating char creation info...
Found 0 errors in character creation request
No start_zones entry in database, using defaults
Current location: neriaka 156.92, -2.92, 31.75
Bind location: nektulos -258.77, -1198.27, -5.27
Character creation succefu:l Aleksandr
Attempting autobootup of neriaka <40> for Aleksandr
Zoneserver SetZone: localhost:7997 neriaka <40>
Enter world: Aleksandr: neriaka <40>
Zoneserver SetZone: localhost:7997 neriaka <40>
Client disconnected
Removing client from ip:127.0.0.1 port:3357

My question is, i have missed something in Database ? Aka, no "start_zone entry" ?

Thanks in advance ... need sleep /sight

draen
03-22-2005, 09:44 PM
I have this same issue and am looking into it right now with the source code and the dB that I am running (5.5 zone and world server).

Try making a human warrior or an ogre sk ...

It seems that certain race/class combos work and others don't (even though all get the same no start_zone error).

There are 2 things I am thinking may cause this.

A. The variable in start_zones is 'zone_id' ... which is the only place in the dB that it is like this. For the character_ and zone tables it is 'zoneid'. This could be breaking it.

B. Perhaps it is looking for a 'start_zone' column in a different table.

Anywho ... here continues my search.