Jump to content

.Avenue™

Premium
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Everything posted by .Avenue™

  1. M2 Download Center Download Here ( Internal ) [Hidden Content]
  2. for those who downloaded the freebsd12 vdi: since you can't compile the example-gamesource, I've updated some files here you go: [Hidden Content] if you don't want to replace them just check the differences with WinMerge or bCompare or something else
  3. M2 Download Center Download Here ( Internal ) UserInterface/PythonNetworkStream.h search for: void SetLoginInfo(const char* c_szID, const char* c_szPassword); paste this under it: std::string GetLoginID() const {return m_stID;} UserInterface/PythonNetworkStreamModule.cpp search for: PyObject* netSetLoginInfo(PyObject* poSelf, PyObject* poArgs) { ... } paste this under it: PyObject* netGetLoginID(PyObject* poSelf, PyObject* poArgs) { CPythonNetworkStream& rkNetStream=CPythonNetworkStream::Instance(); return Py_BuildValue("s", rkNetStream.GetLoginID().c_str()); } search for: { "SetLoginInfo", netSetLoginInfo, METH_VARARGS }, paste this under it: { "GetLoginID", netGetLoginID, METH_VARARGS }, usage: net.GetLoginID() returns: string
  4. I don't know if it should be like this, but this looks really wrong to me. I'm using the latest race_height.txt from DE That's also not how it supposed to be.. Checked already twice, I did it correctly.
  5. would be possible to integrate python39 into the metin2-binary but way more complicated than python27 i guess
  6. turkmmo users would sell this for hunnids of euros thanks man, appreciate
  7. got the same problem after I implemented official py-files
  8. Do I have to change something in the source code if I want to renew Python to Python 3.2(.6) ? I'm currently on 2.7
  9. Hi, someone maybe has the following function? (for Character Details) item.GetApplyPoint() its a clientside function e.g.: item.GetApplyPoint( item.APPLY_ATTBONUS_ORC )
  10. SYSERR: Apr 12 02:06:16 :: pid_init: Start of pid: 981 SYSERR: Apr 12 02:06:16 :: Start: TABLE_POSTFIX not configured use default SYSERR: Apr 12 02:06:18 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry) SYSERR: Apr 12 02:06:18 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:18 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:19 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:23 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:24 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:24 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:29 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:29 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Apr 12 02:06:29 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:34 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:34 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:34 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:39 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:39 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:39 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:44 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:44 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:44 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:49 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:49 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:49 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:54 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:54 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:54 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:59 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:59 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:06:59 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:04 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:04 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:04 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:09 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:10 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:10 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:15 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:15 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:15 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:20 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:20 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:20 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:25 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:25 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:25 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:30 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:30 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:30 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:35 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:36 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Apr 12 02:07:36 :: Process: FDWATCH: peer null in event: ident 22 SYSERR: Apr 12 02:07:41 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:41 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:41 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:46 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:46 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:46 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Apr 12 02:07:52 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:52 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:52 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:57 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:57 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:07:58 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Apr 12 02:08:03 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:03 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Apr 12 02:08:03 :: Process: FDWATCH: peer null in event: ident 22 SYSERR: Apr 12 02:08:08 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:08 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Apr 12 02:08:08 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:13 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:13 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:13 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:18 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:18 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:19 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:24 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:24 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:24 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:29 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:29 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:29 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:34 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:34 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:34 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:39 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:39 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:39 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:44 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:44 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:44 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:49 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:49 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:49 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:54 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:54 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Apr 12 02:08:54 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:59 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:59 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:08:59 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:04 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:04 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:05 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:09 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:10 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:10 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:15 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:15 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Apr 12 02:09:15 :: socket_accept: accept: Software caused connection abort (fd 19) please help anyone
  11. .obj/Main.o: In function `main': /root/workspace/mainline_released/mainline_sg/Srcs/Server/db/src/Main.cpp:69: undefined reference to `_malloc_options' collect2: error: ld returned 1 exit status gmake: *** [Makefile:48: ../db_r40146] Error 1
  12. @ScreamMyName So, I declare it a closer look: I have three slots (irregularly distributed). However, these are not on each other! However, if I have three slots free, which are directly above each other, it works. There were a fix, as far as I know. Unfortunately I do not find this fix. Doesn't work: + Works:
  13. Hey, how I can fix this Failure? as example: I've equipped a sword+9, I do right-click on my two-hand-sword+9 in my inventory & then I got following error-message: "Not enough place in inventory"
  14. If I do Bow-Skills or this warrior skill (in gif), it doesn't hit the monster or character. Bei Ninjaskills & bei einem Kriegerskill (Schwertschlag) trifft die Fertigkeit nicht das Monster. Hope u can help me
  15. Does someone have the locale germany folder? (Serverside, 40k)
  16. M2 Download Center Download Here ( Internal )
  17. I've already fixed it. I pasted the code on wrong place. Can you add me please in Skype? (mravenue.epvp) I've got a question
×
×
  • 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.