Ezzz
Developer of Nostalrius and The Violet Project
That's right, where in the sources for TFS 0.3.6pl1 i can change the experience rates, for the needed levels. We know that for level 2 is 100 experience, where can i change it?. Rep++
player.h
Code:static uint64_t getExpForLevel(uint32_t lv) { lv--; return ((50ULL * lv * lv * lv) - (150ULL * lv * lv) + (400ULL * lv)) / 3ULL; }