Compiling server

10/01/2016 22:00 Polish™#1
So I was trying to install subversion-1.9.3 but link was dead so I installed newest version. Newest version wont let me use:
./configure --with-zlib --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr
make -j4 && make install

Anyone any solution please?
10/04/2016 16:35 Lee Ki-Hwan#2
You can skip the subversion part u dont need that because u dont have access to the svn server of barunson anyways..
10/05/2016 11:11 Polish™#3
I have few more questions:

1. How to change start lvl in source
2. How to disable element system
3. How to set max + and upgrade rate
10/05/2016 12:51 Lee Ki-Hwan#4
Quote:
Originally Posted by Polish™ View Post
I have few more questions:

1. How to change start lvl in source
2. How to disable element system
3. How to set max + and upgrade rate

For the start level u need to look in the Character.cpp class from the Gameserver so far as i remember u need to change the SQL statement or edit the m_level variable in the constructor

I dont know about the element system so there i cannot help you

Max Upgrade: #define MAX_UPGRADE_PLUS 25 (in Config_Localize_USA.h or whatever your language is)

For the upgade rate u need to search the function that calculates it, i think it was named upgradefunction

EDIT:
For the start level check out this class: DBProcess_CreateChar.cpp