Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. That is not correct. He wants to block it at all.
  2. Hello community! I now work on debugging my server and client. For the first I took a look on client, which can't find some "mapped" files (dunno what is that). Does anybody have it? I would be very pleased for them. .mss files: .jpg files:
  3. I think it is in locale package, take a look on locale_game.txt or locale_interface.txt. You can also check locale.lua on server, I'm not sure atm.
  4. [Hidden Content] all stuff
  5. In input_main.cpp in function : int CInputMain::MyOfflineShop(LPCHARACTER ch, const char * c_pData, size_t uiBytes) add: if (ch->GetExchange() || ch->IsOpenSafebox() || ch->GetShopOwner() || ch->IsCubeOpen() || ch->GetOfflineShopOwner() || ch->IsAcceOpen()) { ch->ChatPacket(CHAT_TYPE_NOTICE, ("This nigga try to make a bug -> %s."), ch->GetName()); return (iExtraLen); }
  6. Maybe you should post syserr.txt?
  7. With not dumped item_proto it works correctly. It looks like problem with dumped item_proto. Solved by edits in dump proto.
  8. Open Navicat Connect to your database server Open player database Click somewhere right and select Export wizard Now just follow steps in wizard
  9. That is not enough. Show line around patch_spark.
  10. Use export wizard in navicat.
  11. Have you edited all things about that? In userinterface.cpp: if (!PackInitialize("pack")) { LogBox("Pack Initialization failed. Check log.txt file..."); return false; } In pythonbackgorund.cpp: m_PropertyManager.Initialize("pack/property"); In userinterface.cpp again: TraceError("Pack/Index has invalid syntax. First line must be 'PACK' or 'FILE'");
  12. What exactly? I don't think this problem is caused by .msm files in root.
  13. Hello community! I would like to synchronize server item and mob proto with client protos. But I've spotted one big problem in this action. I'm using dump_proto for making client side. First I export proto from database to .txt file, then I drag and drop it on dump_proto.exe, this will make client side, what I copy to client. I think this procedure is correct. Mob proto is working correctly, but there is problem with item proto: Does anybody know how to solve this? Thanks!
  14. Better edit all fan position, i can do man
  15. model edit or edit animation wait
  16. God bless you. <3
  17. Contact creator (Vegas) and he help you if you bought this system.
  18. PythonEventManager.cpp const long c_lNormal_Waiting_Time = 0;
×
×
  • 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.