How To Make Fiesta Private server

Results 1 to 6 of 6
  1. #1
    Apprentice daxter99212 is offline
    MemberRank
    Dec 2011 Join Date
    15Posts

    sad How To Make Fiesta Private server

    hello i need help in how to make fiesta private server
    i sow some reles ther sey idid your ip and in ODB type your sqlexpress adrease where i need to type this
    here the txt
    #DEFINE WORLD_NAME
    <INTEGER> ; World No
    <STRING> ; Name
    <STRING> ; Data path
    #ENDDEFINE

    #DEFINE SERVER_INFO ; Listen socket information
    <STRING> ; Name
    <INTEGER> ; Server ID
    <INTEGER> ; Server World No
    <INTEGER> ; Server Zone No
    <INTEGER> ; From Server ID
    <STRING> ; IP Address == 'type ip' then Use my IP Address
    <INTEGER> ; Port Number
    <INTEGER> ; Backlog Count == 0 then Use SOMAXCONN
    <INTEGER> ; Maximum of accept socket
    #ENDDEFINE

    #DEFINE ODBC_INFO
    <STRING> ; DB Name
    <INTEGER> ; DB ID
    <INTEGER> ; World No
    <STRING> ; ODBC Connection info
    <STRING> ; DB Startup command
    #ENDDEFINE

    ;-----------------------------------------------------------------------------------
    ; Server ID
    ;-----------------------------------------------------------------------------------

    ; 0 SERVER_ID_DB_ACCOUNT
    ; 1 SERVER_ID_DB_ACCOUNTLOG
    ; 2 SERVER_ID_DB_CHARACTER
    ; 3 SERVER_ID_DB_GAMELOG

    ; 4 SERVER_ID_LOGIN
    ; 5 SERVER_ID_WORLDMANAGER
    ; 6 SERVER_ID_ZONE

    ; 7 SERVER_ID_PATCH
    ; 8 SERVER_ID_OPTOOL
    ; 9 SERVER_ID_WEB
    ; 10 SERVER_ID_UNKNOWN

    ; 19 SERVER_ID_LAUNCHER
    ; 20 SERVER_ID_CLIENT

    ;-----------------------------------------------------------------------------------
    ; DB ID
    ;-----------------------------------------------------------------------------------

    ;define DB_ID_ACCOUNT 0
    ;define DB_ID_ACCOUNTLOG 1
    ;define DB_ID_STATICSTICS 2
    ;define DB_ID_OPTOOL_LOG 3
    ;define DB_ID_CHARACTER 10
    ;define DB_ID_GAMELOG 11

    ;-----------------------------------------------------------------------------------
    ; DEFINE WORLD NAME
    ;-----------------------------------------------------------------------------------

    WORLD_NAME 0, "Beta-Server", "../_CONF/Data"

    ;-----------------------------------------------------------------------------------
    ; CJC SERVER INFO
    ;-----------------------------------------------------------------------------------

    ;
    ; [ID] = Server ID, [W] = World No, [Z] = Zone No, [F] = From Server ID
    ;
    ; [Name] [ID, W, Z, F] [IP] [Port] [Backlog] [Maximum of accept socket]
    ;
    ; DB Login server ------------------------------------------------------------
    SERVER_INFO "PG_Account_DB", 0, 0, 0, 0, "0.0.0.0", 9000, 1, 100 ; From ALL
    SERVER_INFO "PG_AccountLog_DB", 1, 0, 0, 0, "0.0.0.0", 9005, 1, 100 ; From ALL

    SERVER_INFO "PG_Login_Server", 4, 0, 0,20, "0.0.0.0", 9010, 10, 2000 ; From Client
    SERVER_INFO "PG_Login_Server", 4, 0, 0, 5, "0.0.0.0", 9015, 1, 50 ; From World manager
    SERVER_INFO "PG_Login_Server", 4, 0, 0, 8, "0.0.0.0", 9016, 1, 30 ; From OPTOOL

    ; World #0 -------------------------------------------------------------------
    SERVER_INFO "PG_Char_DB", 2, 0, 0, 0, "0.0.0.0", 9100, 1, 100 ; From ALL
    SERVER_INFO "PG_GameLog_DB", 3, 0, 0, 0, "0.0.0.0", 9101, 1, 100 ; From ALL

    SERVER_INFO "PG_World_Manager_Server", 5, 0, 0,20, "0.0.0.0", 9110, 10, 2000 ; From Client
    SERVER_INFO "PG_World_Manager_Server", 5, 0, 0, 6, "0.0.0.0", 9115, 1, 100 ; From Zone
    SERVER_INFO "PG_World_Manager_Server", 5, 0, 0, 8, "0.0.0.0", 9116, 1, 30 ; From OPTOOL

    SERVER_INFO "PG_Zone_00", 6, 0, 0,20, "0.0.0.0", 9120, 10, 2000 ; From Client
    SERVER_INFO "PG_Zone_00", 6, 0, 0, 8, "0.0.0.0", 9121, 1, 30 ; From OPTOOL

    SERVER_INFO "PG_Zone_01", 6, 0, 1,20, "0.0.0.0", 9122, 10, 2000 ; From Client
    SERVER_INFO "PG_Zone_01", 6, 0, 1, 8, "0.0.0.0", 9123, 1, 30 ; From OPTOOL

    SERVER_INFO "PG_Zone_02", 6, 0, 2,20, "0.0.0.0", 9124, 10, 2000 ; From Client
    SERVER_INFO "PG_Zone_02", 6, 0, 2, 8, "0.0.0.0", 9125, 1, 30 ; From OPTOOL


    ;-----------------------------------------------------------------------------------
    ; ODBC INFO
    ;-----------------------------------------------------------------------------------
    ; NAME nDBID nWorldNoConnection INFO Startup Command
    ODBC_INFO "Account", 0, 0, "DSN=Account; UID=sa; PWD=12345", "USE Account; SET LOCK_TIMEOUT 5000"
    ODBC_INFO "AccountLog", 1, 0, "DSN=AccountLog;UID=sa; PWD=12345", "USE AccountLog; SET LOCK_TIMEOUT 5000"
    ODBC_INFO "Statistics", 2, 0, "DSN=Statistics;UID=sa; PWD=12345", "USE StatisticsData; SET LOCK_TIMEOUT 5000"
    ODBC_INFO "OPTool", 3, 0, "DSN=OPTool; UID=sa; PWD=12345", "USE OperatorTool; SET LOCK_TIMEOUT 5000"
    ODBC_INFO "Character", 10, 0, "DSN=Character; UID=sa; PWD=12345", "USE World00_Character; SET LOCK_TIMEOUT 5000"
    ODBC_INFO "GameLog", 11, 0, "DSN=GameLog; UID=sa; PWD=12345", "USE World00_GameLog; SET LOCK_TIMEOUT 5000"

    #END
    or if you can plese make new reles that there you add picture
    that i will see how to make fiesta online i have VPS hosting so i whant make private server
    here skype

    Daxter9921
    Last edited by daxter99212; 04-01-12 at 07:07 AM.


  2. #2
    Enthusiast Righteous1 is offline
    MemberRank
    Dec 2011 Join Date
    27Posts

    Re: How To Make Fiesta Private server

    I don't even know what your asking lol

  3. #3
    Enthusiast 909078 is offline
    MemberRank
    Aug 2008 Join Date
    38Posts

    Re: How To Make Fiesta Private server

    he is trying to say he needs help getting his server to work and get it up and running :)

  4. #4
    cats addicted Zorno is offline
    MemberRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: How To Make Fiesta Private server

    Why all IPs are 0.0.0.0 ? Trying to bind it on all networks ?

  5. #5
    Novice MiuChan is offline
    MemberRank
    Mar 2012 Join Date
    2Posts

    Re: How To Make Fiesta Private server

    o.o;'

  6. #6
    No cri pls savoge Zaruna is offline
    MemberRank
    Apr 2007 Join Date
    Desolation.Location
    1,113Posts

    Re: How To Make Fiesta Private server

    Quote Originally Posted by MiuChan View Post
    o.o;'
    Why, o why...



Advertisement