Jump to content

ds_aim

Banned
  • Posts

    442
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Everything posted by ds_aim

  1. If u want i can compile for you the game & db from wom. Those that read APPLY_BOOST_CRITICAL_DMG)
  2. Add breakpoint to packet header in vss and gdb. Then use wireshark to capture packets data.
  3. M2 Download Center Download Here ( Internal ) I just taked a look at AsyncSQL.H dunno. The formatting certainly isn't. Also, abusing stdafx out-of-tree. Ugh. And OS-specific synch. Reserved identifiers. C-style structs. Mixing tabs and spaces. DWORD. Fucking m_sem not even used. Copying full async resultset into a container eagerly? Oh. And using mySql Storing SQLResult* in a vector, not honouring Rule Of Three. The fucking type not even polymorphic, so use vector, or stable_vector if you must. Not typedeffing the container or using auto for the iterators. Using strange names for iterators (past?). Nohting ever initializes m_pkSQL. So that's encapsulation disavowed then. What happened to smart pointers... uiResultsPos in the database layer?!?!##!@# Not using prepared statements and bound arguments. C-style error handling through multiple non-encapsulated field. Read: missing errorhandling. CAsyncSQL2 - naming fail. CAsyncSQL looks somewhat saner. Possibly because it was nicked from somewhere? :))) Nice explain , here you have an improved async sql. IMPROVED Soon other libs re
  4. Do not read any mob_proto. I just tried 10 mob_proto :)))
  5. This forum is named question/answers. Not work for me.. Try youself and post errors/warnings/bugs. If u need someone to work for you just pay. On this forum theres a lot of people. And yes, Sure. It's possible. With source all it's possible.
  6. And what you don't understand? Error says clear. You dont know to read? Load ERROR
  7. The error is quite clear, what do not you understand? If the error says, can not find that file? What you don't understand? And for source you don't need makedepend. You also don't need python. USLESS these package.
  8. On you nothing work. I tried p3nger metod and work. Avenue metod wotk too. If u dont know to copy/paste it's your problem.
  9. Unfortunately I can't get gdb to work. Why ? Weird. You can't do anithyng without gdb.
  10. Hy, check my post -EDIT- I's all explained. What do you need to do .
  11. I don't recommed eterhost. ON: Yes, sure. you can run metin2 on linux. You must to compile game and db on linux and you mustt port libthecore.
  12. Hy, check this POST HERE It seems that you file donthave debugging symbols.
  13. All server steal money. This is the scope of p-servers metin2.
  14. Solved Now lua work like a charm. Just replace lua_setgcthreshold with int lua_gc (lua_State *L, int what, int data); But be carefuly this take 3 arguments. Documentation: [Hidden Content] Lua 5.1 Garbage Colector is good enough on its default settings. Only embedded systems may require Garbage Colector tuning. This is the original lua from kraizy.tgz definiton of Garbage Colector. /* ** garbage-collection functions */ LUA_API int lua_getgcthreshold (lua_State *L); LUA_API int lua_getgccount (lua_State *L); LUA_API void lua_setgcthreshold (lua_State *L, int newthreshold); 2 arguments.
  15. this is not working here is my syserr: 1026 13:18:17932 :: networkModule.py(line:208) SetSelectCharacterPhase system.py(line:130) __pack_import system.py(line:110) _process_result introSelect.py(line:23) ? system.py(line:130) __pack_import system.py(line:110) _process_result uiAffectShower.py(line:8) ? system.py(line:130) __pack_import networkModule.SetSelectCharacterPhase - exceptions.IndentationError:unindent does not match any outer indentation level (line 891) 1026 13:18:17933 :: ============================================================================================================ 1026 13:18:17933 :: Abort!!!! How the fuck u can say don't working? If u don't know to add some TAB's that don't mean don't work. Read the eror: unindent does not match any outer indentation level (line 891) U are blind ? TAB, tab missing. The syserr say's clear unident line... If u dont know what is a TAB here you go [Hidden Content]
  16. omg, official client have this error and dont crash . And you client crash? REALLLLY? The errors say clear. What you dont understand? Different granny versions. You can ignore this error. The syserr say's clear: Automatic conversion will be attempted. Client will try to auto convert to the specific granny modules, Convert to you specific granny version. I was too clear? If u dont understand something leave an reply.
  17. Shut ,while ago you accused him of stealing protections M2BobFixed(IDIOT) If I were in his place, I do not post anything like that.
×
×
  • 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.