Quote:
Originally Posted by Polish™
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