Page 1 of 1
Everyone logging in dead and levels seem reset
Posted: Sun Jan 04, 2015 10:23 pm
by fallen45078
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?
Re: Everyone logging in dead and levels seem reset
Posted: Sun Jan 04, 2015 11:00 pm
by whasf
no idea.. sounds like something may have been missed on the update (script missed something?)
I updated old-school and it's OK.
Re: Everyone logging in dead and levels seem reset
Posted: Sun Jan 04, 2015 11:27 pm
by atom0s
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.
Re: Everyone logging in dead and levels seem reset
Posted: Sun Jan 04, 2015 11:52 pm
by fallen45078
ok then. the question is how do I update the db without losing players' character data?
Re: Everyone logging in dead and levels seem reset
Posted: Mon Jan 05, 2015 11:07 am
by Delaide
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
Re: Everyone logging in dead and levels seem reset
Posted: Tue Jan 06, 2015 8:49 am
by nasomi
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';