Jump to content

vhin0708

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by vhin0708

  1. On 6/28/2021 at 10:28 PM, chappox said:

    I would drop my current DB tables (or player associated tables: char, login, guild, etc) and re-run the the files in sql-files.

    Alternatively, what is your 'Auto_increment' set to? You can query the table. On a fresh install, it is set to 2,000,000. I would suggest updating it accordingly.

    
    SHOW TABLE STATUS FROM `DatabaseName` WHERE `name` LIKE 'TableName' ;

     

     

    thank you so much !! fix 

  2. i have free map but the map are contain 512x512 Texture which is they use in model rsm when i put on my server my client crashed

    so when i remove the model with 512x512 texture everything work.. but when i edit the map with Browedit 620 its working ,, 

    so how i cant convert into 256x256 because someone told me 512x512 texture are not working in client 2012 please helm me

  3. hi please help me i patch my file

     

    this is error 

     

    itemdb.cpp:1863:2: error: expected unqualified-id before if
      if (db_use_sqldbs)
      ^
    itemdb.cpp:1865:2: error: expected unqualified-id before else
      else
      ^
    itemdb.cpp:1868:2: error: expected unqualified-id before for
      for(i=0; i<ARRAYLENGTH(dbsubpath); i++){
      ^
    itemdb.cpp:1868:11: error: i does not name a type
      for(i=0; i<ARRAYLENGTH(dbsubpath); i++){
               ^
    itemdb.cpp:1868:37: error: i does not name a type
      for(i=0; i<ARRAYLENGTH(dbsubpath); i++){
                                         ^
    itemdb.cpp:1967:1: error: expected declaration before ‘}’ token
     }

     

×
×
  • Create New...