Log in

View Full Version : Starting_zones - Solution?


Yeormom
04-09-2004, 10:15 AM
Where are the starting zones tables being linked to? My start_zones table is present and has 915 entries in it. When a character is created, I am seeing the message

No start_zones entry in database, using defaults.

in the world.exe window. It seems to be a popular problem throughout 5.5.0 databases. What's the fix? I've sourced all the binaries I've seen out. Does sourcing db.sql that is in the /eqemu folder fix this issue? When looking in the db.sql file, there arn't any entries dumped there for start_zones anyway. Everything else is fully functional with zero errors. The defaults are 0 as they came so how does each character know where to go on default? Where else is the characters linked at?

Thanks in advance,

Yeormom

samandhi
04-09-2004, 05:36 PM
It is possible to have the data in the tables, but still get that error... Example: You have all the ids for race and class wrong, so therefore when the server tries to read the data, it cant find it, so it uses default.. I would try and create a new DB (name it something else like eq2 or something), then just change your db.ini to reflect that... Then see if it works...:)