Jump to content

easyx

Inactive Member
  • Posts

    21
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by easyx

  1. So i got this script sh stop.sh but everytime i do it this comes out and my game dosent stop any one know something so i can get it fixed?

    Spoiler

    root@host:/usr/game # sh STOP.sh
    Auth Server Stopped
    kill: 9781: No such process
    Kanal1 Stopped
    kill: 9783: No such process
    kill: 9782: No such process
    kill: 9784: No such process
    Kanal2 Stopped
    kill: 5698: No such process
    kill: 5696: No such process
    kill: 5701: No such process
    Kanal3 Stopped
    kill: 1702: No such process
    kill: 1864: No such process
    kill: 1825: No such process
    Kanal4 Stopped
    kill: 1840: No such process
    kill: 1844: No such process
    kill: 1851: No such process
    Kanal5 Stopped
    kill: 1903: No such process
    kill: 1934: No such process
    kill: 1771: No such process
    Kanal6 Stopped
    kill: 1933: No such process
    kill: 1782: No such process
    kill: 1926: No such process
    CH99 Stopped
    kill: 9785: No such process
    Database Stopped
    root@host:/usr/game #
     

    The STOP.sh script

    Spoiler

    ROOT=$PWD

    echo "Auth Server Stopped"

    # Shutdown auth
    cd $ROOT/cores/auth && sh shut.sh
    # Shutdown channel1
    echo "Kanal1 Stopped"
    cd $ROOT/cores/channel1/core1 && sh shut.sh
    cd $ROOT/cores/channel1/core2 && sh shut.sh
    cd $ROOT/cores/channel1/core3 && sh shut.sh
    # Shutdown channel2
    echo "Kanal2 Stopped"
    cd $ROOT/cores/channel2/core1 && sh shut.sh
    cd $ROOT/cores/channel2/core2 && sh shut.sh
    cd $ROOT/cores/channel2/core3 && sh shut.sh
    # Shutdown channel3
    echo "Kanal3 Stopped"
    cd $ROOT/cores/channel3/core1 && sh shut.sh
    cd $ROOT/cores/channel3/core2 && sh shut.sh
    cd $ROOT/cores/channel3/core3 && sh shut.sh
    # Shutdown channel4
    echo "Kanal4 Stopped"
    cd $ROOT/cores/channel4/core1 && sh shut.sh
    cd $ROOT/cores/channel4/core2 && sh shut.sh
    cd $ROOT/cores/channel4/core3 && sh shut.sh
    # Shutdown channel5
    echo "Kanal5 Stopped"
    cd $ROOT/cores/channel5/core1 && sh shut.sh
    cd $ROOT/cores/channel5/core2 && sh shut.sh
    cd $ROOT/cores/channel5/core3 && sh shut.sh
    # Shutdown channel6
    echo "Kanal6 Stopped"
    cd $ROOT/cores/channel6/core1 && sh shut.sh
    cd $ROOT/cores/channel6/core2 && sh shut.sh
    cd $ROOT/cores/channel6/core3 && sh shut.sh
    # Shutdown channel99
    echo "CH99 Stopped"
    cd $ROOT/cores/channel99 && sh shut.sh
    # Shutdown db
    echo "Database Stopped"
    cd $ROOT/cores/db && sh shut.sh
    sleep 2

     

  2. Spoiler
    
    root@test:~/workspace/Server/game/src # gmake clean -j4
    root@test:~/workspace/Server/game/src # gmake -j4
    Compile: BattleArena.cpp
    Compile: FSM.cpp
    Compile: MarkConvert.cpp
    Compile: MarkImage.cpp
    Compile: MarkManager.cpp
    Compile: OXEvent.cpp
    Compile: TrafficProfiler.cpp
    Compile: ani.cpp
    In file included from /usr/local/include/boost/predef/os/bsd/free.h:37,
                     from /usr/local/include/boost/predef/os/bsd.h:96,
                     from /usr/local/include/boost/predef/os/bsd/dragonfly.h:11,
                     from /usr/local/include/boost/predef/os/bsd.h:95,
                     from /usr/local/include/boost/predef/os/bsd/bsdi.h:11,
                     from /usr/local/include/boost/predef/os/bsd.h:52,
                     from /usr/local/include/boost/predef/os.h:17,
                     from /usr/local/include/boost/predef.h:17,
                     from /usr/local/include/boost/unordered/detail/fwd.hpp:14,
                     from /usr/local/include/boost/unordered/detail/implementation.hpp:44,
                     from /usr/local/include/boost/unordered/detail/map.hpp:6,
                     from /usr/local/include/boost/unordered/unordered_map.hpp:21,
                     from /usr/local/include/boost/unordered_map.hpp:17,
                     from questmanager.h:4,
                     from OXEvent.cpp:4:
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    Compile: arena.cpp
    In file included from /usr/local/include/boost/predef/os/bsd/free.h:37,
                     from /usr/local/include/boost/predef/os/bsd.h:96,
                     from /usr/local/include/boost/predef/os/bsd/dragonfly.h:11,
                     from /usr/local/include/boost/predef/os/bsd.h:95,
                     from /usr/local/include/boost/predef/os/bsd/bsdi.h:11,
                     from /usr/local/include/boost/predef/os/bsd.h:52,
                     from /usr/local/include/boost/predef/os.h:17,
                     from /usr/local/include/boost/predef.h:17,
                     from /usr/local/include/boost/unordered/detail/fwd.hpp:14,
                     from /usr/local/include/boost/unordered/detail/implementation.hpp:44,
                     from /usr/local/include/boost/unordered/detail/map.hpp:6,
                     from /usr/local/include/boost/unordered/unordered_map.hpp:21,
                     from /usr/local/include/boost/unordered_map.hpp:17,
                     from char.h:4,
                     from ani.cpp:11:
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    Compile: banword.cpp
    gmake: *** [Makefile:128: OBJDIR/ani.o] Error 1
    gmake: *** Waiting for unfinished jobs....
    gmake: *** [Makefile:128: OBJDIR/OXEvent.o] Error 1
    In file included from /usr/local/include/boost/predef/os/bsd/free.h:37,
                     from /usr/local/include/boost/predef/os/bsd.h:96,
                     from /usr/local/include/boost/predef/os/bsd/dragonfly.h:11,
                     from /usr/local/include/boost/predef/os/bsd.h:95,
                     from /usr/local/include/boost/predef/os/bsd/bsdi.h:11,
                     from /usr/local/include/boost/predef/os/bsd.h:52,
                     from /usr/local/include/boost/predef/os.h:17,
                     from /usr/local/include/boost/predef.h:17,
                     from /usr/local/include/boost/unordered/detail/fwd.hpp:14,
                     from /usr/local/include/boost/unordered/detail/implementation.hpp:44,
                     from /usr/local/include/boost/unordered/detail/map.hpp:6,
                     from /usr/local/include/boost/unordered/unordered_map.hpp:21,
                     from /usr/local/include/boost/unordered_map.hpp:17,
                     from questmanager.h:4,
                     from arena.cpp:8:
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:99:32: error: expected ')' before 'a'
       99 |  template <typename T> T MIN(T a, T b)
          |                                ^
    ../../common/stl.h:99:26: note: to match this '('
       99 |  template <typename T> T MIN(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    ../../common/stl.h:104:32: error: expected ')' before 'a'
      104 |  template <typename T> T MAX(T a, T b)
          |                                ^
    ../../common/stl.h:104:26: note: to match this '('
      104 |  template <typename T> T MAX(T a, T b)
          |                          ^~~
    gmake: *** [Makefile:128: OBJDIR/arena.o] Error 1
    root@test:~/workspace/Server/game/src #

    Now i get this ?

     

  3. So my error seems to be pretty simple as soon as a Shaman uses the Healling skill/Buff my console shows.

    has anyone an idea what could be wrong btw i am using 40k Sf.

     

    Segmentation fault (core dumped)

    rm: cores/core.1: No such file or directory

    Spoiler

    Nov 9 00:32:05 :: mePETAEI: USE_SKILL: 110 pkVictim 0x4b6de000

    Nov 9 00:32:05 :: AddAffect mePETAEI type 110 apply 21 4 flag 0 duration 65

    Nov 9 00:32:05 :: AddAffect mePETAEI type 110 apply 19 6 flag 25 duration 65

    Nov 9 00:32:09 :: mePETAEI: USE_SKILL: 111 pkVictim 0x4b6de000

    Nov 9 00:32:09 :: AddAffect mePETAEI type 111 apply 95 11 flag 31 duration 65

    autoscript killed Sat Nov 9 00:32:14 CET 2019

     

  4. vor 1 Stunde schrieb tierrilopes:

    You can easilly do that on navicat for exemple, if you need help i can show you how

    Thanks for the answer actually i tried to look what the privilieges mean at the user table and found something like a mysql guide but couldnt see quite  through that so if you could explain me them that would be awesome

  5. So i have added a new Dagger but its not getting showed ingame everything else is fine ?

     

    Spoiler

    Item_proto.txt

     

    61690    Áø¿ÀÇ൵+0    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    120000    1501    621    0    LEVEL    105    LIMIT_NONE    0    APPLY_ATT_SPEED    15    APPLY_ATTBONUS_HUMAN    6    APPLY_ATTBONUS_MONSTER    2    0    0    0    87    109    140    0    3    0
    61691    Áø¿ÀÇ൵+1    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    130000    1502    622    0    LEVEL    106    LIMIT_NONE    0    APPLY_ATT_SPEED    16    APPLY_ATTBONUS_HUMAN    7    APPLY_ATTBONUS_MONSTER    2    0    0    0    77    99    160    0    3    0
    61692    Áø¿ÀÇ൵+2    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    145000    1503    623    0    LEVEL    107    LIMIT_NONE    0    APPLY_ATT_SPEED    17    APPLY_ATTBONUS_HUMAN    8    APPLY_ATTBONUS_MONSTER    3    0    0    0    73    95    170    0    3    0
    61693    Áø¿ÀÇ൵+3    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    165000    1504    624    0    LEVEL    108    LIMIT_NONE    0    APPLY_ATT_SPEED    18    APPLY_ATTBONUS_HUMAN    10    APPLY_ATTBONUS_MONSTER    3    0    0    0    81    103    170    0    3    0
    61694    Áø¿ÀÇ൵+4    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    190000    1505    625    0    LEVEL    109    LIMIT_NONE    0    APPLY_ATT_SPEED    19    APPLY_ATTBONUS_HUMAN    12    APPLY_ATTBONUS_MONSTER    4    0    0    0    80    102    180    30    3    0
    61695    Áø¿ÀÇ൵+5    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    220000    1506    626    0    LEVEL    110    LIMIT_NONE    0    APPLY_ATT_SPEED    20    APPLY_ATTBONUS_HUMAN    15    APPLY_ATTBONUS_MONSTER    4    0    0    0    84    106    190    40    3    0
    61696    Áø¿ÀÇ൵+6    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    265000    1507    627    0    LEVEL    111    LIMIT_NONE    0    APPLY_ATT_SPEED    22    APPLY_ATTBONUS_HUMAN    17    APPLY_ATTBONUS_MONSTER    5    0    0    0    80    107    210    50    3    0
    61697    Áø¿ÀÇ൵+7    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    325000    1508    628    0    LEVEL    112    LIMIT_NONE    0    APPLY_ATT_SPEED    24    APPLY_ATTBONUS_HUMAN    19    APPLY_ATTBONUS_MONSTER    5    0    0    0    84    111    230    65    3    0
    61698    Áø¿ÀÇ൵+8    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    405000    1509    629    0    LEVEL    113    LIMIT_NONE    0    APPLY_ATT_SPEED    27    APPLY_ATTBONUS_HUMAN    22    APPLY_ATTBONUS_MONSTER    6    0    0    0    132    159    240    80    3    0
    61699    Áø¿ÀÇ൵+9    ITEM_WEAPON    WEAPON_DAGGER    MASK_ITEM_TYPE_EQUIPMENT_WEAPON    MASK_ITEM_SUBTYPE_WEAPON_WEAPON_DAGGER    1    ANTI_MUSA | ANTI_SURA | ANTI_MUDANG | ANTI_WOLFMAN    ITEM_TUNABLE    WEAR_WEAPON    NONE    120000    515000    0    0    0    LEVEL    115    LIMIT_NONE    0    APPLY_ATT_SPEED    30    APPLY_ATTBONUS_HUMAN    25    APPLY_ATTBONUS_MONSTER    8    0    0    0    222    249    250    100    3    0

    Spoiler

    Item_list.txt

    61690    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61691    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61692    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61693    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61694    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61695    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61696    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61697    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61698    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2
    61699    WEAPON    icon/item/01650.tga    d:/ymir work/item/weapon/01650.gr2

     

    Καταγραφή.PNG

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