• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

0.6.0

  1. Obito

    C++ Explain Formula level

    Greetings OTLanders can someone explain in math this formula and how it works? static uint64_t getExpForLevel(int32_t level) { int64_t x = level; return ((50*x/3 - 100)*x + 850/3)*x - 200; } And how to edit it to reach the maximum level to 1300 for example...
Back
Top