Jump to content

Finch

Banned
  • Posts

    131
  • Joined

  • Last visited

  • Feedback

    0%

About Finch

  • Birthday 05/28/1996

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

2415 profile views

Finch's Achievements

Collaborator

Collaborator (7/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

16

Reputation

  1. #0 0x082836e9 in mysql_real_query () at atomicity.h:51 51 { return __sync_fetch_and_add(__mem, __val); } [New Thread 28c04300 (LWP 100099/game)] (gdb) bt #0 0x082836e9 in mysql_real_query () at atomicity.h:51 #1 0x0839c8e7 in CAsyncSQL::DirectQuery () #2 0x080da850 in __LoadExpTableFromDB () at config.cpp:328 #3 0x080dad87 in config_init (st_localeServiceName=@0xbfbfb8f4) at config.cpp:375 #4 0x08220418 in start (argc=1, argv=0xbfbfeed8) at main.cpp:630 #5 0x08220dfb in main (argc=1, argv=0xbfbfeed8) at main.cpp:425 (gdb) static bool __LoadExpTableFromDB(void) { std::auto_ptr<SQLMsg> pMsg(AccountDB::instance().DirectQuery("SELECT level, exp FROM exp_table")); if (pMsg->Get()->uiNumRows == 0) return false; static DWORD new_exp_table[PLAYER_MAX_LEVEL_CONST+1]; if (exp_table != NULL) memcpy(new_exp_table, exp_table, (PLAYER_MAX_LEVEL_CONST+1)*sizeof(DWORD)); MYSQL_ROW row = NULL; while ((row = mysql_fetch_row(pMsg->Get()->pSQLResult))) { DWORD level = 0; DWORD exp = 0; str_to_number(level, row[0]); str_to_number(exp, row[1]); if (level > PLAYER_MAX_LEVEL_CONST) continue; new_exp_table[level] = exp; // printf("new_exp_table[%u] = %u;\n", level, exp); } exp_table = new_exp_table; return true; }
  2. Please use the question & answer section. [Hidden Content]
  3. 1022 02:40:31984 :: Hair number 1007 is not exist. 1022 02:40:31984 :: Acce number 1 is not exist. open privateshop close proveshop syserr
×
×
  • 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.