Jump to content

  •  

Rockstar xD

Member Since 14 Feb 2017
Offline Last Active Mar 24 2017 06:24 AM
-----

Posts I've Made

In Topic: How to set up the max level only for Taekwon class?

19 February 2017 - 12:48 PM

The Taekwon class exp table is mixed with 1-1 classes. If I do it, most probrably will change the other classes 1-1 like Knight, Archer, etc; or not?

Can I cut only Taekwon job code (4046) and create a new line for it, or just move it to Kagerou/Oboro exp table?

And if I do it, I'll have to change src/map/battle.c line 7044 to 160 too, or just the table exp is enough?

{ "max_lv",                             &battle_config.max_lv,                          99,     0,      MAX_LEVEL,      },

In Topic: [Guide] Create your server & Client (2016/08)

16 February 2017 - 02:17 PM

I've tried to compile the emulator using Visual Studio 2017 RC and it returned me the following error:

 

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Platform.targets(57,5): error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, please install v140 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".
4>Done building project "map-server.vcxproj"
 

Anybody knows how to fix it? I have 8 errors at end of compilations attempts.

 

@EDIT

I'm sorry! I posted this too early, guys.
I followed the web instructions and I installed the tools, retargeted the solutions and it worked! (at my second attempt to do this! finally works!)