• SEARCH

    통합검색
  • GAMEZONE
    • 커뮤니티
      • 공지사항
      • 유저게시판
        • 등업게시판
        • 출석체크
        • 정회원 무료자료실
      • 스크린샷
      • 인증자료실
    • 리니지
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 메이플스토리
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 바람의나라
      • 자유게시판
      • 홍보게시판
      • 자료게시판
        • 유틸자료실
        • 소스자료실
        • 클라이언트
        • 팩 자료실
      • 연구게시판
        • 개발내역
        • 질문과답변
        • 기타
      • 강의게시판
        • DR
        • CR
        • 구버전
        • 클라이언트 개조
        • 노하우 게시판
        • 게임공략 & 팁
    • 다크에덴
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 믹스마스터
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 라그나로크
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 기타게임
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 게임강의
    • 비베&포토샵
      • 자유게시판
      • 자료실
        • 일반자료실
        • 포인트 자료실
      • 노하우게시판
      • 포토샵게시판
    • 모바일
      • 게임공략
      • 포인트 자료실
      • 유틸자료실
      • 자유게시판
  • 기타게임
    • 기타게임 기타 ()
    • 마비노기 melia server file

      • rehab21
      • 2017.05.23 - 19:38 2017.04.14 - 21:35 687 1

    구축 방법은 아래와 같습니다. 영어가 쉬운 영어로만 되어있기 때문에 따로 번역은 하지 않습니다.

    다만 해당 서버팩 같은 경우에는 mabinogi global 최신 버전 클라이언트와의 호환이 중단되어 더이상 접속이 되지 않고 있습니다.

    (최신 버전의 클라이언트에는 client.xml파일이 존재하지 않고, 지금 나와있는 접속기 바로가기 방법으로도 접속이 되지 않습니다.)

    해당 부분에 대해 조언을 주실 수 있는 분을 기다리고 있습니다. 

     

    현재 통용되고 있는 접속 방법은 client.exe의 바로가기를 만든 후 속성에서

    C:\Nexon\Mabinogi\Client.exe code:1622 ver:143 logip:127.0.0.1 logport:11000 chatip:127.0.0.1 chatport:8002 setting:"file://data/features.xml=Regular, USA"

    를 추가하는 방법인데, 저는 이 방법으로도 접속이 되지 않더군요.. 

    Setup (Windows)

    Requirements

    • MySQL compatible database server,
      e.g. MySQL Server Community Edition or MariaDB
    • A MySQL management software,
      e.g. HeidiSQL
    • Git (optional)
    • Microsoft Visual Studio 2013+

    Obtaining the source code

    The easiest way to download the source code is to head over to GitHub and click the "Download ZIP" button on the repository's page.

    Alternatively you can use git, a command line tool to manage git repositories. The advantage is that updating is a little easier, because you don't have to re-download the Zip file, merge the new and the old files, etc.

    To download the source code with git, install it, open the Command Prompt (Windows key + R, type "cmd" and press "OK"), navigate to the directory you want to download Melia to by using the "cd" command (change directory) and in there type

    git clone https://github.com/aura-project/melia.git
    

    This will download a copy of the repository into the current folder, into a sub-folder called "melia".

    To update it you do the same, but go into the "melia" folder and enter

    git pull
    

    instead. This will "pull" the latest changes from the online repository.

    Setting up the database

    Once you've obtained a copy of the Melia source, you must set up your database. Download MySQL or MariaDB and follow the instructions during the setup. Afterwards, open <melia directory>/sql/main.sql in your query browser (e.g. HeideSQL) and run it, to create the basic structure for Melia.

    Then, navigate to user/conf/ and create a file called database.conf. Put the following into the file, with your username and password:

    user : <MySQL Username>
    pass : <MySQL Password>
    

    Save and close database.conf.

    Compiling

    Open the file Melia.sln in the melia folder in Visual Studio. Under the Build Menu, select Build or simply hit F6 (F7 in the Express version). Melia should compile automatically, you don't need to do anything else with the source code.

    Once you have finished compiling, simply open start_servers.bat and your server should be running.

    Connecting to a Melia Server

    To connect to a server other than the official one, you need to modify the client's "client.xml" file. Change the "ServerListURL" and "StaticConfigURL" attributes to the ones for your server, so the client downloads your server information instead of the officials.

    Since this requires you to have a web server that serves the files, Melia comes with a simple web server of its own, so you don't have to worry about that. When starting it, you will see the information you have to use. This will change, based on the web server's configuration.

    [Info] - ServerListURL: http://*:8080/toslive/patch/serverlist.xml
    [Info] - StaticConfigURL: http://*:8080/toslive/patch/
    

    Copy the URLs to your client.xml, replace the asterisk (*) with the your IP, and you should be good to go. For example, if you're using Melia locally, your GameOption tag might look like the following:

    <GameOption ServerListURL="http://127.0.0.1:8080/toslive/patch/serverlist.xml" StaticConfigURL="http://127.0.0.1:8080/toslive/patch/" [...]

    If you want to connect to a Melia server over the internet, you have to use your public IP, the client needs to be able to download the file.

    Note: To start the client directly from the TOS directory, you have to start it with the parameter -SERVICE.

    Creating an account

    To create a new account, type "new//account_name" at the login window. (Replace "account_name" with your desired name.) The server will create that new account, with the password you've used. After the first login you don't need the "new//" prefix anymore.

    Becoming a GM

    There are various GM Commands that can be used by GMs. To use them, an account needs specific minimum authority levels. You can change an account's authority directly in the database or by using the command "auth" in the login server's window.

    Attached file
    melia-master.zip 1.86MB 1
    이 게시물을..
    N
    0
    0
    • 씰온라인 서버권밍꼬
    • 0
      rehab21

    rehab21 님의 최근 글

    1.2.65 화이트스타팩 아이디생성 질문합니다. 266 4 2020 06.01 마비노기 melia server file 687 1 2017 04.14 (1.2.65) 핑크핀 원정대 생성 및 핑크빈 소환 소스 103 2017 04.08 (1.2.65) 특정 마을 ↔ 코-크 플레이 마을로 보내주는 NPC 78 2017 04.08 (1.2.65) 캐시샵 입장 및 특정 아이템으로 캐시 교환 스크립트 248 2017 04.08

    rehab21 님의 최근 댓글

    답변 감사드립니다.  말씀처럼 넷빈에 추가를 했어요. 핸들링.로그인.핸들러 는 이미 존재하고 있어서 그 안에 AutoRegister라는 클래스를 생성했고, http://gamezone.one/index.php?mid=board_RYMI94&search_keyword=%EC%98%A4%ED%86%A0%EB%A0%88%EC%A7%80%EC%8A%A4%ED%84%B0&search_target=title_content&document_srl=286894 게시글에 있는 것 처럼 내용 붙혀넣기 하고  public static boolean getAccountExists(String login) { 부분을 public static boolean getAccountExists(String login) throws SQLException { 로 변경했는데요.   일단 해당 코드가 뭔가 잘못된건지.. 아래 그림처럼 hexsha1 부분이 에러가 나서 빌드가 실패하더라구요.     어떻게 해결할 수 있을까요?  2020 06.01 감사합니다. 2018 08.12 감사합니다. 2018 08.12 감사합니다. 2018 08.12 해결완료 2017 04.05
    글쓴이의 서명작성글 감추기 

    댓글1

    • 0
      김루라
      2017.05.23 - 19:38 #595798

      이건 트오세서버라 마비는안되는게 당연하지않을까요

    댓글 쓰기 에디터 사용하기 닫기
    • view_headline 목록
    • 14px
    • 씰온라인 서버
    • 목록
      view_headline
    1
    × CLOSE
    전체 뮤 328 아이온 157 어둠의전설 92 던파 94 프로젝트신루 15 리니지2 240 천상비 6 크로노스 40 칼 온라인 15 기타 3303
    기본 (4,324) 제목 날짜 수정 조회 댓글 추천 비추
    분류 정렬 검색
    4324
    기타
    스톤에이지 해피서버 통파일 (3)
    봉황팔선 2026.02.17 - 04:58 19
    4323
    기타
    스톤에이지 해피서버 통파일 (2)
    봉황팔선 2026.02.17 - 04:56 7
    4322
    기타
    스톤에이지 해피서버 통파일 (1)
    봉황팔선 2026.02.17 - 04:52 25
    4321
    기타
    스톤에이지 7.5 서버팩 - 오렌지팩
    봉황팔선 2026.02.17 - 04:12 8
    4320
    기타
    스톤에이지 7.5 서버팩 - 쪼아팩
    봉황팔선 2026.02.17 - 04:11 6
    4319
    기타
    스톤에이지 7.5 서버팩 - 리엘팩
    봉황팔선 2026.02.17 - 04:10 9
    4318
    기타
    스톤에이지 9.0 클라이언트 (3)
    봉황팔선 2026.02.17 - 04:09 5
    4317
    기타
    스톤에이지 9.0 클라이언트 (2)
    봉황팔선 2026.02.17 - 04:07 1
    4316
    기타
    스톤에이지 9.0 클라이언트 (1)
    봉황팔선 2026.02.17 - 04:06 4
    4315
    기타
    스톤에이지 8.0 클라이언트 (3)
    봉황팔선 2026.02.17 - 04:05 1
    4314
    기타
    스톤에이지 8.0 클라이언트 (2)
    봉황팔선 2026.02.17 - 04:04
    4313
    기타
    스톤에이지 8.0 클라이언트 (1)
    봉황팔선 2026.02.17 - 04:02 2
    4312
    기타
    스톤에이지 7.5 클라이언트 (3)
    봉황팔선 2026.02.17 - 04:00 1
    4311
    기타
    스톤에이지 7.5 클라이언트 (2)
    봉황팔선 2026.02.17 - 04:00
    4310
    기타
    스톤에이지 7.5 클라이언트 (1)
    봉황팔선 2026.02.17 - 03:55 8
    4309
    뮤
    뮤 S20 VM-1
    야구동호랑이 2026.02.12 - 12:44 65
    4308
    기타
    미르의전설3 지르콘 클라 (2) 알집
    miniature 2026.02.06 - 14:13 17
    4307
    기타
    미르의전설3 지르콘 클라 (1)
    miniature 2026.02.06 - 14:10 16
    4306
    기타
    미르의전설3 지르콘 서버.소스.설명서
    miniature 2026.02.06 - 14:07 38
    4305
    기타
    미르의전설2 산댜미르2 (3) 알집
    miniature 2026.02.06 - 13:58 5
    4304
    기타
    미르의전설2 산댜미르2 (2)
    miniature 2026.02.06 - 13:55 6
    4303
    기타
    미르의전설2 산댜미르2 (1)
    miniature 2026.02.06 - 13:51 14
    4302
    기타
    미르의전설2 C# 풀 클라이언트(2015) (3) 알집
    miniature 2026.02.06 - 13:33 7
    4301
    기타
    미르의전설2 C# 풀 클라이언트(2015) (2)
    miniature 2026.02.06 - 13:30 4
    4300
    기타
    미르의전설2 C# 풀 클라이언트(2015) (1)
    miniature 2026.02.06 - 13:26 17
    4299
    기타
    미르의전설2 해피서버 풀 클라이언트(13) 알집
    miniature 2026.02.06 - 13:02 6
    4298
    기타
    미르의전설2 해피서버 풀 클라이언트(12)
    miniature 2026.02.06 - 13:00 1
    4297
    기타
    미르의전설2 해피서버 풀 클라이언트(11)
    miniature 2026.02.06 - 12:57 2
    4296
    기타
    미르의전설2 해피서버 풀 클라이언트(10)
    miniature 2026.02.06 - 12:53
    4295
    기타
    미르의전설2 해피서버 풀 클라이언트(9)
    miniature 2026.02.06 - 12:50 8
    4294
    기타
    미르의전설2 해피서버 풀 클라이언트(8)
    miniature 2026.02.06 - 12:47 6
    4293
    기타
    미르의전설2 해피서버 풀 클라이언트(7)
    miniature 2026.02.06 - 12:44 4
    4292
    기타
    미르의전설2 해피서버 풀 클라이언트(6)
    miniature 2026.02.06 - 12:41 6
    4291
    기타
    미르의전설2 해피서버 풀 클라이언트(5)
    miniature 2026.02.06 - 12:38 1
    4290
    기타
    미르의전설2 해피서버 풀 클라이언트(4)
    miniature 2026.02.06 - 12:36 7
    4289
    기타
    미르의전설2 해피서버 풀 클라이언트(3)
    miniature 2026.02.06 - 12:33 3
    4288
    기타
    미르의전설2 해피서버 풀 클라이언트(2)
    miniature 2026.02.06 - 12:30 8
    4287
    기타
    미르의전설2 해피서버 풀 클라이언트
    miniature 2026.02.06 - 12:23 19
    4286
    기타
    미르의전설2 필리핀소스
    miniature 2026.02.06 - 12:09 7
    4285
    기타
    미르의전설2 크리스탈(릴리즈)서버/클라/소스 25.1.25
    miniature 2026.01.25 - 13:44 67
    4284
    기타
    미르의전설2 크리스탈 서버/클라/소스 23.5.19
    miniature 2026.01.25 - 13:36 38
    4283
    크로노스
    원클릭 크로노스
    권밍꼬 2026.01.05 - 16:11 130
    4282
    크로노스
    충남붕어님 원클릭 크로노스
    권밍꼬 2026.01.05 - 16:10 91
    4281
    기타
    오르카 온라인 클라
    핑구맨이야 2025.12.18 - 23:36 93
    4280
    기타
    마비노기 G20 한글화 + 스마트컨텐츠 + 구축방법
    turrtui 2025.12.05 - 11:47 303
    4279
    기타
    스톤에이지 윈10 2.5 한글화 + 수정 + 구축방법
    turrtui 2025.12.05 - 11:46 536
    4278
    기타
    씰온라인 중국사이트서버
    권밍꼬 2025.12.04 - 11:58 102
    4277
    기타
    데카론 구축방법영상
    권밍꼬 2025.12.03 - 22:45 137
    4276
    기타
    씰온라인 서버
    권밍꼬 2025.12.03 - 22:43 107
    4275
    기타
    위드온라인1
    권밍꼬 2025.12.03 - 22:40 80
    • 1 2 3 4 5 6 7 8 9 10 .. 87
    • / 87 GO
  • GAMEZONE
 GAMEZONE all rights reserved.
by OrangeDay