Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. I want to save the status in in a txt or a .cfg or something else Can someone give me a example code?
  2. Thaaanks!!
  3. Have someone Meley Lair without any bugs?
  4. how?
  5. Finally someone! Also, here I found a similiar problem with a texture of the Red Dragon (2291). #JustSaying
  6. that works, thank you
  7. int pc_is_open_shop(lua_State* L) { lua_pushboolean(L, CQuestManager::instance().GetCurrentCharacterPtr()->GetShopOwner()); return 1; }
  8. i have no idea, why this show up
  9. Yeah anyways, he just showed how to "fix" this issue. But you have to care about the resolutions, which your config.exe allows. For ex. if you set it to 1360x700 and your system doesn't have this resolution you will get the error anyways, becore he trys to create the client with this "set". I guess YMIR just wanted to check the "minimum resolution" to play metin2, because anything under this resolution looks terrible
  10. What's the meaning of the "official" word in the headline tho?
  11. same error and i wrote it in both
  12. I use c++11 (already written in cflags)
  13. i cant find #define __typeof typeof only this
  14. that worked, thanks but now i get this error, if i try to compile db. I changed already typeof with __typeof and auto_ptr with unique_ptr
  15. I'm trying to compile my server source with gcc49 / c ++ 11. And I get this error when I try to compile cryptopp7.0 I tried with this tutorial
×
×
  • 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.