Jump to content

Mali

Honorable Member
  • Posts

    916
  • Joined

  • Days Won

    866
  • Feedback

    100%

Everything posted by Mali

  1. :)))) only support for freebsd. You have to deal with the mistakes you may make while installing the libraries on the windows server.
  2. I only checked mainline. Server Source: Client Source: Which one is true? I checked official binary builtins, here is answer: Game source is wrong. ------------------------------------------------------- In common/length.h, move APPLY_EXTRACT_HP_PCT up two lines like this: in game/constants.cpp, same thing: ------------------------------------------------------- Are these bonuses in use?: - I don't know, I'm just correcting the mistake.
  3. If it cannot find the bonus, it will also give an error. Delete the things you delete on the client side, on the py side as well.
  4. edit POINT_MAX_NUM parts for your server or remove
  5. #Update: Private Message [Hidden Content] Example(Tested with english proto): You need: nlohmann json (minimum: 3.10.5)
  6. I also recommend using bot accounts. It was just an example in the video. I have already added what needs to be done about the bot to the readme file. Can you add that rule here? So other people can read it and find out what it is. Edit: [Hidden Content]-
  7. [Hidden Content] Use LC_TEXT to avoid problems with special characters of your language.
  8. Download Metin2 Download [Hidden Content] c++11 is enough.
  9. Updated Source: [Hidden Content] use this, you will not get error about serverkey or other things
  10. You did a mistake. Just compare your codes with official codes.
  11. Please stop spamming the topic. I said before, I do not support custom systems. weapon costume, hide costume etc.
  12. return value: number of results ([Hidden Content]) static int l_sin (lua_State *L) { double d = luaL_checknumber(L, 1); lua_pushnumber(L, sin(d)); return 1; /* number of results */ } Example from m2: Other examples:
  13. #Version: 2.5 Without-LZO brach For enable LZO: Now you can see chests which contains that item: #Version: 3.0 Tooltip fix fishing.txt info and many important things...
  14. Download Metin2 Download [Hidden Content] Me and @Gurgarath tested it on windows server, we didn't see any problem. If you have a problem with time(_t) or another bug, let me know so I can fix it. Idea is from Sogma
  15. How? Edit: No answer. It's an error that was your fault then.
  16. thanks for feedback. I've added missing codes(I missed it because it was not in the macro at the official binary) [Hidden Content]
×
×
  • 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.