CH1 = CH2. What's wrong?

06/21/2014 09:42 QualityHost#1
Hy, I have a server with 4 CHANNELS.
When I open only one channel it work perfectly if I open 2,3,4 channels the state working perfectly [is NORMAL not ....] but the players/mobs are the same in every channel.
In syserr I don't have errors.
CONFIG CH1 Core1
Code:
HOSTNAME: nucleu_1
CHANNEL: 1
PORT: 51110
P2P_PORT: 14101
DB_PORT: 15001
DB_ADDR: localhost
MAP_ALLOW: 1 3 21 23 41 43
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost mt2 mt2!@# player
COMMON_SQL: localhost mt2 mt2!@# common
#LOG_SQL: localhost mt2 mt2!@# log
LOCALE_SERVICE: germany
MARK_SERVER: 1
CONFIG CH1 Core2
Code:
HOSTNAME: nucleu_2
CHANNEL: 1
PORT: 51120
P2P_PORT: 14102
DB_PORT: 15001
DB_ADDR: localhost
MAP_ALLOW: 4 5 24 25 44 45 61 62 63 65 67 68 69 70 103 107 108 109
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost mt2 mt2!@# player
COMMON_SQL: localhost mt2 mt2!@# common
#LOG_SQL: localhost mt2 mt2!@# log
LOCALE_SERVICE: germany
MARK_SERVER: 1
CHANNEL1 Core3
Code:
HOSTNAME: nucleu_3
CHANNEL: 1
PORT: 51130
P2P_PORT: 14103
DB_PORT: 15001
DB_ADDR: localhost
MAP_ALLOW: 114 121 125
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost mt2 mt2!@# player
COMMON_SQL: localhost mt2 mt2!@# common
#LOG_SQL: localhost mt2 mt2!@# log
LOCALE_SERVICE: germany
MARK_SERVER: 1
CHANNEL2 Core1
Code:
HOSTNAME: nucleu_1
CHANNEL: 2
PORT: 22100
P2P_PORT: 52110
DB_PORT: 15001
DB_ADDR: localhost
MAP_ALLOW: 1 3 21 23 41 43
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost mt2 mt2!@# player
COMMON_SQL: localhost mt2 mt2!@# common
#LOG_SQL: localhost mt2 mt2!@# log
LOCALE_SERVICE: germany
MARK_SERVER: 1
CHANNEL2 Core2
Code:
HOSTNAME: nucleu_2
CHANNEL: 2
PORT: 22300
P2P_PORT: 52120
DB_PORT: 15001
DB_ADDR: localhost
MAP_ALLOW: 4 5 24 25 44 45 61 62 63 65 67 68 69 70 103 107 108 109 114 121 125
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost mt2 mt2!@# player
COMMON_SQL: localhost mt2 mt2!@# common
#LOG_SQL: localhost mt2 mt2!@# log
LOCALE_SERVICE: germany
MARK_SERVER: 1
06/21/2014 09:49 [Itchy]#2
Maybe you've used the wrong port in your client?
06/21/2014 09:57 QualityHost#3
Quote:
Originally Posted by [Itchy] View Post
Maybe you've used the wrong port in your client?
Code:
import app
import locale
import debugInfo
app.ServerName = None
STATE_NONE = 'OFFLINE'
STATE_DICT = {
    0: 'OFFLINE',
    1: 'NORMAL',
    2: 'OCUPAT',
    3: 'PLIN' }
MT2_CHANNEL_DICT = {
    1: {
        'key': 11,
        'name': 'CH1 ',
        'ip': '195.225.58.37',
        'tcp_port': 51110,
        'udp_port': 51110,
        'state': STATE_NONE },
    2: {
        'key': 12,
        'name': 'CH2 ',
        'ip': '195.225.58.37',
        'tcp_port': 22100,
        'udp_port': 22100,
        'state': STATE_NONE },
    3: {
        'key': 13,
        'name': 'CH3 ',
        'ip': '195.225.58.37',
        'tcp_port': 33200,
        'udp_port': 33200,
        'state': STATE_NONE },
	4: {
        'key': 14,
        'name': 'CH4 ',
        'ip': '195.225.58.37',
        'tcp_port': 44100,
        'udp_port': 44100,
        'state': STATE_NONE } }
