Everyone logging in dead and levels seem reset

Post Reply
fallen45078
Posts: 33
Joined: Wed Dec 03, 2014 2:17 pm

Everyone logging in dead and levels seem reset

Post by fallen45078 » Sun Jan 04, 2015 10:23 pm

Just updated tonight with the full new set and compiled. Updated the database via the script that deletes the char files before updating the database. Ever since recompiling, everyone logs in dead and cant respawn? Any ideas?

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Everyone logging in dead and levels seem reset

Post by whasf » Sun Jan 04, 2015 11:00 pm

no idea.. sounds like something may have been missed on the update (script missed something?)
I updated old-school and it's OK.
-- Whasf

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Everyone logging in dead and levels seem reset

Post by atom0s » Sun Jan 04, 2015 11:27 pm

Sounds like your database was not properly updated. A lot of tables have been modified recently so be sure that you update them all properly.

fallen45078
Posts: 33
Joined: Wed Dec 03, 2014 2:17 pm

Re: Everyone logging in dead and levels seem reset

Post by fallen45078 » Sun Jan 04, 2015 11:52 pm

ok then. the question is how do I update the db without losing players' character data?

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Everyone logging in dead and levels seem reset

Post by Delaide » Mon Jan 05, 2015 11:07 am

fallen45078 wrote:ok then. the question is how do I update the db without losing players' character data?
Please check this thread first, then reply here again if something still isn't working correctly.
viewtopic.php?f=5&t=2407

nasomi
Posts: 141
Joined: Wed Feb 13, 2013 8:51 am

Re: Everyone logging in dead and levels seem reset

Post by nasomi » Tue Jan 06, 2015 8:49 am

If you log in dead, you need to add the zoning field to char stats:
alter table char_stats add zoning tinyint(1) not null default '0';

Post Reply