Jump to content

vandragoon

Inactive Member
  • Posts

    11
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by vandragoon

  1. i dont get any error so i really dont know where i can find problem

    isnt problem here somewhere??

    Spoiler
    
    	// START_OF_Player_EXP_TABLE_LOADING
    	string temp_exp_line;
    	char szExpTable[256];
    	snprintf(szExpTable, sizeof(szExpTable), "%s/exp.txt", LocaleService_GetBasePath().c_str());
    	ifstream exp_table_open(szExpTable);
    	if (!exp_table_open.is_open()) {
    		fprintf(stderr, "Failed to Load ExpTable from %s/exp.txt\n", LocaleService_GetBasePath().c_str());
    		sys_err("Failed to Load ExpTable from %s/exp.txt", LocaleService_GetBasePath().c_str());
    		return 0;
    	}
    	int exp_table_counter = 0;
    	while (!exp_table_open.eof())
    	{
    		exp_table_open >> temp_exp_line;
    		str_to_number(exp_table_common[exp_table_counter], temp_exp_line.c_str());
    		exp_table_counter++;
    	}
    	fprintf(stderr, "EXP erfolgreich geladen von: %s\n", LocaleService_GetBasePath().c_str());
    	//sys_log(0, "EXP Table Loaded succsefully from %s", LocaleService_GetBasePath().c_str());
    	// END_OF_Player_EXP_TABLE_LOADING
    	
    #ifdef NEW_PET_SYSTEM
     	temp_exp_line = ""; //clearing
    	std::ifstream exppet_table_open("/usr/home/game/share/exppettable.txt");
    	/*if (!exp_table_open.is_open())
    	return 0;*/
    
    	int exppet_table_counter = 0;
    	int tmppet_exp = 0;
    	while (!exppet_table_open.eof())
    	{
    		exppet_table_open >> temp_exp_line;
    		str_to_number(exppet_table_common[exppet_table_counter], temp_exp_line.c_str());
    		if (exppet_table_common[exppet_table_counter] < 2147483647) {
    			sys_log(0, "Livelli Pet caricati da exppettable.txt: %d !", exppet_table_common[exppet_table_counter]);
    			exppet_table_counter++;
    		}
    		else {
    			fprintf(stderr, "[main] Impossibile caricare la tabella exp valore non valido\n");
    			break;
    		}
    	}
    #endif

     

  2. Hi.. when i log in it shut down.
    syserr.txt : 

    Spoiler

    0713 10:05:11306 :: 
    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:30) ?
    system.py(line:130) __pack_import

    networkModule.SetSelectCharacterPhase - exceptions.IndentationError:unindent does not match any outer indentation level (line 266)

    0713 10:05:11307 :: ============================================================================================================
    0713 10:05:11307 :: Abort!!!!

     

  3. Hello.. i have problems with server and dont know what to do with it

    Channel1 syserr :

    Spoiler

    SYSERR: Jun  8 21:28:59 :: pid_init: 
    Start of pid: 17308

    SYSERR: Jun  8 21:28:59 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_ds.dat
    SYSERR: Jun  8 21:28:59 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_w20_sound.dat
    SYSERR: Jun  8 21:28:59 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_w21_etc.dat
    SYSERR: Jun  8 21:28:59 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_dss_box.dat
    SYSERR: Jun  8 21:29:00 :: LoadGroup: CTextFileLoader::LoadGroup : must have a value (filename: locale/germany/special_item_group.txt line: 781 key: 1)
    SYSERR: Jun  8 21:29:00 :: ReadSpecialDropItemFile: ReadSpecialDropItemFile : there is no item 21560 : node sumpftruhe
    SYSERR: Jun  8 21:29:00 :: Boot: cannot load SpecialItemGroup: locale/germany/special_item_group.txt
    SYSERR: Jun  8 21:29:00 :: pid_deinit: 
    End of pid

     

     

×
×
  • 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.