REGION_NAME_DICT = {
    0: 'Romania' }
REGION_AUTH_SERVER_DICT = {
    0: {
        1: {
            'ip': '195.225.58.37',
            'port': 45000 } } }
REGION_DICT = {
    0: {
        1: {
            'name': 'Metin2Fiesta.ro',
            'channel': MT2_CHANNEL_DICT } } }
MARKADDR_DICT = {
    10: {
        'ip': '195.225.58.37',
        'tcp_port': 51110,
        'mark': '10.tga',
        'symbol_path': '10' } }		
TESTADDR = {
    'ip': '127.0.0.0',
    'tcp_port': 50000,
    'udp_port': 50000 }
06/21/2014 10:30 .HC'Destrox#4
channel 1 and channel 2 cores having the same hostname - change this.

Kind Regards
06/21/2014 10:43 QualityHost#5
Quote:
Originally Posted by .HC'Destrox View Post
channel 1 and channel 2 cores having the same hostname - change this.

Kind Regards
It didn't working, have the same problem.
I modified hostname on core1-2 channel2 and is the same thing.
06/23/2014 14:59 QualityHost#6
nobody?:(
06/23/2014 15:08 PDDS™#7
You mean if you login to channel2 you're in channel1 ?

Regards
06/23/2014 15:19 QualityHost#8
Quote:
Originally Posted by PDDS™ View Post
You mean if you login to channel2 you're in channel1 ?

Regards
Yeah.
06/23/2014 15:28 PDDS™#9
Are your ports sure opened? Maybe you'll get more informations with WireShark and the Packages which your client sents to the server

Regards
06/23/2014 16:22 QualityHost#10
Quote:
Originally Posted by PDDS™ View Post
Are your ports sure opened? Maybe you'll get more informations with WireShark and the Packages which your client sents to the server

Regards
They are sure opened.
At sh start.sh if I select only CH1 rest is "...." and when select 4 Channels all is "NORM".

Sorryfor 2x post but I give a prize for who help me with this problem
The prize is a root server 4 GB hosted 24/24 and domain [Only registered and activated users can see links. Click Here To Register...] [this is domain, you can check it].

#up brothers
06/24/2014 18:16 QualityHost#11
#up
06/25/2014 20:41 QualityHost#12
#sun is up.
06/27/2014 07:44 QualityHost#13
#upp
06/27/2014 07:51 www.Alesta2.de | Bizeps#14
Post ur Syslog and i didnt want the root because i know where u are
U only want the serverfiles and Homepage from other people.
06/27/2014 08:18 QualityHost#15
Quote:
Originally Posted by .Ammo' View Post
Post ur Syslog and i didnt want the root because i know where u are
U only want the serverfiles and Homepage from other people.
Isn't real brother.
See here:
...MY WORK...
[Only registered and activated users can see links. Click Here To Register...]
...Warehouse...
[Only registered and activated users can see links. Click Here To Register...]

I am using my serverfiles. [r34083 RO]

Syserr CH1:
Code:
SYSERR: Jun 27 16:06:12 :: pid_init: 
Start of pid: 1249

SYSERR: Jun 27 16:06:13 :: regen_load: No mob data by vnum 34016
SYSERR: Jun 27 16:06:13 :: SpawnMob: SpawnMob: no mob data for vnum 34016
SYSERR: Jun 27 16:06:14 :: regen_load: No mob data by vnum 34014
SYSERR: Jun 27 16:06:14 :: SpawnMob: SpawnMob: no mob data for vnum 34014
SYSERR: Jun 27 16:06:14 :: regen_load: No mob data by vnum 34013
SYSERR: Jun 27 16:06:14 :: SpawnMob: SpawnMob: no mob data for vnum 34013
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11100) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11100) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11100) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11101) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11101) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11101) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11102) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11102) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11102) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11103) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11103) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11103) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11104) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11104) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11104) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11105) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11105) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11105) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11106) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11106) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11106) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11107) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11107) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11107) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11108) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11108) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11108) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11109) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11109) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11109) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11110) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11110) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11110) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11111) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11111) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11111) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11112) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11112) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11112) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11113) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11113) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11113) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11114) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11114) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11114) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11115) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11115) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11115) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11116) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11116) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11116) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11117) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11117) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11117) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30111) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30111) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30111) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30112) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30112) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30112) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30113) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30113) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30113) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30114) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30114) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30114) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30115) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30115) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30115) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30116) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30116) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30116) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30117) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30117) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30117) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30118) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30118) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30118) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30119) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30119) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30119) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34001) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34001) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34001) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34002) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34002) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34002) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34003) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34003) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34003) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34004) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34004) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34004) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34005) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34005) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34005) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34006) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34006) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34006) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34007) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34007) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34007) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34008) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34008) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34008) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34009) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34009) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34009) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34010) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34010) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34010) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34030) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34030) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34030) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34031) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34031) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34031) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34032) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34032) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34032) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34033) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34033) folder(reindeer_young)
SYSERR: Jun 27 16:06:14 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34033) folder(reindeer_young)
Syserr CH2
Code:
SYSERR: Jun 27 16:06:32 :: pid_init: 
Start of pid: 1263

