Jump to content

IceShiva

Member
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by IceShiva

  1. You have mixed spaces ans tabs ui.py: inconsistent use of tabs and spaces in indentation
  2. Author: Kidu [Team3DModels] Autor: NCsoft Ripped by: Kidu [Team3DModels]
  3. Ripping models from other mmorpgs to metin is easy as fuck. More difficult is prepare enviroment to work. Google will be you best friend.
  4. May you have edited SaveScreenShot() function? I have compiled freshly client from public sources and all works without modifications. You can attach process to msvc debugger and set breakpoint to SaveScreenShot() and analyze it.
  5. 0606 12:50:33042 :: importing from lib game 0606 12:50:33045 :: SYSERR: Traceback (most recent call last): 0606 12:50:33045 :: SYSERR: File "networkModule.py", line 237, in SetGamePhase 0606 12:50:33045 :: SYSERR: File "system.py", line 137, in __pack_import 0606 12:50:33046 :: SYSERR: File "game.py", line 1, in init game (game.c:60738) 0606 12:50:33046 :: SYSERR: TypeError 0606 12:50:33046 :: SYSERR: : 0606 12:50:33046 :: SYSERR: __pack_import() takes at most 4 arguments (5 given) 0606 12:50:33047 :: SYSERR: It's my problem. I think __pack_import() is still required for some scripts such as npclist.
  6. [Hidden Content] if you dont use source.
  7. Tool have name preprocessor can be compiled from granny sdk. Manual is very easy. 0606 11:32:43926 :: GRANNY: r:/granny/rt/granny_file.cpp(470): File is file format revision 7 (current version is 6) You need upgrade granny.
  8. Yes. Cython is good protection for script ripping and good protection for noobs, but if you want cythonize all modules it can be little problem.
  9. Sounds like modified BlackYuko pet system. Same gui same function same statusbars nothing special.
  10. You have granny 2.9 in client too? Looks like version mismatch
  11. Hi. I have problem with unsigned long long in python. it's my part of uicommon.py with yang print function. def __OnValueUpdate(self): ui.EditLine.OnIMEUpdate(self.inputValue) text = self.inputValue.GetText() money = 0 if text and text.isdigit(): try: money = uint64(text) except ValueError: money = 18446744073709551615 and here is Py_BuildValue PyCallClassMemberFunc(m_apoPhaseWnd[PHASE_WINDOW_GAME], "OnPickMoney", Py_BuildValue("(L)", PointChange.amount));
  12. You need rewrite rules for nginx to working wbb.
  13. yes you can't. Server will work only when client will have same subnet ip address and will conect with this ip. You can make diff for skip ip checking internal/external address and run game with -I 123.134.145.156 ip address. Game will be listen on all possible address and in packet will send ip address with external address
  14. You can't run metin2 server over nat without game modification. You can check what is wrong by downloading currports or other connection manager for windows and check what address is returned by game. If you running server on lan for yourself you can add -I parametr with you local ip address
  15. I tried run client with this library but binary doesnt have any imports inside from bdvid32.dll
  16. May you have empty or crashed table common.locale.
  17. When I have uncommented mainStream.SetLogoPhase() I have ?????????? and client doesn't run.
  18. It's not latest error you will have many errors with linking. Go to error and replace <CFilename> to <std::string>
  19. If you using source go to game/libthecore/src/signal.c and comment RETSIGTYPE checkpointing(int sig) { if (!tics) { sys_err("CHECKPOINT shutdown: tics did not updated."); // abort(); } else tics = 0; } I have tested this solution on 700 players online. Since coment this line server never die without reason.
  20. Hello. I have confusing problem with compile WorldEditor with granny 2.8 library. When main exe is linked I have many ~630 underolved symbols to Effectlib/gamelib/EterLib objects. I tried compile it on vs80 vs90 vs100 and vs110 toolset but result is the same. I disabled all performance optimalization flags and I checked output files.
  21. That does not change the fact, that ovh is leader in europe combining protection, hardware and price. I will test my MG-256 server. I think will only problems with double logging when server is under ddos.
×
×
  • 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.