4 Attachment(s)
Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)
Here is the prefix 2030 in my database,table ti_RareItemInfo
Attachment 107700
And here is the prefix 2030 in my server/Config/Localization/ti_RareItemInfo.cfg
Attachment 107699
As you can see, the same prefix number but the name in database is "Bakka" and the name in localization is "Rampart". And the prefix 2030 in game is "Rampart", not "Bakka". Can't understand this! :?: (I have re-generated the omi.tex many times)
<====================================================================>
And one more, here is some upper lines and lower lines in server/Config/Localization/ti_RareItemInfo.cfg
Attachment 107702
In the upper lines, you can see after the fixes name is fixes length and its order
But in the few last lines, after the fixes name, there is nothing except two <tab> characters
Can't understand this, too.
I've tried copying the two first columns in database (CodeNum and Name) to server/Config/Localization/ti_RareItemInfo.cfg without fixes length and order as follow:
Code:
1 1054 Savage
1 1055 Celestial
1 1056 Sniper
1 1057 Knight's
1 1058 Precision
1 1059 Better
1 1060 Fury
1 1061 Fantastic
1 1062 Support
1 1063 Prisma
1 1064 Illusion
1 1065 Shine
1 1066 Burning
1 1067 Virus
1 1068 Hyper
1 1069 Chilly
1 1070 Length
1 1071 Through
1 1072 Merciless
but when starting server, there are errors:
Attachment 107703
and my server failed to start.
Can someone help me to understand these, please?
PS: Sorry about my bad English :P:
Re: Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)
the problem is not here. look at the problem in global.cfg.
Re: Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)
Quote:
Originally Posted by
Grott
the problem is not here. look at the problem in global.cfg.
I don't think so. Because after editing the ti_RareItemInfo.cfg as below, my server start properly
Code:
1 4058 Duel 4 1031
1 4059 Duel 4 1032
1 4060 Duel 4 1033
1 4081 Blizzard 8 1034
1 4082 Blizzard 8 1035
1 4083 Blizzard 8 1036
1 4084 Blizzard 8 1037
1 4085 Blizzard 8 1038
1 4086 Savage 6 1039
1 4087 Savage 6 1040
1 4088 Savage 6 1041
1 4089 Savage 6 1042
1 4090 Savage 6 1043
1 4091 Celestial 9 1044
1 4092 Celestial 9 1045
1 4093 Celestial 9 1046
1 4094 Celestial 9 1047
1 4095 Celestial 9 1048
1 4096 Sniper 6 1049
1 4097 Sniper 6 1050
1 4098 Sniper 6 1051
1 4099 Sniper 6 1052
1 4100 Sniper 6 1053
1 4101 \cDragon 8 1054
1 5001 of Cottons 10 1055
1 5002 of Feeders 10 1056
1 5003 of Fairy 8 1057
1 5004 of Axe 6 1058
1 5005 of Dos 6 1059
1 5006 of Tres 7 1060
Any idea for this?
Re: Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)
nothing todo with ur Rareitem, check global.cfg on ur config folder or post or global.cfg here
Re: Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)
I created a video, please watch it
http://www.youtube.com/watch?v=YJCiBJab_hs
As you can see in the video, I made no change on global.cfg but ti_RareItemInfo.cfg and my server start properly.
What's the problem with global.cfg? :?:
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 = 192.168.1.200 -(for hamachi) or u can put here ur local ip (ex: 192.168.25.10)
$LOCAL_PUBLIC_IP_ADDR = $LOCAL_IP_ADDR -(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 = Dragon
$LANGUAGE_TYPE = 1
################################################################################
# ServerGroupList
################################################################################
$SERVER_GROUP_NAME_1 = Dragon
$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 = Dragon
################################################################################
# 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 = 192.168.1.200
$DB_SERVER_PORT = 1433
$DB_SERVER_NAME_PRE = atum2_db_account
$DB_SERVER_NAME_IM = atum2_db_1
$LOGDB_SERVER_IP = 192.168.1.200
$LOGDB_SERVER_PORT = 1433
$BILLING_SERVER_IP = 192.168.1.200
$BILLING_SERVER_PORT = 1433
$BILLING_DB_NAME = atum2_db_1
$BILLING_SERVER_UID = sa
$BILLING_SERVER_PASSWORD = 123456
$EXTAUTH_DB_SERVER_IP = 192.168.1.200
$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 = sa
$PRE_ODBC_PASSWD = 123456
################################################################################
# Database Settings 2 - ServerGroup(IMServer, FieldServer, LogServer, NPCServer)
################################################################################
$SERVER_GROUP_ODBC_DSN = db_1
$SERVER_GROUP_ODBC_UID = sa
$SERVER_GROUP_ODBC_PASSWD = 123456
################################################################################
# Database Settings 3 - Log DB Server(LogServer)
# ($LOG_SERVER_GROUP_ODBC_XXX)
################################################################################
$LOG_SERVER_GROUP_ODBC_DSN = db_1
$LOG_SERVER_GROUP_ODBC_UID = sa
$LOG_SERVER_GROUP_ODBC_PASSWD = 123456
################################################################################
# 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 = sa
$EXT_AUTH_ODBC_PASSWD = 123456
################################################################################
#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 =
Re: Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)
it's not caus eof the global cfg, i got this problem long time ago, if you modify rare item info, you should modify the database too THEN geerate omi, don't modify the structure of the rare item info cfg or you will got this error at anytime.
Re: Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)
Quote:
Originally Posted by
desp08500
it's not caus eof the global cfg, i got this problem long time ago, if you modify rare item info, you should modify the database too THEN geerate omi, don't modify the structure of the rare item info cfg or you will got this error at anytime.
Yes, I know that. But I'm wondering why the last few lines of ti_RareItemInfo.cfg (which are fixes for armor) have no information about fixes' length and order? Why just 2 <tab> characters?
Re: Help me about "ti_RareItemInfo.cfg" structure (Ep3.3)