Hello guyz, today I share with you how to set basic level from source!
- First: Go to Server Source, Game , input_login.cpp
- Second: Search---> bool NewPlayerTable(TPlayerTable * table, and here for table->level = 1; //edit to level what you want for basic level.
- Third: Search for--> for (int i = 1; i < 35; ++i), and copy the whole function (here set the "< 35;" with the level you want to add)
- Fourth: Replace ----> table->hp table->sp table->stamina with the function you copied .
- Fifth: Search---> bool NewPlayerTable2(TPlayerTable * table, const char * name, BYTE race, BYTE shape, BYTE bEmpire), and repeat the steps.
You have to got something like this:
