Server Error after updated to rev.3051 last night
-
- Posts: 46
- Joined: Thu Jan 10, 2013 9:22 pm
Server Error after updated to rev.3051 last night
Hey I need some help please. I updated my server last night with the auto updater last night to the newest rev.3051 from .2840 and now game server crashes when I start up. here is the screen shot
Thanks
Silverwolf
Thanks
Silverwolf
Re: Server Error after updated to rev.3051 last night
update your db tables
spell_list and item_weapon specifically for those
spell_list and item_weapon specifically for those
-
- Posts: 46
- Joined: Thu Jan 10, 2013 9:22 pm
Re: Server Error after updated to rev.3051 last night
Whats the best way to do that? I havent had to do it that way before.......
Re: Server Error after updated to rev.3051 last night
how do you normally update your db tables?
-
- Posts: 46
- Joined: Thu Jan 10, 2013 9:22 pm
Re: Server Error after updated to rev.3051 last night
I have been using this DSPServerUpdater
-
- Posts: 46
- Joined: Thu Jan 10, 2013 9:22 pm
Re: Server Error after updated to rev.3051 last night
Isn't also possible to right click on the file and select svn update?
Re: Server Error after updated to rev.3051 last night
for core and scripts, yeahSilverwolf wrote:Isn't also possible to right click on the file and select svn update?
.sql files aren't actually read by anything, and are only a long series of commands that are executed when the script is run
i don't know how DSPServerUpdater works, but you'll have to rerun those .sql files to update your database
-
- Posts: 46
- Joined: Thu Jan 10, 2013 9:22 pm
Re: Server Error after updated to rev.3051 last night
I remember Whasf directing me through this before, but I don't remember how to do it Damn.....
Re: Server Error after updated to rev.3051 last night
same way as when you installed it - reread the install guide on how to set up the db :p
-
- Posts: 46
- Joined: Thu Jan 10, 2013 9:22 pm
Re: Server Error after updated to rev.3051 last night
That seemed to do the trick. I forgot to execute batch after updating tables. Thanks for your help.