View Single Post
  #13  
Old 05-10-2012, 08:02 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

1) Update your source code from SVN. Assuming you're using TortoiseSVN you right-click the EQEmuServer directory and choose SVN Update.

2) Open server.sln in Visual Studio and choose Build -> Build Solution

3) Copy the newly built exe and dll files from the build directory to where you run the server from. Only the exe and dll files, not the directories.

From there you should be able to run the server using your batch file or however you have been doing it. If it doesn't work properly you need to look through the most recent logs to see if there are query errors and such. It's generally easier if you delete all of the logs when you update so you don't have any from the old version to confuse you.
Reply With Quote