Jump to content

Exp lost in level 100+


Recommended Posts

hello dev

i have a little problem in exp

now i have modify my exp table in source "only level 100 or more"

i have this modify

const DWORD exp_table_euckr[PLAYER_EXP_TABLE_MAX + 1] =    
{    

2100000000,    //    99        99레벨일 때 필요경험치 (100레벨이 되기 위한)
    3100000000,    //    100
    3300000000,        
    3500000000,        
    3700000000,        
    3900000000,        
    4000000000,    //    105

------------------------------------------

const DWORD exp_table_common[PLAYER_EXP_TABLE_MAX + 1] =
{

    2050000000,    //    99레벨 일 때 필요경험치 (100레벨이 되기 위한)
    3100000000,    //    100
    3300000000,        
    3500000000,        
    3700000000,        
    3900000000,        
    4000000000,    //    105

------------------------------------------------------

const DWORD exp_table_newcibn[PLAYER_EXP_TABLE_MAX + 1 ] =
{

    2000000000,    //    99        99레벨일 때 필요경험치 (100레벨이 되기 위한).. 현재 CIBN이 어떻게 운영하고 있는 지 모르니 신규 테이블을 쓰지 않고 기존값 계속 연장 유지
    3100000000,    //    100
    3300000000,        
    3500000000,        
    3700000000,        
    3900000000,        
    4000000000,    //    105

 

why in any times when one player disconnect lost exp

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.