Jump to content

V0iĐ

Premium
  • Posts

    154
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by V0iĐ

  1. Thank u. Kind, best, emperor, king, god, fortran regards: V0iD P.S.: Busy at wrk. and mah diesel harmónika.
  2. Nope. Just nobody cares this. Learn C plus plus and do it yourself.
  3. Add in the TPacketGCShopUpdatePrice struct but it's clear I think.
  4. It's possible, keywords: metin2 compile binary visual studio 2013
  5. dst size: 12*2+1=25 src size: 13*2+1=27 maybe: sizeof(gcp.name) replace: strlen(gcp.name) Oh i forgot: This """fix""" is a bullshit. Such as Sebastian said.
  6. Why bumping? Only You know what the hell is the '__AttachSelectEffectPVP()' function and what it doing and where it is.
  7. Hi! Write this people because they are very professional c++ developers https://metin2dev.org/board/index.php?/profile/1778-vegas/ https://metin2dev.org/board/index.php?/profile/2058-ken/ https://metin2dev.org/board/index.php?/profile/206-koray/
  8. Oh my holy FORTRAN lord. :'( 2016 and You sayin' XP users. Vista? Normal people NEVER use the "vista" the vista is the Satan's work. Sorry but your comment a little bit bullshit. And sorry for my english. Kind regards, best regards, fuckin' yolo regards and etc.
  9. printf("Level %2d | %-12ld | %-12ld |\n", level, total, tnl); Rewrite: printf("Level %2d | %lu | %-12ld |\n", level, total, tnl); Result:
  10. Thanks but I have a very very difficult and interesting problem. I don't use this system and not work, any solution? Intro and kind regards and best regards and you do .....?
  11. Try! Rewrite this: pkMyChar->GetDesc()->DelayedDisconnect("5"); To: pkMyChar->GetDesc()->DelayedDisconnect(5);
  12. Yes, but the first is very ugly and unnecessary I think so real Ymir coding style!
  13. Start: TABLE_POSTFIX not configured use default This is not an error, this is only warning that You don't use "postfix" e.g.: account_potato or account_pumkin etc. If you use source, then "replace" this message into syslog! (Or delete) Sorry for my english!
  14. Try: for i=1, 18 do pc.give_item2(27001, 53) end
  15. Maybe: for i = 1, 9 do pc.give_item2(27001,100) end
  16. HEADER_GC_KEY_AGREEMENT_COMPLETED = 0xfa, // _IMPROVED_PACKET_ENCRYPTION_ HEADER_GC_KEY_AGREEMENT = 0xfb, // _IMPROVED_PACKET_ENCRYPTION_ 0xfa=250 0xfb=251
  17. Sorry guys, I don't have computer at the moment, I use tablet now! I really sorry! Sorry for my english!
  18. @ReFresh [Hidden Content](v=vs.90).aspx @Da'Real Pain Open the ScriptLib folder search the PythonLauncher.cpp file and search this: PyModule_AddIntConstant(builtins, "TRUE", 1); And this: PyModule_AddIntConstant(builtins, "FALSE", 0); And add under these: PyModule_AddIntConstant(builtins, "True", 1);PyModule_AddIntConstant(builtins, "true", 1);PyModule_AddIntConstant(builtins, "False", 0);PyModule_AddIntConstant(builtins, "false", 0); And rebuild the binary
  19. I think You compile only the CWebBrowser project! Right click in the solution name [Solution 'Metin2Client_VC90' (16 projects)] and click the build text! Sorry for my english!
×
×
  • 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.