Arena server Problems

Results 1 to 19 of 19
  1. #1
    Member Davidc96 is offline
    MemberRank
    Feb 2011 Join Date
    Rubí, CatalunaLocation
    76Posts

    Arena server Problems

    I have problems with arena server.
    If I change the port in global.cfg arena server will close.
    My SQL port is 1433.
    and if i put 9979 port in global.cfg the arena server wont conect to db.

    And ANPC server dont work i open it but it close.
    This is my global.cfg
    ################################################################################
    $LOCAL_IP_ADDR = 5.74.89.144 # LAN IP
    $LOCAL_PUBLIC_IP_ADDR = $LOCAL_IP_ADDR # WAN IP (Internet IP)
    $ARENA_IP_ADDR = $LOCAL_IP_ADDR
    $ALLOWED_TOOL_IP = $LOCAL_IP_ADDR
    $FTPSRV_IP_ADDR = $LOCAL_IP_ADDR
    $SERVER_GROUP_NAME = Pandea
    $LANGUAGE_TYPE = 1

    ################################################################################
    # ServerGroupList
    ################################################################################
    $SERVER_GROUP_NAME_1 = Pandea
    $SERVER_GROUP_NAME_2 = Arena
    $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 =
    $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
    # [ServerGroupName] [ServerGroupIP] [OrderIndex]
    ################################################################################
    $$GAME_SERVER_GROUP_NAME1 = Pandea $LOCAL_IP_ADDR 1
    $$GAME_SERVER_GROUP_NAME2 = Arena $LOCAL_IP_ADDR 2
    $$GAME_SERVER_GROUP_NAME3 =
    $$GAME_SERVER_GROUP_NAME4 =
    $$GAME_SERVER_GROUP_NAME5 =
    ################################################################################
    # 2010-12-12 by PanKJ
    # ServerGroupInfos
    # [ServerName] [ServerID] [Enabled]
    ################################################################################
    $$SERVER_GROUP_INFO1 = $SERVER_GROUP_NAME_1 $MGAME_SERVER_ID_1 TRUE
    $$SERVER_GROUP_INFO2 = $SERVER_GROUP_NAME_2 $MGAME_SERVER_ID_2 TRUE
    $$SERVER_GROUP_INFO3 =
    $$SERVER_GROUP_INFO4 =
    $$SERVER_GROUP_INFO5 =

    ################################################################################
    # 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
    $VD_SERVER_PORT = 15150
    $VC_SERVER_PORT = 15151

    ################################################################################
    # ArenaServer - Setting
    ################################################################################
    $ARENA_SERVER_NAME = $MGAME_SERVER_ID_2
    $ARENA_SERVER_ID = $SERVER_GROUP_NAME_2
    $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

    ################################################################################
    # client update ignore Flag, Warning: certainly set FALSE when real service!!!
    ################################################################################
    $INGNORE_CLIENT_VERSION_UPDATE = TRUE

    ################################################################################
    # Log server connect flag, Warning: certainly set TRUE when real service!!!
    ################################################################################
    $CHECK_LOG_SERVER = TRUE

    ################################################################################
    # Test Server Flag
    ################################################################################
    $IS_TEST_SERVER = FALSE
    $MAIN_OR_TEST_SERVER_NAME = MainServer
    $GAME_PUBLISHER = GameForge4d

    ################################################################################
    # 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 = 10

    ################################################################################
    # Cash Shop Service Flag
    ################################################################################
    $CASH_SHOP_SERVICE_FLAG = TRUE

    ################################################################################
    # Use SecondaryPassword System Flag
    ################################################################################
    $USE_SECONDARYPASSWORD_SYSTEM_FLAG = FALSE

    ################################################################################
    # Arena Server Flag
    ################################################################################


    ################################################################################
    # Auto Update Settings
    # FTP or HTTP
    ############################################################################
    $AUTO_UPDATE_SERVER_TYPE = HTTP
    $UPLOAD_FTP_SERVER_IP = 72.219.28.30
    $UPLOAD_FTP_SERVER_PORT = 21
    $UPLOAD_FTP_SERVER_ACCOUNT = atum
    $UPLOAD_FTP_SERVER_PASSWORD = callweb

    $DOWNLOAD_FTP_SERVER_IP1 = 72.219.28.30
    $DOWNLOAD_FTP_SERVER_IP2 = 72.219.28.30
    $DOWNLOAD_FTP_SERVER_PORT = 21
    $DOWNLOAD_FTP_SERVER_ACCOUNT = anonymous
    $DOWNLOAD_FTP_SERVER_PASSWORD =

    $CLIENT_FTP_UPDATE_UPLOAD_DIR = //aceonliine/flysis
    $LAUNCHER_FILE_UPLOAD_PATH = //aceonliine/launcher/Launcher.atm
    $DELETE_FILE_LIST_UPLOAD_PATH = //aceonliine/deletefilelist/deletefilelist.txt
    $NOTICE_FILE_UPLOAD_PATH = //aceonliine/notice/notice.txt
    $VERSION_LIST_FILE_UPLOAD_PATH = //aceonliine/flysis/versionlist.ver

    $CLIENT_FTP_UPDATE_DOWNLOAD_DIR = //aceonliine/flysis
    $LAUNCHER_FILE_DOWNLOAD_PATH = //aceonliine/launcher/Launcher.atm
    $DELETE_FILE_LIST_DOWNLOAD_PATH = //aceonliine/deletefilelist/deletefilelist.txt
    $NOTICE_FILE_DOWNLOAD_PATH = //aceonliine/notice/notice.txt

    $DOWNLOAD_HTTP_SERVER_IP1 = 127.0.0.1
    $DOWNLOAD_HTTP_SERVER_IP2 = 127.0.0.1
    $DOWNLOAD_HTTP_SERVER_PORT = 80
    $DOWNLOAD_HTTP_SERVER_ACCOUNT = anonymous
    $DOWNLOAD_HTTP_SERVER_PASSWORD =

    $CLIENT_UPDATE_DOWNLOAD_HTTP_DIR = aceonliine/
    $LAUNCHER_FILE_DOWNLOAD_HTTP_PATH = aceonliine/launcher/Launcher.atm
    $DELETE_FILE_LIST_DOWNLOAD_HTTP_PATH = aceonliine/deletefilelist/deletefilelist.txt
    $NOTICE_FILE_DOWNLOAD_HTTP_PATH = aceonliine/notice/notice.txt
    $VERSION_LIST_FILE_DOWNLOAD_HTTP_PATH = aceonliine/versionlist.ver

    ################################################################################
    # ReInstall Version:(previous version of new download version), Default = 1.0.0.0
    ################################################################################
    $CLIENT_REINSTALL_VERSION = 0.0.0.0

    ################################################################################
    # Default Map
    ################################################################################
    $SERVER_GROUP_DEFAULT_MAP = 2001

    ################################################################################
    # Database Settings 1 - PreServer
    ################################################################################
    $PRE_ODBC_DSN = db_account #Put a dsn for the account db here
    $PRE_ODBC_UID = 21474103 #xored user id - this is for the "atum" user
    $PRE_ODBC_PASSWD = 2352580204405E #xored user pass - this is for the "callweb" pass
    $PRE_DB_SERVER_DATABASE_NAME = atum2_db_account #Put account db name - it shoud be atum2_db_account
    $PRE_DB_SERVER_IP = 5.74.89.144 #Put the ip youve put in the mssql config manager
    $PRE_DB_SERVER_PORT = 1433 #Put the port youve put in the mssql config manager - use this default port

    ################################################################################
    # Database Settings 2 - ServerGroup(IMServer, FieldServer, LogServer, NPCServer)
    ################################################################################
    $SERVER_GROUP_ODBC_DSN = db_1 #Put a dsn for the _1 db here
    $SERVER_GROUP_ODBC_UID = 21474103
    $SERVER_GROUP_ODBC_PASSWD = 2352580204405E
    $SERVER_GROUP_DB_SERVER_DATABASE_NAME = atum2_db_1 #Put account db name - it shoud be atum2_db_1
    $SERVER_GROUP_DB_SERVER_IP = 5.74.89.144
    $SERVER_GROUP_DB_SERVER_PORT = 1433

    ################################################################################
    # Database Settings 3 - Log DB Server(LogServer)
    ################################################################################
    $LOG_SERVER_GROUP_ODBC_DSN = db_1
    $LOG_SERVER_GROUP_ODBC_UID = 21474103
    $LOG_SERVER_GROUP_ODBC_PASSWD = 2352580204405E
    $LOG_SERVER_GROUP_DB_SERVER_DATABASE_NAME = atum2_db_1
    $LOG_SERVER_GROUP_DB_SERVER_IP = 5.74.89.144
    $LOG_SERVER_GROUP_DB_SERVER_PORT = 1433

    ################################################################################
    # Database Settings 3 - External Authentication
    ################################################################################
    $IS_EXTERNAL_AUTHENTICATION = FALSE
    $EXT_AUTH_ODBC_DSN =
    $EXT_AUTH_ODBC_UID =
    $EXT_AUTH_ODBC_PASSWD =
    $EXT_AUTH_DB_SERVER_DATABASE_NAME =
    $EXT_AUTH_DB_SERVER_IP =
    $EXT_AUTH_DB_SERVER_PORT =

    ################################################################################
    # Database Settings 4 - Billing Database
    ################################################################################
    $BILLING_DB_SERVER_USER_ID = 21474103
    $BILLING_DB_SERVER_PASSWORD = 2352580204405E
    $BILLING_DB_SERVER_DATABASE_NAME = atum2_db_account
    $BILLING_DB_SERVER_IP = 5.74.89.144
    $BILLING_DB_SERVER_PORT = 1433
    My ANPC log
    10-11 11:48:17|[Notify] elapsed time after turn on !! 0Day 0h: 7m:20s
    10-11 11:48:17|ANPCServer Start

    10-11 11:48:17|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 20] PoolCnt[ 7577] CommitSize[ 151552] vectorSize[1] Address Range(0x7FF80000 ~ 0x7FFA5000)
    10-11 11:48:17|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1508] PoolCnt[ 1002] CommitSize[ 1511424] vectorSize[1] Address Range(0x7FE00000 ~ 0x7FF71000)
    10-11 11:48:17|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1528] PoolCnt[ 101] CommitSize[ 155648] vectorSize[1] Address Range(0x7FDD0000 ~ 0x7FDF6000)
    10-11 11:48:17|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1552] PoolCnt[18001] CommitSize[27938816] vectorSize[1] Address Range(0x7DC40000 ~ 0x7F6E5000)
    My ArenaServer Log when i change the sql port
    10-11 11:48:52|[Notify] elapsed time after turn on !! 0Day 0h: 7m:55s
    10-11 11:48:52|Arena10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 16] PoolCnt[ 4608] CommitSize[ 73728] vectorSize[1] Address Range(0x7FF90000 ~ 0x7FFA2000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 20] PoolCnt[ 7577] CommitSize[ 151552] vectorSize[1] Address Range(0x7FF60000 ~ 0x7FF85000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 32] PoolCnt[18048] CommitSize[ 577536] vectorSize[1] Address Range(0x7FED0000 ~ 0x7FF5D000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 44] PoolCnt[ 3072] CommitSize[ 135168] vectorSize[1] Address Range(0x7FEA0000 ~ 0x7FEC1000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 48] PoolCnt[ 7509] CommitSize[ 360448] vectorSize[1] Address Range(0x7FE40000 ~ 0x7FE98000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 56] PoolCnt[15067] CommitSize[ 843776] vectorSize[1] Address Range(0x7FD70000 ~ 0x7FE3E000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 96] PoolCnt[30037] CommitSize[ 2883584] vectorSize[1] Address Range(0x7FAB0000 ~ 0x7FD70000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 520] PoolCnt[ 3001] CommitSize[ 1560576] vectorSize[1] Address Range(0x7F930000 ~ 0x7FAAD000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1508] PoolCnt[ 1002] CommitSize[ 1511424] vectorSize[1] Address Range(0x7F570000 ~ 0x7F6E1000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1528] PoolCnt[ 101] CommitSize[ 155648] vectorSize[1] Address Range(0x7F900000 ~ 0x7F926000)
    10-11 11:48:52|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1552] PoolCnt[15001] CommitSize[23281664] vectorSize[1] Address Range(0x7DF30000 ~ 0x7F564000)
    10-11 11:48:52| [Notify] CAtumSJ::LoadAllLetterList, Total letter [ 0]counts
    10-11 11:48:52| ServerGroup: Pandea, Enable(1) MGameServerID(10061)
    10-11 11:48:52| ServerGroup: Arena, Enable(1) MGameServerID(10062)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF92050) SockH(196)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF4FB58) SockH(200)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF51F20) SockH(204)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF52BD8) SockH(208)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF57138) SockH(212)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF57DF0) SockH(216)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF58AA8) SockH(220)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF59760) SockH(224)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF5A418) SockH(228)
    10-11 11:48:52| [Notify] connected to LogServer !, CLogWinSocket(0xF5B0D0) SockH(232)
    10-11 11:48:52| [Notify] connected to PreServer !
    10-11 11:48:52| [Notify] connected to IMServer !
    10-11 11:48:52| [Notify] CFieldGlobal::InitServerSocket# Starting...
    When it put starting... arenaserver close

    Anyone can help me?
    Thanks


  2. #2
    Se7enSins WARonline is offline
    Grand MasterRank
    Sep 2011 Join Date
    Limassol, CypruLocation
    1,333Posts

    Re: Arena server Problems

    You could very simple to enter in to SQL Server Configuration Manager, at
    Protocols for MSSQLSERVER > TCP/IP > and change all the 1433 ports in to 9979
    And also put in global.cfg 9979.

    Easy.

    This will fix your problem

    And also don't forget in to ODBC to change the ports. You will find them

  3. #3
    Member Davidc96 is offline
    MemberRank
    Feb 2011 Join Date
    Rubí, CatalunaLocation
    76Posts

    Re: Arena server Problems

    I change SQL port but anything dont work.
    and its normal when i open ANPC server it close?
    When arena server conect to AIM server Arena close

  4. #4
    Member Davidc96 is offline
    MemberRank
    Feb 2011 Join Date
    Rubí, CatalunaLocation
    76Posts

    Re: Arena server Problems

    Nothing
    I change SQL port to 9979 all servers work perfectly but i have the same problem with the arena server.
    When it starting to work It close again.
    Anyone can help me?
    this is my arena.cfg
    ### CAUTION: Refer to "global.cfg"! ###

    LocalIPAddress $LOCAL_IP_ADDR
    LocalPublicIPAddress $LOCAL_PUBLIC_IP_ADDR
    LocalListenPort $ARENA_FIELD_PORT
    AllowedToolIP $ALLOWED_TOOL_IP
    LanguageType $LANGUAGE_TYPE

    #Not sure what this setting does and how it works
    # UseInflSelectionRestrictSystem TRUE

    ################################################################################
    # Database Settings
    ################################################################################
    ODBCDSN $SERVER_GROUP_ODBC_DSN
    ODBCUID $SERVER_GROUP_ODBC_UID
    ODBCPASSWD $SERVER_GROUP_ODBC_PASSWD
    DBServerDatabaseName $SERVER_GROUP_DB_SERVER_DATABASE_NAME
    DBServerIP $SERVER_GROUP_DB_SERVER_IP
    DBServerPort $SERVER_GROUP_DB_SERVER_PORT
    LOGDB_ODBCDSN $LOG_SERVER_GROUP_ODBC_DSN # // 2007-12-03 by cmkwon, °ÔÀÓ ·Î±× DB µû·Î ±¸Ãà Çϱ⠹ö±× ¼öÁ¤ -
    LOGDB_ODBCUID $LOG_SERVER_GROUP_ODBC_UID # // 2007-12-03 by cmkwon, °ÔÀÓ ·Î±× DB µû·Î ±¸Ãà Çϱ⠹ö±× ¼öÁ¤ -
    LOGDB_ODBCPASSWD $LOG_SERVER_GROUP_ODBC_PASSWD # // 2007-12-03 by cmkwon, °ÔÀÓ ·Î±× DB µû·Î ±¸Ãà Çϱ⠹ö±× ¼öÁ¤ -
    LOGDB_DBServerDatabaseName $LOG_SERVER_GROUP_DB_SERVER_DATABASE_NAME
    LOGDB_DBServerIP $LOG_SERVER_GROUP_DB_SERVER_IP
    LOGDB_DBServerPort $LOG_SERVER_GROUP_DB_SERVER_PORT

    #Not sure how and if these settings work, havent tested it out yet tho.
    # BillingDBServerUserID $BILLING_DB_SERVER_USER_ID
    # BillingDBServerPassword $BILLING_DB_SERVER_PASSWORD
    # BillingDBServerDatabaseName $BILLING_DB_SERVER_DATABASE_NAME
    # BillingDBServerIP $BILLING_DB_SERVER_IP
    # BillingDBServerPort $BILLING_DB_SERVER_PORT

    ################################################################################
    # Field Server Configuration
    ################################################################################
    FieldServerGroupName $SERVER_GROUP_NAME_2
    PreServer $PRE_SERVER_IP $PRE_SERVER_PORT
    LogServer $ARENA_LOG_IP $ARENA_LOG_PORT
    IMServer $ARENA_IM_IP $ARENA_IM_PORT
    VoIP1to1Server $VOIP_1to1_SERVER_IP $VOIP_1to1_SERVER_PORT
    VoIPNtoNServer $VOIP_NtoN_SERVER_IP $VOIP_NtoN_SERVER_PORT
    CheckLogServer $CHECK_LOG_SERVER

    ################################################################################
    # Å×½ºÆ® ¼­¹ö ¿©ºÎ
    ################################################################################
    IsTestServer $IS_TEST_SERVER
    MainORTestServerName $MAIN_OR_TEST_SERVER_NAME
    GamePublisher $GAME_PUBLISHER

    ################################################################################
    # Jamboree Server Flag, 2007-04-09 by cmkwon
    ################################################################################
    IsJamboreeServer $IS_JAMBOREE_SERVER

    ################################################################################
    # 2007-01-10 by cmkwon
    # Cash Shop Service Flag(À¯·áÈ­ »óÁ¡ ¼­ºñ½º Ç÷¡±×)
    ################################################################################
    CashShopServiceFlag $CASH_SHOP_SERVICE_FLAG

    ################################################################################
    # 2007-09-12 by cmkwon
    # Use SecondaryPassword System Flag(2Â÷ÆÐ½º¿öµå ½Ã½ºÅÛ »ç¿ë Ç÷¡±×)
    ################################################################################
    UseSecondaryPasswrodSystemFlag $USE_SECONDARYPASSWORD_SYSTEM_FLAG


    ################################################################################
    # ServerGroupName
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME
    ServerGroupID 1

    ################################################################################

    ArenaServerFlag TRUE $SERVER_GROUP_NAME_2 $MGAME_SERVER_ID_2 $ARENA_IP_ADDR $ARENA_FIELD_PORT $ARENA_IP_ADDR $ARENA_IM_PORT

    ################################################################################
    # ServerGroup List
    ################################################################################
    ServerGroupInfo $$SERVER_GROUP_INFO1
    ServerGroupInfo $$SERVER_GROUP_INFO2
    ServerGroupInfo $$SERVER_GROUP_INFO3
    ServerGroupInfo $$SERVER_GROUP_INFO4
    ServerGroupInfo $$SERVER_GROUP_INFO5

  5. #5
    Elite Member HaterzGonnaHate is offline
    Member +Rank
    Sep 2011 Join Date
    156Posts

    Re: Arena server Problems

    Defiantly a leak in ep3.3 :V

  6. #6
    Member Davidc96 is offline
    MemberRank
    Feb 2011 Join Date
    Rubí, CatalunaLocation
    76Posts

    Re: Arena server Problems

    what is the problem with my arena and arena npc server?
    Why arena server and arena npc server dont work?
    The problem is in configs?
    The problem is database? ( I create the atum2_db_arena and i restore in this base atum2_db_1)
    Why a lot of people who have ep3 server, arena works and me no?
    I have a lot of questions to this :S

  7. #7
    Sorcerer Supreme mKeey is offline
    Member +Rank
    Aug 2010 Join Date
    371Posts

    Re: Arena server Problems

    $IS_ARENA_SERVER = false

  8. #8
    Elite Member HaterzGonnaHate is offline
    Member +Rank
    Sep 2011 Join Date
    156Posts

    Re: Arena server Problems

    But loads of people have ep3.3 and don't know how to configure it, i didn't get help with my EP3.3 it's common knowledge dude.

  9. #9
    Member Davidc96 is offline
    MemberRank
    Feb 2011 Join Date
    Rubí, CatalunaLocation
    76Posts

    Re: Arena server Problems

    Quote Originally Posted by mKeey View Post
    $IS_ARENA_SERVER = false
    Where is this line ?
    I dont find it :/
    Last edited by Davidc96; 14-10-11 at 06:20 AM.

  10. #10
    Elite Member HaterzGonnaHate is offline
    Member +Rank
    Sep 2011 Join Date
    156Posts

    Re: Arena server Problems

    omg.... is that ep3.3 or ep3.2?

  11. #11
    Member Davidc96 is offline
    MemberRank
    Feb 2011 Join Date
    Rubí, CatalunaLocation
    76Posts

    Re: Arena server Problems

    Quote Originally Posted by HaterzGonnaHate View Post
    omg.... is that ep3.3 or ep3.2?
    I give the arena files for predi24 in one of your post
    I use X-Rivals files

  12. #12
    Se7enSins WARonline is offline
    Grand MasterRank
    Sep 2011 Join Date
    Limassol, CypruLocation
    1,333Posts

    Re: Arena server Problems

    So it's 3.2 with files from 3.3...and configs.. and that line $IS_ARENA_SERVER = false

    You can find it in Global.cfg

  13. #13
    Elite Member HaterzGonnaHate is offline
    Member +Rank
    Sep 2011 Join Date
    156Posts

    Re: Arena server Problems

    Thats arena 3.3 working on 3.2 ok.


    worked straight away on Ep3.3 :P

  14. #14
    Elite Member desp08500 is offline
    Member +Rank
    May 2011 Join Date
    245Posts

    Re: Arena server Problems

    I'm not sure about what i will say but this :

    ################################################################################
    # ServerGroupName
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME
    ServerGroupID 1

    That alert me a little, why 1 for arena server ? cause arena server is the second logically
    I will more see it like that :

    ################################################################################
    # ServerGroupName
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME_2
    ServerGroupID 2

    No?don't know

  15. #15
    Elite Member HaterzGonnaHate is offline
    Member +Rank
    Sep 2011 Join Date
    156Posts

    Re: Arena server Problems

    that arena configs require ep3.3 config files.


    or you can be pro and remake them and have it working properly.

  16. #16
    Elite Member desp08500 is offline
    Member +Rank
    May 2011 Join Date
    245Posts

    Re: Arena server Problems

    Lol it's what i try to do with the files that give about arena, but i got aim serversocketclose and arena.exe crash, when i see how that work, i suppose that can't be on the same computer, cause the name of exe modify but that stay the same exe soo...

  17. #17
    Member Davidc96 is offline
    MemberRank
    Feb 2011 Join Date
    Rubí, CatalunaLocation
    76Posts

    Re: Arena server Problems

    Quote Originally Posted by desp08500 View Post
    I'm not sure about what i will say but this :

    ################################################################################
    # ServerGroupName
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME
    ServerGroupID 1

    That alert me a little, why 1 for arena server ? cause arena server is the second logically
    I will more see it like that :

    ################################################################################
    # ServerGroupName
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME_2
    ServerGroupID 2

    No?don't know
    I do this and look before When I open arena server
    It crash when it starting work but now it's starting but it crash
    look the log server
    arena server log
    10-14 05:46:38|[Notify] elapsed time after turn on !! 0Day 0h: 4m:44s
    10-14 05:46:38|Arena10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 16] PoolCnt[ 4608] CommitSize[ 73728] vectorSize[1] Address Range(0x7FF90000 ~ 0x7FFA2000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 20] PoolCnt[ 7577] CommitSize[ 151552] vectorSize[1] Address Range(0x7FF60000 ~ 0x7FF85000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 32] PoolCnt[18048] CommitSize[ 577536] vectorSize[1] Address Range(0x7FED0000 ~ 0x7FF5D000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 44] PoolCnt[ 3072] CommitSize[ 135168] vectorSize[1] Address Range(0x7FEA0000 ~ 0x7FEC1000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 48] PoolCnt[ 7509] CommitSize[ 360448] vectorSize[1] Address Range(0x7FE40000 ~ 0x7FE98000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 56] PoolCnt[15067] CommitSize[ 843776] vectorSize[1] Address Range(0x7FD70000 ~ 0x7FE3E000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 96] PoolCnt[30037] CommitSize[ 2883584] vectorSize[1] Address Range(0x7FAB0000 ~ 0x7FD70000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 520] PoolCnt[ 3001] CommitSize[ 1560576] vectorSize[1] Address Range(0x7F930000 ~ 0x7FAAD000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1508] PoolCnt[ 1002] CommitSize[ 1511424] vectorSize[1] Address Range(0x7F570000 ~ 0x7F6E1000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1528] PoolCnt[ 101] CommitSize[ 155648] vectorSize[1] Address Range(0x7F900000 ~ 0x7F926000)
    10-14 05:46:38|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1552] PoolCnt[15001] CommitSize[23281664] vectorSize[1] Address Range(0x7DF30000 ~ 0x7F564000)
    10-14 05:46:38| [Notify] CAtumSJ::LoadAllLetterList, Total letter [ 0]counts
    10-14 05:46:38| ServerGroup: Pandea, Enable(1) MGameServerID(10061)
    10-14 05:46:38| ServerGroup: Arena, Enable(1) MGameServerID(10062)
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to LogServer[ 5.74.89.144:15106] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to PreServer[ 5.74.89.144:15100] Reconnect
    10-14 05:46:39|[Error] WndProc(), Can't connect to IMServer[ 5.74.89.144:15105] Reconnect
    10-14 05:46:40| [Notify] CFieldGlobal::EndServerSocket#
    10-14 05:46:40|CGlobalGameServer::EndServerSocket_1
    10-14 05:46:40| [Notify] CFieldGlobal::DestroyField2PreWinSocket# 0x0 IsConnected(0)
    10-14 05:46:40| [Notify] CFieldGlobal::DestroyField2IMWinSocket# 0xF5CA40 IsConnected(0)
    10-14 05:46:40| [Notify] CFieldGlobal::DestroyAllF2LWSocket#
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 16] TotalCommitedObjCnts( 4608) CurrentObjCnts( 4608)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 20] TotalCommitedObjCnts( 7577) CurrentObjCnts( 7577)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 32] TotalCommitedObjCnts( 18048) CurrentObjCnts( 18048)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 44] TotalCommitedObjCnts( 3072) CurrentObjCnts( 3072)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 48] TotalCommitedObjCnts( 7509) CurrentObjCnts( 7509)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 56] TotalCommitedObjCnts( 15067) CurrentObjCnts( 15067)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 96] TotalCommitedObjCnts( 30037) CurrentObjCnts( 30037)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 520] TotalCommitedObjCnts( 3001) CurrentObjCnts( 3001)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 1508] TotalCommitedObjCnts( 1002) CurrentObjCnts( 1002)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 1528] TotalCommitedObjCnts( 101) CurrentObjCnts( 101)
    10-14 05:46:40|[Notify] CVMem::FreeAllVMem_ TypeSize[ 1552] TotalCommitedObjCnts( 15001) CurrentObjCnts( 15001)
    10-14 05:46:40|Arena10-14 05:46:40| [Notify] CFieldGlobal::EndServerSocket#
    10-14 05:46:40|CGlobalGameServer::EndServerSocket_1
    10-14 05:46:40| [Notify] CFieldGlobal::DestroyField2PreWinSocket# 0x0 IsConnected(0)
    10-14 05:46:40| [Notify] CFieldGlobal::DestroyField2IMWinSocket# 0x0 IsConnected(0)
    10-14 05:46:40| [Notify] CFieldGlobal::DestroyAllF2LWSocket#
    10-14 05:46:40|CGlobalGameServer::EndServerSocket_1
    well i have open only 5 servers (pre, im, log, aim, alog)

    But i think the arena, aim, alog, anpc is copy paste for log, fied, Im and NPC.
    this is arena.cfg original
    ### CAUTION: Refer to "global.cfg"! ###

    LocalIPAddress $LOCAL_IP_ADDR
    LocalPublicIPAddress $LOCAL_PUBLIC_IP_ADDR
    LocalListenPort $FIELD_SERVER_PORT
    AllowedToolIP $ALLOWED_TOOL_IP
    LanguageType $LANGUAGE_TYPE

    #Not sure what this setting does and how it works
    # UseInflSelectionRestrictSystem TRUE

    ################################################################################
    # Database Settings
    ################################################################################
    ODBCDSN $SERVER_GROUP_ODBC_DSN
    ODBCUID $SERVER_GROUP_ODBC_UID
    ODBCPASSWD $SERVER_GROUP_ODBC_PASSWD
    DBServerDatabaseName $SERVER_GROUP_DB_SERVER_DATABASE_NAME
    DBServerIP $SERVER_GROUP_DB_SERVER_IP
    DBServerPort $SERVER_GROUP_DB_SERVER_PORT
    LOGDB_ODBCDSN $LOG_SERVER_GROUP_ODBC_DSN # // 2007-12-03 by cmkwon, °ÔÀÓ ·Î±× DB µû·Î ±¸Ãà Çϱ⠹ö±× ¼öÁ¤ -
    LOGDB_ODBCUID $LOG_SERVER_GROUP_ODBC_UID # // 2007-12-03 by cmkwon, °ÔÀÓ ·Î±× DB µû·Î ±¸Ãà Çϱ⠹ö±× ¼öÁ¤ -
    LOGDB_ODBCPASSWD $LOG_SERVER_GROUP_ODBC_PASSWD # // 2007-12-03 by cmkwon, °ÔÀÓ ·Î±× DB µû·Î ±¸Ãà Çϱ⠹ö±× ¼öÁ¤ -
    LOGDB_DBServerDatabaseName $LOG_SERVER_GROUP_DB_SERVER_DATABASE_NAME
    LOGDB_DBServerIP $LOG_SERVER_GROUP_DB_SERVER_IP
    LOGDB_DBServerPort $LOG_SERVER_GROUP_DB_SERVER_PORT

    #Not sure how and if these settings work, havent tested it out yet tho.
    # BillingDBServerUserID $BILLING_DB_SERVER_USER_ID
    # BillingDBServerPassword $BILLING_DB_SERVER_PASSWORD
    # BillingDBServerDatabaseName $BILLING_DB_SERVER_DATABASE_NAME
    # BillingDBServerIP $BILLING_DB_SERVER_IP
    # BillingDBServerPort $BILLING_DB_SERVER_PORT

    ################################################################################
    # Field Server Configuration
    ################################################################################
    FieldServerGroupName $SERVER_GROUP_NAME_2
    PreServer $PRE_SERVER_IP $PRE_SERVER_PORT
    LogServer $ARENA_LOG_IP $ARENA_LOG_PORT
    IMServer $ARENA_IM_IP $ARENA_IM_PORT
    VoIP1to1Server $VOIP_1to1_SERVER_IP $VOIP_1to1_SERVER_PORT
    VoIPNtoNServer $VOIP_NtoN_SERVER_IP $VOIP_NtoN_SERVER_PORT
    CheckLogServer $CHECK_LOG_SERVER

    ################################################################################
    # Å×½ºÆ® ¼­¹ö ¿©ºÎ
    ################################################################################
    IsTestServer $IS_TEST_SERVER
    MainORTestServerName $MAIN_OR_TEST_SERVER_NAME
    GamePublisher $GAME_PUBLISHER

    ################################################################################
    # Jamboree Server Flag, 2007-04-09 by cmkwon
    ################################################################################
    IsJamboreeServer $IS_JAMBOREE_SERVER

    ################################################################################
    # 2007-01-10 by cmkwon
    # Cash Shop Service Flag(À¯·áÈ­ »óÁ¡ ¼­ºñ½º Ç÷¡±×)
    ################################################################################
    CashShopServiceFlag $CASH_SHOP_SERVICE_FLAG

    ################################################################################
    # 2007-09-12 by cmkwon
    # Use SecondaryPassword System Flag(2Â÷ÆÐ½º¿öµå ½Ã½ºÅÛ »ç¿ë Ç÷¡±×)
    ################################################################################
    UseSecondaryPasswrodSystemFlag $USE_SECONDARYPASSWORD_SYSTEM_FLAG


    ################################################################################
    # ServerGroupName
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME
    ServerGroupID 1

    ################################################################################

    ArenaServerFlag TRUE $SERVER_GROUP_NAME_2 $MGAME_SERVER_ID_2 $ARENA_IP_ADDR $ARENA_FIELD_PORT $ARENA_IP_ADDR $ARENA_IM_PORT

    ################################################################################
    # ServerGroup List
    ################################################################################
    ServerGroupInfo $$SERVER_GROUP_INFO1
    ServerGroupInfo $$SERVER_GROUP_INFO2
    ServerGroupInfo $$SERVER_GROUP_INFO3
    ServerGroupInfo $$SERVER_GROUP_INFO4
    ServerGroupInfo $$SERVER_GROUP_INFO5
    I modificate a lot of lines for example $FIELD_SERVER_PORT for
    $ARENA_FIELD_PORT
    I put here all of my arena cfgs
    aim.cfg
    ### CAUTION: Refer to "global.cfg"! ###

    LocalIPAddress $LOCAL_IP_ADDR
    LocalPublicIPAddress $LOCAL_PUBLIC_IP_ADDR
    LocalListenPort $ARENA_IM_PORT
    LanguageType $LANGUAGE_TYPE

    ################################################################################
    # 2010-12-5 by PanKJ
    # Allowed Tool IP
    ################################################################################
    AllowedToolIP $ALLOWED_TOOL_IP

    ################################################################################
    # Database Settings
    ################################################################################
    ODBCDSN $SERVER_GROUP_ODBC_DSN
    ODBCUID $SERVER_GROUP_ODBC_UID
    ODBCPASSWD $SERVER_GROUP_ODBC_PASSWD
    DBServerDatabaseName $SERVER_GROUP_DB_SERVER_DATABASE_NAME
    DBServerIP $SERVER_GROUP_DB_SERVER_IP
    DBServerPort $SERVER_GROUP_DB_SERVER_PORT

    ################################################################################
    # IM Server Configuration
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME
    PreServer $PRE_SERVER_IP $PRE_SERVER_PORT


    ################################################################################
    # ServerGroup List, 2006-04-21 by cmkwon
    ################################################################################
    ServerGroupInfo $$SERVER_GROUP_INFO1
    ServerGroupInfo $$SERVER_GROUP_INFO2
    ServerGroupInfo $$SERVER_GROUP_INFO3
    ServerGroupInfo $$SERVER_GROUP_INFO4
    ServerGroupInfo $$SERVER_GROUP_INFO5
    alog.cfg
    ### CAUTION: Refer to "global.cfg"! ###

    LocalIPAddress $LOCAL_IP_ADDR
    LocalPublicIPAddress $LOCAL_PUBLIC_IP_ADDR
    LocalListenPort $ARENA_LOG_PORT
    AllowedToolIP $ALLOWE_TOOL_IP
    LanguageType $LANGUAGE_TYPE

    ################################################################################
    # Database Settings
    # // 2007-11-07 by cmkwon, ·Î±× DB ¼­¹ö µû·Î ±¸ÃàÇϱâ - ¼öÁ¤ ÇÔ(<--$SERVER_GROUP_ODBC_XXX)
    ################################################################################
    ODBCDSN $LOG_SERVER_GROUP_ODBC_DSN
    ODBCUID $LOG_SERVER_GROUP_ODBC_UID
    ODBCPASSWD $LOG_SERVER_GROUP_ODBC_PASSWD
    DBServerDatabaseName $LOG_SERVER_GROUP_DB_SERVER_DATABASE_NAME
    DBServerIP $LOG_SERVER_GROUP_DB_SERVER_IP
    DBServerPort $LOG_SERVER_GROUP_DB_SERVER_PORT

    ################################################################################
    # ServerGroupName
    ################################################################################
    ServerGroupName $SERVER_GROUP_NAME

    ################################################################################
    # ServerGroup List
    ################################################################################
    ServerGroupInfo $$SERVER_GROUP_INFO1
    ServerGroupInfo $$SERVER_GROUP_INFO2
    ServerGroupInfo $$SERVER_GROUP_INFO3
    ServerGroupInfo $$SERVER_GROUP_INFO4
    ServerGroupInfo $$SERVER_GROUP_INFO5
    anpc.cfg
    ### CAUTION: Refer to "global.cfg"! ###

    LocalIPAddress $LOCAL_IP_ADDR
    LocalPublicIPAddress $LOCAL_PUBLIC_IP_ADDR
    LocalListenPort $ARENA_NPC_PORT
    AllowedToolIP $ALLOWED_TOOL_IP
    LanguageType $LANGUAGE_TYPE

    ################################################################################
    # Database Settings
    ################################################################################
    ODBCDSN $SERVER_GROUP_ODBC_DSN
    ODBCUID $SERVER_GROUP_ODBC_UID
    ODBCPASSWD $SERVER_GROUP_ODBC_PASSWD
    DBServerDatabaseName $SERVER_GROUP_DB_SERVER_DATABASE_NAME
    DBServerIP $SERVER_GROUP_DB_SERVER_IP
    DBServerPort $SERVER_GROUP_DB_SERVER_PORT

    ################################################################################
    # NPC Server Configurations
    ################################################################################
    FieldServer $ARENA_SERVER_IP $ARENA_SERVER_PORT

    ArenaServerFlag TRUE
    Thanks

    ---------- Post added at 04:24 AM ---------- Previous post was at 03:59 AM ----------

    Quote Originally Posted by desp08500 View Post
    Lol it's what i try to do with the files that give about arena, but i got aim serversocketclose and arena.exe crash, when i see how that work, i suppose that can't be on the same computer, cause the name of exe modify but that stay the same exe soo...
    I dont know what is the problem.
    The solution is someone give me working arena files but i thing anybody give me that files :/
    Last edited by Davidc96; 14-10-11 at 06:19 AM.

  18. #18
    Se7enSins WARonline is offline
    Grand MasterRank
    Sep 2011 Join Date
    Limassol, CypruLocation
    1,333Posts

    Re: Arena server Problems

    Guyz Listen to me.... I checked the DBs from the arhive From mKeey and the arum2_db_arena is incomplete...;) thats why arena is not working...

  19. #19
    Sorcerer Supreme jison is offline
    Member +Rank
    May 2011 Join Date
    Bangladesh/FrLocation
    378Posts

    Re: Arena server Problems

    Quote Originally Posted by darkmandos View Post
    Guyz Listen to me.... I checked the DBs from the arhive From mKeey and the arum2_db_arena is incomplete...;) thats why arena is not working...
    Ironmade
    do you have the ep3.3 server give to me and say me did i need the obdc from ep2 ?



Advertisement