Log in

View Full Version : How do I make everybody spawn in the same zone?


Bearik
12-13-2003, 09:54 AM
I want to make everybody spawn in the same zone when they make a character, how would I do this?

I tried editing the start_zones table and replacing them all with the zoneid but that didnt work.

Any help?

SaguratuS
12-13-2003, 12:03 PM
easy way is to simply change the defaults in database.cpp, there's some bug preventing it from retrieving start_zones as far as i know.

Bearik
12-13-2003, 01:00 PM
there's some bug preventing it from retrieving start_zones

Yeah I noticed it always said "Error, reverting to defaults" whenever I tried to make a character.

I'll edit database.cpp.