Jump to content

Mitachi

Developer
  • Posts

    139
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Mitachi

  1. Now the crashes are practically nil, gg
  2. The files that make monsters' names visible are: InstanceBase.h PythonApplicationModule.cpp PythonNonPlayer.cpp PythonNonPlayer.h PythonSystem.cpp PythonSystem.h PythonSystemModule.cpp So if you don't have syserr, I'd tell you to double check them.
  3. For people who encounter this problem and cannot solve it, the solution is multifactorial. The first can be in the interface module, diff the file with a working one, find it online. I solved it personally by editing in char.cpp #ifdef ENABLE_OFFLINE_SHOP if (IsPC() || IsNPC() ||/*error*/ GetRaceNum() == 30000) //like to if (IsPC() || IsNPC() && GetRaceNum() == 30000) { if (!CTargetManager::instance().GetTargetInfo(pkChrCauser->GetPlayerID(), TARGET_TYPE_VID, GetVID()) || GetRaceNum() == 30000) #else if (IsPC()) { if (!CTargetManager::instance().GetTargetInfo(pkChrCauser->GetPlayerID(), TARGET_TYPE_VID, GetVID())) #endif for obscure reason, there was an && instead of || °-° before GetRaceNum if I find others I will let you know, I took this system online and it was written incorrectly.
  4. Answer a little late, I'm sorry. Search and delete this code in ur source: if (!ms_kD3DDetector.Find(800, 600, 32, TRUE, &ms_iD3DModeInfo, &ms_iD3DDevInfo, &ms_iD3DAdapterInfo)) return CREATE_DETECT;
  5. Good sharing @dylanbab22 If you use compatible files you will not have learned anything. There are many guides explaining how to bring any file to the next gcc, why don't you give it a try? if you have problems open a post I try to help you
  6. I recommend this guy, he is really very good and impeccable at what he does. It seems almost non-Italian
  7. Hi everyone, I'm Mitachi, I'm 17 and I'm an Italian boy with a passion for Metin2. I have decided to migrate to this forum permanently. For the simple fact that there are rules here.
  8. In addition to cleaning the solution as Ikarus told you, are you sure you have inserted the new files to compile in the proj file?
  9. I know this guy and I like how he works, I recommend him.
  10. Sorry I'm late, I solved the problem. Now I have another When I improve an object the buggy preview opens.
×
×
  • 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.