Jump to content

Ulthar

Premium
  • Posts

    228
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Posts posted by Ulthar

  1. 22 minutes ago, SmyleMDFK said:

    You have installed the fixed version of offlineshop?With all bugfixes?

    I dont know what fixes u talking about, i had no error at all when i used this offline shop. Some servers are opened with this sf, and there was no problem what caused by offline shop.

  2. This is the hidden content, please

    Alternative download links →

    This is the hidden content, please

     

    Hello!

    I share this little modifications, made by @peaceofficial
    (He gave me rights to share it.)
    (The thinboard will be different for you.)
    Here is GIF, how is it looks like:
     

     

    • Metin2 Dev 84
    • Good 18
    • Love 38
  3. 11 hours ago, Henry6767 said:

    When I'm trying to compile game on VPS I get these errors: 

    I tried to remove every .o and .tmp file from the OBJDIR folder, I tried removing from stdafx.h the tr1 but no luck.

     

     

    When I'm trying to compile db on VPS I get these errors:


     


    When I'm trying to build the .exe from the .sln I get this error:
     



    Any help would be greatly appreciated!

    I helped him, fixed.

    • Good 2
  4. 4 hours ago, ATAG said:

    A quick fix on the target.vid quest function:

    in game/target.cpp

    search:

    #if defined(BL_PRIVATESHOP_SEARCH_SYSTEM)
    		case TARGET_TYPE_VID_SHOP_SEARCH:
    #endif
    			{
    				tch = CHARACTER_MANAGER::instance().Find(info->iArg1);

    add the missing "case TARGET_TYPE_VID :"

    #if defined(BL_PRIVATESHOP_SEARCH_SYSTEM)
    		case TARGET_TYPE_VID_SHOP_SEARCH:
    #endif
    		case TARGET_TYPE_VID:
    			{
    				tch = CHARACTER_MANAGER::instance().Find(info->iArg1);

    spacer.png

    Thank you!
    I checked the files and the tutorial, i made a mistake. I over wrote the line instead of adding it under. xD

  5. 31 minutes ago, Warizald said:

    Hello! I try to download the src but I get this error 😞 Could you help me? I enter the game and it cuts me right away.
    Src error:
    compile MarkManager.cpp
    In file included from In file included from MarkImage.cpp:1:
    In file included from MarkConvert.cpp:1:
    BattleArena.cpp:1:
    ./stdafx.h:27:10: fatal error: 'tr1/unordered_map' file not found
    #include <tr1/unordered_map>
             ^~~~~~~~~~~~~~~~~~~
    ./stdafx.h:27:10: fatal error: 'tr1/unordered_map' file not found
    #include <tr1/unordered_map>
             ^~~~~~~~~~~~~~~~~~~
    ./stdafx.h:27:10: fatal error: 'tr1/unordered_map' file not found
    #include <tr1/unordered_map>
             ^~~~~~~~~~~~~~~~~~~
    In file included from MarkManager.cpp:1:
    ./stdafx.h:27:10: fatal error: 'tr1/unordered_map' file not found
    #include <tr1/unordered_map>

             ^~~~~~~~~~~~~~~~~~~

    In the meantime, he solved the problem he wrote.@davecosmo

     

    Client error:

    0327 21:25:14730 :: Unknown packet header: 171, last: 126 4

    Nem tudok Angolul de fordítóval hátha 🙂

    Szia! Próbálom le forgatni az src-t de ezt a hibát kapom 😞 Tudnál segíteni? A játékba belépek és egyből ki vág.
    Src hiba: 

    Client hiba:

    //search:
     

    #ifdef __GNUC__
    #include <float.h>
    #include <tr1/unordered_map>
    #include <tr1/unordered_set>
    #define TR1_NS std::tr1
    #else
    #include <boost/unordered_map.hpp>
    #include <boost/unordered_set.hpp>
    #define TR1_NS boost
    #define isdigit iswdigit
    #define isspace iswspace
    #endif

    //change:
     

    #ifdef __GNUC__
    #include <float.h>
    #include <unordered_map>
    #include <unordered_set>
    #define TR1_NS std::tr1
    #else
    #include <unordered_map>
    #include <unordered_set>
    #define TR1_NS std
    #define isdigit iswdigit
    #define isspace iswspace
    #endif

    Compile game-db, and compile client source too.

    • Love 1
  6. 4 hours ago, davecosmo said:

    Hello there, friend. ❤️

    I know it was not directed to me, but fyi I'm the one (or one of) that have disliked your comment, I'll explain now why.

    You know... I'll be 49 years old next Friday, and I can speak/write in 7 different languages (not including computer languages)... and also, from my experience of life, I can (and will) tell you this:
    -> When I'm helping someone to learn something,
    -> -> I learn something too in return,
    -> -> and I've made a friend, a platonic one, not a alcohol friend like so many others...
    -> If no body explain things to one another, no body learns nothing...
    -> If I write something, I'll always try to make someone feel better, not the opposite.

    Even now, I'm helping you to learn something, even if its Off Topic (and sorry about that, guys) like your post, which btw didn't contribute nothing to the topic.

    Nothing personal.

    @ Ulthar
    Files are 5 stars really! Good Work bro! ❤️

    And sorry for my intromission.

    Omg, Thanks!
    Im so happy, you can speak/write 7 different languages(I can speak only hu, en. I learnt english from games, videos, so its not that cool as it should be xD). I made changes on this file for those people who dont want to start it from the literally zero. I made this files to those poeple, who's thankful AND you are one of them! 

    • Good 1
    • Love 1
  7. 28 minutes ago, Pseudabo said:

    Stop using cancer derivates..
    There is basic leaked source + 1000000000000000x22222222222 tutorials..  Learn something, use brain, use google, learn more, learn every time you can, make your source, learn more more more more than you think you know.. 100 Peoples makes 100 diff games, using same fkin bugged systems.. Some IQ help you.

    What a zero comment.

    • Good 1
  8. 44 minutes ago, garofolo said:

    the source files available are different from the game compiles inside the FTP.rar very careful with these files, when compiling a new game core with the source available you will receive this error again!!

    You dont know what are u talking about. Just need to upload the new source files to FTP, and compile it. Thats all.

×
×
  • 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.