Jump to content

UserForum

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by UserForum

  1. 7600  1  I    0:01.26 ./db      -------------   database core is ok

    7603  1  I    0:00.15 ./game  -------------   i supose is auth core and this is ok too

    7606  1  I    0:07.95 ./game  -------------   ch1 core 1 is ok

    7609  1  I    0:06.32 ./game  -------------   ch1 core 2 is ok

    7612  1  I    0:03.73 ./game  -------------   ch99 is ok too

     

    so there is nothing wrong with your server

     

    okay thanks man : )

    the database update these strange characters when loading a proto item

    I thought there is something wrong

    • Love 1
  2.  PID TT  STAT    TIME COMMAND
     878 v0  Is+  0:00.00 /usr/libexec/getty Pc ttyv0
     879 v1  Is+  0:00.00 /usr/libexec/getty Pc ttyv1
     880 v2  Is+  0:00.00 /usr/libexec/getty Pc ttyv2
     881 v3  Is+  0:00.00 /usr/libexec/getty Pc ttyv3
     882 v4  Is+  0:00.00 /usr/libexec/getty Pc ttyv4
     883 v5  Is+  0:00.00 /usr/libexec/getty Pc ttyv5
     884 v6  Is+  0:00.00 /usr/libexec/getty Pc ttyv6
     885 v7  Is+  0:00.00 /usr/libexec/getty Pc ttyv7
    7429  0  Is+  0:00.02 -csh (csh)
    7496  1  Rs   0:00.03 -csh (csh)
    7600  1  I    0:01.26 ./db
    7603  1  I    0:00.15 ./game
    7606  1  I    0:07.95 ./game
    7609  1  I    0:06.32 ./game
    7612  1  I    0:03.73 ./game
    7615  1  R+   0:00.00 ps
     

     

    new result ps command

  3. #!/bin/sh




    echo -e "033[31m
    game n
    channel ? n
    1 - 1 Kanaln
    2 - 2 Kanaln
    3 - 3 Kanaln
    4 - 4 Kanal033[0m"

    read chs

    case $chs in
    1*)

    echo -e "033[31m Database ok ..033[0m"
    cd /usr/game/db
    ./gamedb &
    sleep 2
    clear
    echo -e "033[31m n open ok ..033[0m"
    cd /usr/game/auth
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.Kanal ok ..033[0m"
    cd /usr/game/channel1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.1 Kanal ok ..033[0m"
    cd /usr/game/channel1/channel1_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n Game99 ok ..033[0m"
    cd /usr/game/game99
    ./game &
    sleep 2
    clear


    ;;
    2*)

    echo -e "033[31m Database ok ..033[0m"
    cd /usr/game/db
    ./gamedb &
    sleep 2
    clear
    echo -e "033[31m n open ok ..033[0m"
    cd /usr/game/auth
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.Kanal ok ..033[0m"
    cd /usr/game/channel1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.1 Kanal ok ..033[0m"
    cd /usr/game/channel1/channel1_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 2.Kanal ok ..033[0m"
    cd /usr/game/channel2
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 2.1 Kanal ok ..033[0m"
    cd /usr/game/channel2/channel2_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n Game99 ok ..033[0m"
    cd /usr/game/game99/
    ./game &
    sleep 2
    clear


    ;;
    3*)

    echo -e "033[31m Database ok ..033[0m"
    cd /usr/game/db
    ./gamedb &
    sleep 2
    clear
    echo -e "033[31m n open ok ..033[0m"
    cd /usr/game/auth
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.Kanal ok ..033[0m"
    cd /usr/game/channel1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.1 Kanal ok ..033[0m"
    cd /usr/game/channel1/channel1_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 2.Kanal ok ..033[0m"
    cd /usr/game/channel2
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 2.1 Kanal ok ..033[0m"
    cd /usr/game/channel2/channel2_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 3.Kanal ok ..033[0m"
    cd /usr/game/channel3
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 3.1 Kanal ok ..033[0m"
    cd /usr/game/channel3/channel3_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n Game99 ok ..033[0m"
    cd /usr/game/game99
    ./game &
    sleep 2
    clear



    ;;
    4*)

    echo -e "033[31m Database ok ..033[0m"
    cd /usr/game/db
    ./gamedb &
    sleep 2
    clear
    echo -e "033[31m n open ok ..033[0m"
    cd /usr/game/auth
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.Kanal ok ..033[0m"
    cd /usr/game/channel1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 1.1 Kanal ok ..033[0m"
    cd /usr/game/channel1/channel1_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 2.Kanal ok ..033[0m"
    cd /usr/game/channel2
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 2.1 Kanal ok ..033[0m"
    cd /usr/game/channel2/channel2_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 3.Kanal ok ..033[0m"
    cd /usr/game/channel3
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 3.1 Kanal ok ..033[0m"
    cd /usr/game/channel3/channel3_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 4.Kanal ok ..033[0m"
    cd /usr/game/channel4
    ./game &
    sleep 2
    clear
    echo -e "033[31m n 4.1 Kanal ok ..033[0m"
    cd /usr/game/channel4/channel4_core1
    ./game &
    sleep 2
    clear
    echo -e "033[31m n Game99 ok ..033[0m"
    cd /usr/game/game99
    ./game &
    sleep 2
    clear



    ;;
    esac

  4. command ps

    root:/usr/game # ps
     PID TT  STAT    TIME COMMAND
     878 v0  Is+  0:00.00 /usr/libexec/getty Pc ttyv0
     879 v1  Is+  0:00.00 /usr/libexec/getty Pc ttyv1
     880 v2  Is+  0:00.00 /usr/libexec/getty Pc ttyv2
     881 v3  Is+  0:00.00 /usr/libexec/getty Pc ttyv3
     882 v4  Is+  0:00.00 /usr/libexec/getty Pc ttyv4
     883 v5  Is+  0:00.00 /usr/libexec/getty Pc ttyv5
     884 v6  Is+  0:00.00 /usr/libexec/getty Pc ttyv6
     885 v7  Is+  0:00.00 /usr/libexec/getty Pc ttyv7
    7429  0  Ss   0:00.02 -csh (csh)
    7433  0  S    0:01.08 ./db
    7436  0  S    0:00.07 ./game
    7439  0  S    0:03.59 ./game
    7442  0  S    0:02.38 ./game
    7445  0  S    0:01.83 ./game
    7448  0  R+   0:00.00 ps
    root:/usr/game #
    
    
    

    all Logs

     

    https://mega.co.nz/#!Q9sjWZQB!u0_aN416sSVTGFzG2dEER1th9crEBaywK3JGDUJmK2c
     
    scan
    This is the hidden content, please
     
    sorry for rar i put all logs db auth ch1 ch1core
  5. hello how to fix this warning's on my sysrr

    conventer

    from this forum not work : (  run client first login have spam of this

    
    0205 23:14:14860 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:14:14863 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:14:14864 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:14:14870 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:14:14871 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:14:14875 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:14:14876 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:14:14878 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:14:14879 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:14:14885 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:14:14887 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:14:14897 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:14:16789 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:14:16796 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    

    next i use skill hmm sword for warrior body and have spam this

    0205 23:14:17747 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:17747 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordcombocombo_1.max"
    
    0205 23:14:18208 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordcombocombo_2.max"
    
    0205 23:14:18654 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordcombocombo_3.max"
    
    0205 23:14:18984 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇskillÁ߱ް˰ć.max"
    
    0205 23:14:20997 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:20997 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:21013 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:21013 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:21277 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:21459 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:21459 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:23472 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:25485 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:26821 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:28834 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:30847 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:32184 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:33520 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:35533 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:35929 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:36193 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:36194 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:36358 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:36721 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:36721 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:37563 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:37794 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:37794 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:38256 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:39097 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:39097 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:39394 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:39609 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:39609 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:39658 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:40681 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:14:40681 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:40796 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:14:41671 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:14:41671 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:15:42183 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:42183 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:15:43272 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:15:43272 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:43354 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:15:44311 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:44311 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordrun.max"
    
    0205 23:15:45582 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:45588 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:45589 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:45601 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:45602 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:45607 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:45609 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:45612 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:45613 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:45617 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:45618 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:45628 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:46225 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:46229 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:46230 :: GRANNY: File is file format revision 6 (current version is 7)
    0205 23:15:46245 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037).  Automatic conversion will be attempted.
    0205 23:15:46473 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:15:46473 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:48486 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:15:49822 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:51835 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:53848 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:55861 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait_1.max"
    
    0205 23:15:57198 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    
    0205 23:15:59211 :: GRANNY: Unable to find matching track_group for Model: "weapon_chogeup_01" in Animation: "D:zworkąÚŔç°ü3żů21ŔĎŔĚČÄŔÇĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇą«»ç Äł¸ŻĹÍ ĽöÁ¤ľÖ´Ď¸ŢŔĚĽÇonehand_swordwait.max"
    

    THANKS FOR REPLY !

    • Metin2 Dev 1
×
×
  • 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.