View Single Post
  #19  
Old 05-10-2012, 09:49 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

You also need to keep up the various patch_XXXXX.conf files in your server directory.

They are located in the \trunk\EQEmuServer\utils folder. They do not update very often. Only when new opcodes are defined and changed. All of them for current clients were updated on April 18th. The UF one was last updated April 29th.

edit: also you should now have 6 projects building not 5.
edit 2: compiling means to open the solution in visual studio and building it to make new .exe files. Updating the SVN is just that, updating the SVN. That simply downloads all the changes since last time you updated the SVN. it does not compile the source code.
edit 3: while we are at it, sourcing in the changes/updates means to run the MySQL scripts in the \trunk\EQEmuServer\utils\sql\svn folder. From the mysql command prompt the mysql command is "source" hence the term. It sounds like you are running them with a SQL editor program which is just fine, just letting you know what the term means.
Reply With Quote