Jump to content

srpam

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by srpam

  1. Hi @Anacondaqq , I love you work here and I wanted to share another way to build the server side if you have problems like me with the visual studio 2017. First go to http://landinghub.visualstudio.com/visual-cpp-build-tools and download Build Tools for Visual Studio 2017 Open the download and you should see as follows Check the windows 8.1 SDK and UC if needed and launch the install. I don't know if it is completely need to install this, but if you forgot to check anything you can always modify it later in the same installer. Once finished you should have the Developer Command Prompt for VS 2017 ? Go to the folder location of the rAthena solution using the developer cmd prompt And launch msbuild to compile without visual studio 2017 IDE If succed Now you can follow the other steps in the video and you should see the latest changes on your server. EX: Before my update this necklace had 0 slots, and now it has 1 If you have like me the Microsoft.Cpp.Default.prop error after executing msbuild
  2. Server side is all the info that has your server, like the database (which has all the monsters), the jobs info, the maps, etc... You update this to get the new content on your server and only once every now and then. The client side has the information about the way the server is shown in your pc, like the buttons, new GUI, new images when loading, new patcher, etc... You update this because the new content on your server needs to be shown by the client and the client has the info about how to do it like the translations (in this case). This is overall how I see it, but you can check the https://rathena.org/board/forum/98-client-side/ forum to see more or less what else you can do.
×
×
  • Create New...