Jump to content

Sumnix

Inactive Member
  • Posts

    31
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Sumnix

  1. On 6/11/2019 at 3:55 PM, Ikarus_ said:

    no, if you want help you should show the error

    you should give some other info, for example which table are you mean (and so, what kind of drop method are you using)  ?

    gwl_hinstance

    Ekran-Al-nt-s.png

  2. On 5/9/2019 at 10:47 PM, Ikarus_ said:

    I think the title should explain all.
    The system give way to set mob's drops via tables (Database) instead to use mob_drop_item.txt, common_drop_item.txt, drop_item_group.txt which can be buggy (easly, just a wrong space) without trace any error in your game expirience.

    WARNING : The System doens't disable the txts so you can use the txts and the tables without any problems.


    I have inserted "/reload d" command to reload the drop tables without restart channels.
    i will code a small tool in python to convert the txts to tables (i will be added to the repository).

    The drop chance by default is set to 1/1000 (so in table you should set it to 1000 to give 100% drop chance 'base' , it will change via the ymir's algorithm depend on the levels killer/victim).

    you can chance this scale to use 100 instead 1000 basically changing  in lenght.h the value of DROP_SCALE_TABLE 

    This is the hidden content, please
    you can find the repository.

     

    MySkype: live:ikarus.developer

     

     

    update:
    Added a small part to install only if you are using __SEND_TARGET_INFO__ to show the drop in the target board

    help. can you upload the convecter.exe ?

    Ekran-Al-nt-s.png

  3. https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png

    [  7%] Built target libthecore
    [ 14%] Built target shared
    [ 26%] Built target lua
    Scanning dependencies of target game
    [ 26%] Building CXX object src/game/CMakeFiles/game.dir/BattleArena.cpp.o
    In file included from /usr/m2/test22/src/game/BattleArena.cpp:6:
    In file included from /usr/m2/test22/src/game/char_manager.h:4:
    /usr/m2/test22/src/common/stl.h:98:32: error: expected ')'
            template <typename T> T MIN(T a, T b)
                                          ^
    /usr/m2/test22/src/common/stl.h:98:26: note: to match this '('
            template <typename T> T MIN(T a, T b)
                                    ^
    /usr/include/sys/param.h:305:20: note: expanded from macro 'MIN'
    #define MIN(a,b) (((a)<(b))?(a):(b))
                       ^
    In file included from /usr/m2/test22/src/game/BattleArena.cpp:6:
    In file included from /usr/m2/test22/src/game/char_manager.h:4:
    /usr/m2/test22/src/common/stl.h:98:26: error: expected ')'
            template <typename T> T MIN(T a, T b)
                                    ^
    /usr/include/sys/param.h:305:23: note: expanded from macro 'MIN'
    #define MIN(a,b) (((a)<(b))?(a):(b))
                          ^
    /usr/m2/test22/src/common/stl.h:98:26: note: to match this '('
    /usr/include/sys/param.h:305:19: note: expanded from macro 'MIN'
    #define MIN(a,b) (((a)<(b))?(a):(b))
                      ^
    In file included from /usr/m2/test22/src/game/BattleArena.cpp:6:
    In file included from /usr/m2/test22/src/game/char_manager.h:4:
    /usr/m2/test22/src/common/stl.h:98:26: error: expected ')'
            template <typename T> T MIN(T a, T b)
                                    ^
    /usr/include/sys/param.h:305:28: note: expanded from macro 'MIN'
    #define MIN(a,b) (((a)<(b))?(a):(b))
                               ^
    /usr/m2/test22/src/common/stl.h:98:26: note: to match this '('
    /usr/include/sys/param.h:305:18: note: expanded from macro 'MIN'
    #define MIN(a,b) (((a)<(b))?(a):(b))
                     ^
    In file included from /usr/m2/test22/src/game/BattleArena.cpp:6:
    In file included from /usr/m2/test22/src/game/char_manager.h:4:
    /usr/m2/test22/src/common/stl.h:98:30: warning: variable templates are a C++14 extension [-Wc++14-extensions]
            template <typename T> T MIN(T a, T b)
                                        ^
    /usr/m2/test22/src/common/stl.h:100:3: error: expected expression
                    return a < b ? a : b;
                    ^
    /usr/m2/test22/src/common/stl.h:101:3: error: expected ';' at end of declaration
            }
             ^
             ;
    /usr/m2/test22/src/common/stl.h:103:32: error: expected ')'
            template <typename T> T MAX(T a, T b)
                                          ^
    /usr/m2/test22/src/common/stl.h:103:26: note: to match this '('
            template <typename T> T MAX(T a, T b)
                                    ^
    /usr/include/sys/param.h:306:20: note: expanded from macro 'MAX'
    #define MAX(a,b) (((a)>(b))?(a):(b))
                       ^
    In file included from /usr/m2/test22/src/game/BattleArena.cpp:6:
    In file included from /usr/m2/test22/src/game/char_manager.h:4:
    /usr/m2/test22/src/common/stl.h:103:26: error: expected ')'
            template <typename T> T MAX(T a, T b)
                                    ^
    /usr/include/sys/param.h:306:23: note: expanded from macro 'MAX'
    #define MAX(a,b) (((a)>(b))?(a):(b))
                          ^
    /usr/m2/test22/src/common/stl.h:103:26: note: to match this '('
    /usr/include/sys/param.h:306:19: note: expanded from macro 'MAX'
    #define MAX(a,b) (((a)>(b))?(a):(b))
                      ^
    In file included from /usr/m2/test22/src/game/BattleArena.cpp:6:
    In file included from /usr/m2/test22/src/game/char_manager.h:4:
    /usr/m2/test22/src/common/stl.h:103:26: error: expected ')'
            template <typename T> T MAX(T a, T b)
                                    ^
    /usr/include/sys/param.h:306:28: note: expanded from macro 'MAX'
    #define MAX(a,b) (((a)>(b))?(a):(b))
                               ^
    /usr/m2/test22/src/common/stl.h:103:26: note: to match this '('
    /usr/include/sys/param.h:306:18: note: expanded from macro 'MAX'
    #define MAX(a,b) (((a)>(b))?(a):(b))
                     ^
    In file included from /usr/m2/test22/src/game/BattleArena.cpp:6:
    In file included from /usr/m2/test22/src/game/char_manager.h:4:
    /usr/m2/test22/src/common/stl.h:103:30: warning: variable templates are a C++14 extension [-Wc++14-extensions]
            template <typename T> T MAX(T a, T b)
                                        ^
    /usr/m2/test22/src/common/stl.h:103:30: error: redefinition of 'T'
    /usr/m2/test22/src/common/stl.h:98:30: note: previous definition is here
            template <typename T> T MIN(T a, T b)
                                        ^
    /usr/m2/test22/src/common/stl.h:105:3: error: expected expression
                    return a > b ? a : b;
                    ^
    /usr/m2/test22/src/common/stl.h:106:3: error: expected ';' at end of declaration
            }
             ^
             ;
    /usr/m2/test22/src/game/BattleArena.cpp:105:31: warning: illegal character en

     

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