Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 04:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



CH1 = CH2. What's wrong?

Discussion on CH1 = CH2. What's wrong? within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
CH1 = CH2. What's wrong?

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
QualityHost is offline  
Old 06/21/2014, 09:49   #2
 
[Itchy]'s Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 8
Received Thanks: 3
Maybe you've used the wrong port in your client?
[Itchy] is offline  
Old 06/21/2014, 09:57   #3
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
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 }
QualityHost is offline  
Old 06/21/2014, 10:30   #4
 
elite*gold: 39
Join Date: Jun 2009
Posts: 500
Received Thanks: 212
channel 1 and channel 2 cores having the same hostname - change this.

Kind Regards
.HC'Destrox is offline  
Old 06/21/2014, 10:43   #5
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
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.
QualityHost is offline  
Old 06/23/2014, 14:59   #6
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
nobody?
QualityHost is offline  
Old 06/23/2014, 15:08   #7
 
PDDS™'s Avatar
 
elite*gold: 97
Join Date: May 2014
Posts: 777
Received Thanks: 202
You mean if you login to channel2 you're in channel1 ?

Regards
PDDS™ is offline  
Old 06/23/2014, 15:19   #8
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
Quote:
Originally Posted by PDDS™ View Post
You mean if you login to channel2 you're in channel1 ?

Regards
Yeah.
QualityHost is offline  
Old 06/23/2014, 15:28   #9
 
PDDS™'s Avatar
 
elite*gold: 97
Join Date: May 2014
Posts: 777
Received Thanks: 202
Are your ports sure opened? Maybe you'll get more informations with WireShark and the Packages which your client sents to the server

Regards
PDDS™ is offline  
Old 06/23/2014, 16:22   #10
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
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 [this is domain, you can check it].

#up brothers
QualityHost is offline  
Old 06/24/2014, 18:16   #11
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
#up
QualityHost is offline  
Old 06/25/2014, 20:41   #12
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
#sun is up.
QualityHost is offline  
Old 06/27/2014, 07:44   #13
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
#upp
QualityHost is offline  
Old 06/27/2014, 07:51   #14
 
elite*gold: 0
Join Date: Apr 2014
Posts: 535
Received Thanks: 232
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.
www.Alesta2.de | Bizeps is offline  
Old 06/27/2014, 08:18   #15
 
elite*gold: 0
Join Date: Jul 2013
Posts: 105
Received Thanks: 4
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...

...Warehouse...


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.
QualityHost is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Wrong
08/11/2013 - SRO PServer Advertising - 1 Replies
Delete please.



All times are GMT +2. The time now is 04:57.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.