Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. Opengl porting is overkill noone is experienced enough to port a whole game from DX8 -> OpenGL
  2. I totally agree with it maybe because hes not like any other actor hes something special.
  3. He´s really good and deserves to get more views imho. His mashups are beasts.
  4. Its a joke that DiCaprio didnt win an oscar .... This guy fking deserved it cmon give him one so he can die in peace with 90Years xD @Gravity: Totally deserved them: http://gravitymovie.warnerbros.com/#/experience Kind Regards MartPwnS
  5. Happens from time to time caused by wrong packet sizes or simply not existing packets. If it doesnt affect the gameplay ignore it. I have no idea how to backtrace this stuff correctly.
  6. I think it will be better if u can select more as just one archive to decompress or compress.... If u modify more archives than one u need to select everyone as singeltarget... This will maybe a part for a new version.
  7. game 00173930: E8 B8 00173931: 6B 00 00173932: 8A 00 00173933: FA 00 00173934: FF 00 This should help 34k pc.change_name fix. On LC_isEurope it always returns 5 IDA HexRays pseudocode. if ( (unsigned __int8)LC_IsEurope(a1, 0) ) { lua_pushnumber(a3, 5.0); } Kind Regards MartPwnS
  8. Consider making It more secure then.
  9. Your welcome Kind Regards MartPwnS
  10. #ifndef __WIN32__ <= FreeBSD || If not defined __WIN32__ -> If the specific compiler macro isnt set its no windows compiler #define SYSLOG_FILENAME "syslog" <= FreeBSD correct #define SYSERR_FILENAME "syserr" <= FreeBSD correct #define PTS_FILENAME "PTS" <= FreeBSD correct #else ITS NOT FREEBSD ON THAT PART #define SYSLOG_FILENAME "syslog.txt" <= Windows correct #define SYSERR_FILENAME "syserr.txt" <= Windows correct #define PTS_FILENAME "PTS.txt" <= Windows correct #endif Kind Regards MartPwnS
  11. Thanks for making this OpenSource in the future github? I will test it now.
  12. So beautiful
  13. Well its enough if you have an TAP adapter active on your system, it didnt work for me 2. Just try to disable it. Kind Regards MartPwnS
  14. 1)Disable your VPN 2)I dont have this table just delete it for me this error doesnt occur. To your question regarding the block_exception table, its used to have some sort of whitelist of accounts that cant be banned useful for maintenance if you want to block all accounts in the table the specified users can still log in. Kind Regards MartPwnS
  15. Thats not his problem actually i think tim didnt check the last field where the specular value is stored its used for shining, so consider asking tim or change it by hand Kind Regards MartPwnS
  16. @zander actually its just a proxy so no access to your Server needed if you install and configure it for yourself.
  17. Thanks for pointing that out i updated the thread
  18. Consider creating your own topic for this maybe you get better responses there.
  19. Is this related to the source ? If not consider creating a help topic
  20. If you need any help feel free to contact us via pm We appreciate your effort.
  21. Cryptopplib missing or compiled with a wrong Version of GCC try recompiling cryptopp it should work. If not check if this flag is set:-lcryptopp Also consider verifying all lib include paths -L etc.
  22. Die you make sure you added all necessary libs ? Seems like your make file is screwed
  23. Yes its for both actually
×
×
  • 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.