How to solve my problem?
How to solve my problem?
help me please
I have read all the forum and have tried the possible solutions, but does not work.
EP2 --> OK,
EP3 PanKJ --> fail
EP3 darkmandos --> fail
solution killburne --> fail
I've tried everything and does not work, please help me
thank you
Yesterday, reinstall the database.
The game properly.
In the first four tasks into a map.
Client prompts Error reading file.
Why?
I'm new and I have no knowledge about this, but you have no respect, no need to insult when someone asks for your help.
X ------------- X ------------- X ------------- X ------------- X ------------- X ------------- X ------------- X ------------- X
killburne
I do not see what is wrong. : (
lack the ID and pass?
not working###############################################################
# Database Settings 1 - PreServer
###############################################################
$PRE_ODBC_DSN = atum_pre_server_dsn
$PRE_ODBC_UID = 21474103 #atum xored
$PRE_ODBC_PASSWD = 2352580204405E #callweb xored
###############################################################
# Database Settings 2 - ServerGroup(IMServer, FieldServer, LogServer, NPCServer)
###############################################################
$SERVER_GROUP_ODBC_DSN = atum_group1_server_dsn
$SERVER_GROUP_ODBC_UID = 21474103 #atum xored
$SERVER_GROUP_ODBC_PASSWD = 2352580204405E #callweb xored
###############################################################
# Database Settings 3 - Log DB Server(LogServer)
# ($LOG_SERVER_GROUP_ODBC_XXX)
###############################################################
$LOG_SERVER_GROUP_ODBC_DSN = atum_group1_log_server_dsn
$LOG_SERVER_GROUP_ODBC_UID = 21474103 #atum xored
$LOG_SERVER_GROUP_ODBC_PASSWD = 2352580204405E #callweb xored
ID = atum
PASSWD = callweb
not working
This is a guide for 3.3 episode and that global.cfg its from episode 3.0-3.2. You will make peoples here to block because you posting in to the wrong section.
True but that was for other thread maded by you.
This looks like beeing the one that I attached near the guide.Code:################################################################################# # $LOCAL_IP_ADDR : local computer IP(All server edit) # $SERVER_GROUP_NAME: set ServerGruop(IM, Field server edit), Max 19Bytes # $LANGUAGE_TYPE : set language load Text field of DB # define LANGUAGE_TYPE_UNKNOWN -1 # define LANGUAGE_TYPE_KOREAN 0 # define LANGUAGE_TYPE_ENGLISH 1 # define LANGUAGE_TYPE_JAPANESE 2 # define LANGUAGE_TYPE_CHINESE 3 # define LANGUAGE_TYPE_VIETNAMESE 4 ################################################################################ $LOCAL_IP_ADDR = 5.175.254.21 -(for hamachi) or u can put here ur local ip (ex: 192.168.25.10) $LOCAL_PUBLIC_IP_ADDR = 73.128.265.001 -(here you put your external IP in case u want to run it globally. Or just $LOCAL_IP_ADDR for hamachi. $ARENA_IP_ADDR = $LOCAL_PUBLIC_IP_ADDR -Arena to work, globally, I puted here the external IP. $WEBSRV_IP_ADDR = $LOCAL_IP_ADDR $FTPSRV_IP_ADDR = $LOCAL_IP_ADDR $IS_ARENA_SERVER = FALSE $SERVER_GROUP_NAME = YourServerGroupName $LANGUAGE_TYPE = 1 ################################################################################ # ServerGroupList ################################################################################ $SERVER_GROUP_NAME_1 = YourServerGroupName $SERVER_GROUP_NAME_2 = $SERVER_GROUP_NAME_3 = $SERVER_GROUP_NAME_4 = $SERVER_GROUP_NAME_5 = $SERVER_GROUP_NAME_6 = $SERVER_GROUP_NAME_7 = $SERVER_GROUP_NAME_8 = $SERVER_GROUP_NAME_9 = $SERVER_GROUP_NAME_10 = $SERVER_GROUP_NAME_11 = ARENA $SERVER_GROUP_NAME_12 = $SERVER_GROUP_NAME_13 = $SERVER_GROUP_NAME_14 = $SERVER_GROUP_NAME_15 = $SERVER_GROUP_NAME_16 = $SERVER_GROUP_NAME_17 = $SERVER_GROUP_NAME_18 = $SERVER_GROUP_NAME_19 = $SERVER_GROUP_NAME_20 = $MGAME_SERVER_ID_1 = 10061 $MGAME_SERVER_ID_2 = 10062 $MGAME_SERVER_ID_3 = 10063 $MGAME_SERVER_ID_4 = 10064 $MGAME_SERVER_ID_5 = 10065 $MGAME_SERVER_ID_6 = 10066 $MGAME_SERVER_ID_7 = 10067 $MGAME_SERVER_ID_8 = 10068 $MGAME_SERVER_ID_9 = 10069 $MGAME_SERVER_ID_10 = 10070 $MGAME_SERVER_ID_11 = 10071 $MGAME_SERVER_ID_12 = 10072 $MGAME_SERVER_ID_13 = 10073 $MGAME_SERVER_ID_14 = 10074 $MGAME_SERVER_ID_15 = 10075 $MGAME_SERVER_ID_16 = 10076 $MGAME_SERVER_ID_17 = 10077 $MGAME_SERVER_ID_18 = 10078 $MGAME_SERVER_ID_19 = 10079 $MGAME_SERVER_ID_20 = 10080 ################################################################################ # PreServer Group List # Syntax = [LoginServerName] [LoginServerIP] [TabIndex and OrderIndex] ############################################################################# $$GAME_SERVER_GROUP_NAME1 = MainServer1 $LOCAL_PUBLIC_IP_ADDR 10061 $$GAME_SERVER_GROUP_NAME2 = $$GAME_SERVER_GROUP_NAME3 = $$GAME_SERVER_GROUP_NAME4 = $$GAME_SERVER_GROUP_NAME5 = $$GAME_SERVER_GROUP_NAME6 = $$GAME_SERVER_GROUP_NAME7 = $$GAME_SERVER_GROUP_NAME8 = $$GAME_SERVER_GROUP_NAME9 = $$GAME_SERVER_GROUP_NAME10 = ################################################################################ # ServerGroupInfo List # Syntax = [ServerName] [ServerId] [Enable] ############################################################################# $$SERVER_GROUP_INFO_1 = $SERVER_GROUP_NAME_1 $MGAME_SERVER_ID_1 TRUE $$SERVER_GROUP_INFO_2 = $SERVER_GROUP_NAME_11 $MGAME_SERVER_ID_1 TRUE $$SERVER_GROUP_INFO_3 = $$SERVER_GROUP_INFO_4 = $$SERVER_GROUP_INFO_5 = $$SERVER_GROUP_INFO_6 = $$SERVER_GROUP_INFO_7 = $$SERVER_GROUP_INFO_8 = $$SERVER_GROUP_INFO_9 = $$SERVER_GROUP_INFO_10 = ################################################################################ # Each Server's IP ################################################################################ $PRE_SERVER_IP = $LOCAL_IP_ADDR $IM_SERVER_IP = $LOCAL_IP_ADDR $LOG_SERVER_IP = $LOCAL_IP_ADDR $FIELD_SERVER_IP = $LOCAL_IP_ADDR $NPC_SERVER_IP = $LOCAL_IP_ADDR $VD_SERVER_IP = $LOCAL_IP_ADDR $VC_SERVER_IP = $LOCAL_IP_ADDR ################################################################################ # Default Listening Ports ################################################################################ $PRE_SERVER_PORT = 15100 $IM_SERVER_PORT = 15101 $LOG_SERVER_PORT = 15102 $FIELD_SERVER_PORT = 15103 $NPC_SERVER_PORT = 15104 ################################################################################ # ArenaServer - Setting ################################################################################ $ARENA_SERVER_NAME = $MGAME_SERVER_ID_11 $ARENA_SERVER_ID = $SERVER_GROUP_NAME_11 $Arena_DB_SERVER_NAME_IM = atum2_db_arena $Arena_SERVER_GROUP_ODBC_DSN = db_arena $ARENA_IM_IP = $LOCAL_IP_ADDR $ARENA_LOG_IP = $LOCAL_IP_ADDR $ARENA_FIELD_IP = $LOCAL_IP_ADDR $ARENA_NPC_IP = $LOCAL_IP_ADDR $ARENA_IM_PORT = 15105 $ARENA_LOG_PORT = 15106 $ARENA_FIELD_PORT = 15107 $ARENA_NPC_PORT = 15108 ################################################################################ # VoIP Server Settings(PCCallAgent) ################################################################################ $VOIP_1to1_SERVER_IP = $LOCAL_IP_ADDR $VOIP_1to1_SERVER_PORT = 15152 $VOIP_NtoN_SERVER_IP = $LOCAL_IP_ADDR $VOIP_NtoN_SERVER_PORT = 15150 ################################################################################ # Auto Update Settings ################################################################################ # $AUTO_UPDATE_SERVER_TYPE = {FTP|HTTP}, default FTP $AUTO_UPDATE_SERVER_TYPE = FTP ################################################################################ $UPLOAD_FTP_SERVER_IP = $UPLOAD_FTP_SERVER_PORT = $UPLOAD_FTP_SERVER_ACCOUNT = $UPLOAD_FTP_SERVER_PASSWORD = $DOWNLOAD_FTP_SERVER_IP1 = $DOWNLOAD_FTP_SERVER_IP2 = $DOWNLOAD_FTP_SERVER_PORT = $DOWNLOAD_FTP_SERVER_ACCOUNT = $DOWNLOAD_FTP_SERVER_PASSWORD = $CLIENT_FTP_UPDATE_UPLOAD_DIR = //autoupdate/aceonline $LAUNCHER_FILE_UPLOAD_PATH = //autoupdate/launcher/Launcher.atm $DELETE_FILE_LIST_UPLOAD_PATH = //autoupdate/deletefilelist/deletefilelist.txt $NOTICE_FILE_UPLOAD_PATH = //autoupdate/notice/notice.txt $VERSION_LIST_FILE_UPLOAD_PATH = //autoupdate/aceonline/versionlist.ver $CLIENT_FTP_UPDATE_DOWNLOAD_DIR = //autoupdate/aceonline $LAUNCHER_FILE_DOWNLOAD_PATH = //autoupdate/aceonline/Launcher.atm $DELETE_FILE_LIST_DOWNLOAD_PATH = //autoupdate/deletefilelist/deletefilelist.txt $NOTICE_FILE_DOWNLOAD_PATH = //autoupdate/notice/notice.txt ############################################################################ # HTTP Setting $DOWNLOAD_HTTP_SERVER_IP1 = $WEBSRV_IP_ADDR $DOWNLOAD_HTTP_SERVER_IP2 = $WEBSRV_IP_ADDR $DOWNLOAD_HTTP_SERVER_PORT = 80 $DOWNLOAD_HTTP_SERVER_ACCOUNT = anonymous $DOWNLOAD_HTTP_SERVER_PASSWORD = $CLIENT_UPDATE_DOWNLOAD_HTTP_DIR = autoupdate/aceonline $LAUNCHER_FILE_DOWNLOAD_HTTP_PATH = autoupdate/launcher/Launcher.atm $DELETE_FILE_LIST_DOWNLOAD_HTTP_PATH = autoupdate/deletefilelist/deletefilelist.txt $NOTICE_FILE_DOWNLOAD_HTTP_PATH = autoupdate/notice/notice.txt $VERSION_LIST_FILE_DOWNLOAD_HTTP_PATH = autoupdate/aceonline/versionlist.ver ################################################################################ # Client Update ignore Flag, Warning: certanly set FALSE when real service!!! ################################################################################ $INGNORE_CLIENT_VERSION_UPDATE = FALSE ################################################################################ # Log server connect flag, Warning: certanly set TRUE when real service!!! ################################################################################ $CHECK_LOG_SERVER = TRUE ################################################################################ # Test Server Flag ################################################################################ $IS_TEST_SERVER = FALSE $MAIN_OR_TEST_SERVER_NAME = MainServer $GAME_PUBLISHER = YourServerGroupName ################################################################################ # Jamboree Server Flag ################################################################################ $IS_JAMBOREE_SERVER = FALSE ################################################################################ # Only Choice Server Flag ################################################################################ $IS_ONLY_CHOICE_SERVER = FALSE ################################################################################ # Server Group Limite User Count ################################################################################ $SERVER_GROUP_LIMITE_USER_COUNT = 1000 ################################################################################ # Cash Shop Service Flag ################################################################################ $CASH_SHOP_SERVICE_FLAG = TRUE ################################################################################ # Use SecondaryPassword System Flag ################################################################################ $USE_SECONDARYPASSWORD_SYSTEM_FLAG = FALSE ################################################################################ # Client Reinstall-Version ################################################################################ $CLIENT_REINSTALL_VERSION = 1.0.0.0 ################################################################################ # MAP Settings ################################################################################ $SERVER_GROUP_DEFAULT_MAP = 2001 ################################################################################ # Database Settings - Global ################################################################################ $DB_SERVER_IP = #your hamachi or local ip $DB_SERVER_PORT = 1433 $DB_SERVER_NAME_PRE = atum2_db_account $DB_SERVER_NAME_IM = atum2_db_1 $LOGDB_SERVER_IP = #your hamachi or local ip $LOGDB_SERVER_PORT = 1433 $BILLING_SERVER_IP = #your hamachi or local ip $BILLING_SERVER_PORT = 1433 $BILLING_DB_NAME = atum2_db_1 $BILLING_SERVER_UID = atum #this is default if u got other id just change it. $BILLING_SERVER_PASSWORD = callweb #this is default if u got other pw just change it. $EXTAUTH_DB_SERVER_IP = #your hamachi or local ip $EXTAUTH_DB_SERVER_PORT = 1433 $EXTAUTH_DB_SERVER_DB_NAME = atum2_db_account ################################################################################ # Database Settings 1 - PreServer ################################################################################ $PRE_ODBC_DSN = db_account $PRE_ODBC_UID = atum #this is default if u got other id just change it. $PRE_ODBC_PASSWD = callweb #this is default if u got other pw just change it. ################################################################################ # Database Settings 2 - ServerGroup(IMServer, FieldServer, LogServer, NPCServer) ################################################################################ $SERVER_GROUP_ODBC_DSN = db_1 $SERVER_GROUP_ODBC_UID = atum #this is default if u got other id just change it. $SERVER_GROUP_ODBC_PASSWD = callweb #this is default if u got other pw just change it. ################################################################################ # Database Settings 3 - Log DB Server(LogServer) # ($LOG_SERVER_GROUP_ODBC_XXX) ################################################################################ $LOG_SERVER_GROUP_ODBC_DSN = db_1 $LOG_SERVER_GROUP_ODBC_UID = atum #this is default if u got other id just change it. $LOG_SERVER_GROUP_ODBC_PASSWD = callweb #this is default if u got other pw just change it. ################################################################################ # External Authentication Flag # Database Settings 3 - External Authentication(DB) ################################################################################ $IS_EXTERNAL_AUTHENTICATION = FALSE $EXT_AUTH_ODBC_DSN = atum_external_authentication_dsn $EXT_AUTH_ODBC_UID = atum #this is default if u got other id just change it. $EXT_AUTH_ODBC_PASSWD = callweb #this is default if u got other pw just change it. ################################################################################ #SCADMIN-TOOL - Allowed IP ################################################################################ $ALLOWED_TOOL_IP_1 = 127.0.0.1 $ALLOWED_TOOL_IP_2 = $ALLOWED_TOOL_IP_3 = $ALLOWED_TOOL_IP_4 = $ALLOWED_TOOL_IP_5 = $ALLOWED_TOOL_IP_6 = $ALLOWED_TOOL_IP_7 = $ALLOWED_TOOL_IP_8 = $ALLOWED_TOOL_IP_9 = $ALLOWED_TOOL_IP_10 =
Look at the differences. Anyway nvm about this.
Maybe its not working because you didn't created an login with "sysadmin" for atum with password callweb in SQL Server Management Studio, and also u need to increment the databases under atum.
And the ODBC part the same. The thing is with ODBC, that you have to fill up with atum and callweb and not with the atum and callweb which are in global.cfg XoRed.
OMG, that is the problem.
I have a SQL server management studio
NT / Authority System with current user
Step 3: Setting up the server (SQL Side of things).
-Moving right on to SQL side of things, the installation is fairly simple, so i'm not going to walk you through it. You're a big kid, running your own server and stuff, i think you can figure it out. (When it asks what you want to install, select all. USe NT/System Authority, and Add current user for anything after that. Install it and you should be on your way. Figured i'd just give an overview
The fourth task map into error.
Information such as pictures.
FieldSystem_20120107_231913
Code:01-07 23:21:59| [Notify] UDP Socket ready for NPC Server!! MapIndex(3390) SockIdx( 135) 01-07 23:22:00| [Notify] UDP Socket ready for NPC Server!! MapIndex(3391) SockIdx( 136) 01-07 23:22:00| [Notify] UDP Socket ready for NPC Server!! MapIndex(3392) SockIdx( 137) 01-07 23:22:00| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null)) 01-07 23:22:00| [Notify] UDP Socket ready for NPC Server!! MapIndex(3395) SockIdx( 138) 01-07 23:22:01| [Notify] UDP Socket ready for NPC Server!! MapIndex(3416) SockIdx( 139) 01-07 23:22:01| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null)) 01-07 23:22:01| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null)) 01-07 23:22:01| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null)) 01-07 23:22:01| [Notify] UDP Socket ready for NPC Server!! MapIndex(3413) SockIdx( 140) 01-07 23:22:01| [Notify] UDP Socket ready for NPC Server!! MapIndex(3412) SockIdx( 141) 01-07 23:22:01| [Notify] UDP Socket ready for NPC Server!! MapIndex(3411) SockIdx( 142) 01-07 23:22:01| [Notify] UDP Socket ready for NPC Server!! MapIndex(3394) SockIdx( 143) 01-07 23:22:02| [Notify] UDP Socket ready for NPC Server!! MapIndex(3393) SockIdx( 144) 01-07 23:22:02| [Notify] UDP Socket ready for NPC Server!! MapIndex(3396) SockIdx( 145) 01-07 23:22:02| [Notify] UDP Socket ready for NPC Server!! MapIndex(3397) SockIdx( 146) 01-07 23:22:02| [Notify] UDP Socket ready for NPC Server!! MapIndex(3418) SockIdx( 147) 01-07 23:22:02| [Notify] UDP Socket ready for NPC Server!! MapIndex(3417) SockIdx( 148) 01-07 23:22:03| [Notify] UDP Socket ready for NPC Server!! MapIndex(3414) SockIdx( 149) 01-07 23:22:03| [Notify] UDP Socket ready for NPC Server!! MapIndex(3415) SockIdx( 150) 01-07 23:22:03| [Notify] UDP Socket ready for NPC Server!! MapIndex(3451) SockIdx( 151) 01-07 23:22:03| [Notify] UDP Socket ready for NPC Server!! MapIndex(3452) SockIdx( 152) 01-07 23:22:03| [Notify] UDP Socket ready for NPC Server!! MapIndex(3453) SockIdx( 153) 01-07 23:22:04| [Notify] UDP Socket ready for NPC Server!! MapIndex(3454) SockIdx( 154) 01-07 23:22:04| [Notify] UDP Socket ready for NPC Server!! MapIndex(3455) SockIdx( 155) 01-07 23:22:04| [Notify] UDP Socket ready for NPC Server!! MapIndex(6018) SockIdx( 156) 01-07 23:22:04| [Notify] UDP Socket ready for NPC Server!! MapIndex(2006) SockIdx( 157) 01-07 23:22:04| [Notify] UDP Socket ready for NPC Server!! MapIndex(3042) SockIdx( 158) 01-07 23:22:05| [Notify] UDP Socket ready for NPC Server!! MapIndex(3041) SockIdx( 159) 01-07 23:22:05| [Notify] UDP Socket ready for NPC Server!! MapIndex(3043) SockIdx( 160) 01-07 23:22:42| Warp DONE(SAME Field Server) : flysand SocketIndex[ 171] Map(3302) Position( 9700, 1199, 5120) 01-07 23:23:00| [Notify] OutPostWarNoti OutPostWarStart OUTPOST_INIT bell1 : [ 10], bell2 : [ 14], bell3 : [ -1], NextWarTimeDB : [2012-01-07 20:00:00] 01-07 23:24:00| [Notify] OutPostWarNoti COutPostManager::OutPostWarEnd# 10000 OutPostMapIndex( 6017) 01-07 23:24:00| [Notify] OutPostWarNoti COutPostManager::OutPostWarEnd# 10100 OutPostMapIndex( 6017) 01-07 23:24:00| [Notify] OutPostWarNoti COutPostManager::OutPostWarEnd# 10200 OutPostMapIndex( 6017) 01-07 23:24:00| [Notify] OutPostWarNoti COutPostManager::OnDoMinutelyWorkOutPostManager# EvEnd OutpostWarMapIndex(6017) WinInfl(2) LossInfl(4) WinGuildUID(127) CityMapIndexOfOutpost(2005) 01-07 23:25:01|[Notify] WarpToMap(200) : flysand SocketIndex[ 171] Map(3302) Position( 8859, 364, 4143) 01-07 23:25:04| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null)) 01-07 23:25:04| Warp DONE(SAME Field Server) : flysand SocketIndex[ 171] Map(2002) Position( 1034, 957, 5004) 01-07 23:25:04| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null)) 01-07 23:25:04| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null)) 01-07 23:25:04| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null)) 01-07 23:26:07| Warp DONE(SAME Field Server) : flysand SocketIndex[ 171] Map(3303) Position( 9700, 1199, 5120) 01-07 23:27:45|[Notify] WarpToMap(200) : flysand SocketIndex[ 171] Map(3303) Position( 5266, 301, 4360) 01-07 23:27:48| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null)) 01-07 23:27:48| Warp DONE(SAME Field Server) : flysand SocketIndex[ 171] Map(2002) Position( 1035, 957, 4981) 01-07 23:27:48| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null)) 01-07 23:27:48| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null)) 01-07 23:27:48| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null)) 01-07 23:27:56| Warp DONE(SAME Field Server) : flysand SocketIndex[ 171] Map(3351) Position( 540, 259, 630) 01-07 23:28:52|[Notify] WarpToMap(200) : flysand SocketIndex[ 171] Map(3351) Position( 4263, 184, 4485) 01-07 23:28:55| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null)) 01-07 23:28:55| Warp DONE(SAME Field Server) : flysand SocketIndex[ 171] Map(2002) Position( 1028, 957, 4959) 01-07 23:28:55| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null)) 01-07 23:28:55| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null)) 01-07 23:28:55| SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null)) 01-07 23:29:05|[Notify] WarpToMap(105) : flysand SocketIndex[ 171] Map(3002) Position( 1200, 800, 810) 01-07 23:29:07|Socket Closed Client( 61.163.105.115:56151) SocketType(7) |SockIdx( 171)| MaxWriteBufCounts[ 2] ==> reason 6[0X000006], deletedPacketCount(0) 01-07 23:29:07| GameEndRoutine [A(test:2) C(flysand:2424) CI(171)] Map(3002) Position(1200, 800, 810)