SYSERR: Jun 27 16:06:34 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(6006) Map(63) 
SYSERR: Jun 27 16:06:34 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(6006) Map(63) 
SYSERR: Jun 27 16:06:34 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(6006) Map(63) 
SYSERR: Jun 27 16:06:34 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(6006) Map(63) 
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroup: NOT_EXIST_GROUP_VNUM(90012) Map(69) 
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90103) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90102) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90101) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90104) MAP(69)
SYSERR: Jun 27 16:06:34 :: SpawnGroupGroup: NOT_EXIST_GROUP_GROUP_VNUM(90105) MAP(69)
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 2141
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 2142
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 8059
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 8059
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 8059
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 8059
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 8059
SYSERR: Jun 27 16:06:34 :: regen_load: No mob data by vnum 8059
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11100) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11100) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11100) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11101) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11101) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11101) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11102) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11102) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11102) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11103) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11103) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11103) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11104) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11104) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11104) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11105) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11105) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11105) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11106) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11106) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11106) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11107) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11107) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11107) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11108) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11108) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11108) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11109) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11109) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11109) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11110) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11110) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11110) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11111) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11111) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11111) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11112) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11112) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_spear have not motlist.txt vnum(11112) folder(sinsu_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11113) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11113) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: sinsu_guard_bow have not motlist.txt vnum(11113) folder(sinsu_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11114) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11114) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_spear have not motlist.txt vnum(11114) folder(jinno_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11115) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11115) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: jinno_guard_bow have not motlist.txt vnum(11115) folder(jinno_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11116) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11116) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_bow have not motlist.txt vnum(11116) folder(cheonjo_guard_bow)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11117) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11117) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: cheonjo_guard_spear have not motlist.txt vnum(11117) folder(cheonjo_guard_spear)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30111) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30111) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30111) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30112) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30112) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30112) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30113) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30113) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30113) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30114) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30114) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30114) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30115) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30115) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30115) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30116) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30116) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30116) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30117) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30117) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30117) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30118) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30118) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30118) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30119) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30119) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: zombie_ghost_door have not motlist.txt vnum(30119) folder(zombie_ghost_door)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34001) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34001) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34001) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34002) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34002) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34002) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34003) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34003) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34003) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34004) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34004) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34004) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34005) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34005) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34005) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34006) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34006) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34006) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34007) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34007) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34007) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34008) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34008) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34008) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34009) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34009) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34009) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34010) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34010) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34010) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34030) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34030) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34030) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34031) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34031) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34031) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34032) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34032) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34032) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34033) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34033) folder(reindeer_young)
SYSERR: Jun 27 16:06:35 :: GetMotionFileName: Motion: reindeer_young have not motlist.txt vnum(34033) folder(reindeer_young)
#Solved.
How I did it ?
I just removed from CONFIG --> MAP_ALLOW: 1 21 41 3 23 43.

#Close request.