1. Гость, мы просим Вас ознакомиться с Правилами Форума и Отказом от ответственности!

Результаты поиска

  1. ComProf
  2. ComProf
  3. ComProf
  4. ComProf
  5. ComProf
  6. ComProf
  7. ComProf
  8. ComProf
  9. ComProf
  10. ComProf
  11. ComProf
  12. ComProf
  13. ComProf
  14. ComProf
    взял, скопировал с форума работает. взял из текстового файла - не работает. struct EQUIPMENT_ADDON { unsigned int id; namechar name[32]; int type; int num_params; int param1; int param2; int param3; }; скопировал свой же код из сообщения - работает... кто-где косячит? =)) разобрался... файл или текст должен быть в кодировке UTF-8 ---------------------------------------------------------------------------------------------------- Вопрос номер два, у меня есть такое struct EQUIPMENT_ESSENCE { unsigned int id; unsigned int id_major_type; unsigned int id_sub_type; namechar name[32]; unsigned int equip_type; unsigned int equip_mask; int file_model_male; int file_model_female; int file_model_male_armor_xuanyuan; int file_model_female_armor_xuanyuan; int file_model_big_male; int file_model_big_female; int file_model_small_male; int file_model_small_female; int file_model_tiny_male; int file_model_tiny_female; int file_model_tetrapod_male; int file_model_master_male; int file_model_master_female; int file_model_big_male_left; int file_model_big_female_left; int file_model_back_male; int file_model_back_female; int file_model_female_taihao; int file_model_master_male_changdao; int file_model_master_female_changdao; int file_model_master_male_judao; int file_model_master_female_judao; int file_model_master_male_gong; int file_model_master_female_gong; int file_model_master_male_back_sha; int file_model_master_female_back_sha; int file_model_master_male_back_sha01; int file_model_master_female_back_sha01; int file_model_master_male_back_sha02; int file_model_master_female_back_sha02; int file_matter; int file_icon; unsigned int equip_location; unsigned int action_type; namechar show_level[16]; int level; unsigned long long character_combo_id; unsigned long long character_combo_id2; unsigned long long char_lev_1; unsigned long long char_lev_1_2; unsigned long long char_lev_2; unsigned long long char_lev_2_2; unsigned long long char_lev_3; unsigned long long char_lev_3_2; unsigned int require_gender; int require_level; unsigned int sect_mask; unsigned int sect_mask_1; unsigned int sect_mask_2; unsigned int sect_mask_3; int require_race; int require_level2; int renascence_count; unsigned int god_devil_mask; unsigned int nation_position_mask; int title_require; struct { int index; int num; } require_repu[2]; int require_territory; int hp; int mp; int dp; int deity_power; int min_dmg; int max_dmg; int defence; int attack; int armor; float attack_range; int price; int shop_price; int id_addon1; int id_addon2; int id_addon3; int id_addon4; int id_addon5; int fee_estone; int fee_install_pstone; int fee_uninstall_pstone; int fee_install_sstone; int fee_uninstall_sstone; unsigned int id_estone; int ehanced_value[20]; struct { int level; struct {...} prop[5]; } hidden_prop[2]; int blood_sacrifice; int can_punching; int color; int fixed_init_color; int init_color_value; int soul_level; struct { int level; int addon; } hidden_addon[3]; int gem_slot_identify; int pile_num_max; unsigned int proc_type; }; как понимать эту часть? struct { int index; int num; } require_repu[2]; ну и на что можно заменить unsigned long long character_combo_id; float attack_range;
    Сообщение от: ComProf, 11 фев 2018 в разделе: PW Разработки
  15. ComProf
  16. ComProf
  17. ComProf
  18. ComProf
  19. ComProf
  20. ComProf