LCKB
Edit max lvl - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Tutorials & Guides (https://lckb.dev/forum/forumdisplay.php?fid=124)
+----- Forum: Ep4 Guides (https://lckb.dev/forum/forumdisplay.php?fid=125)
+----- Thread: Edit max lvl (/showthread.php?tid=2759)



- rondo157 - 01-03-2021


Server side:

GameServer/Exp.h

#ifndef __EXP_H__
#define __EXP_H__

#define MAX_LEVEL 195 // level what you want

void InitExp();
LONGLONG GetLevelupExp(int level);

#endif //__EXP_H__
//