Advertisement
Kapa3a

Fix Level max pe sursa

Nov 23rd, 2023
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.43 KB | Source Code | 0 0
  1. Intrati in common/length.h si cautati :
  2.  
  3. PLAYER_EXP_TABLE_MAX = 105,
  4. PLAYER_MAX_LEVEL_CONST = 105,
  5.  
  6.  
  7. 105 = numar level-ului
  8.  
  9. ATENTIE!!! DUPA CE COMPILATI O SA TREBUIASCA SA MODIFICATI TABELELE DE EXPERIENTA.
  10.  
  11. Intrati in game/src/constant.cpp si cautati :
  12. const DWORD exp_table_common[PLAYER_EXP_TABLE_MAX + 1] =
  13.  
  14. const DWORD exp_table_euckr[PLAYER_EXP_TABLE_MAX + 1] =
  15.  
  16. const DWORD exp_table_euckr[PLAYER_EXP_TABLE_MAX + 1] =
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement