2.0 미소피아 2차팩 서버 구동 후 클라 로그인 안됨
컨텐츠 정보
- 1,031 조회
- 7 댓글
- 0 추천
- 0 비추천
- 목록
본문
2.0 미소피아2차 팩으로 구동했고요 첨부 파일처럼 서버 구동은 된것같은데 클라를 실행시켜서 아이디 비번 쓰고 접속을 누르면 아무일도 안일어납니다.
뭐가 문제 일까요? 아이피 주소 적는거는 network.ini, server.cfg, telnet.cfg 이 3개 밖에 없는것 같은데 혹시 다른파일에 아이피주소를 안적어서 그런건지
이유를 모르겠네요 그리고 매니저인가? 그거는 안뜨고 그냥 cmd창에 정보:클라이언트 접속 대기 중...만 뜨는거 정상인가요?
-
등록일 2023.05.15
-
등록일 2023.05.09미소피아팩은 클라 뭐 써야하나요?댓글 4
관련자료
댓글 7

곤니숑와님의 댓글의 댓글
server.cfg 파일 열면
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=*
GameserverPort=2000
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=아이피주소
# This is transmitted to the client from the same network, so it has to be a public IP or resolvable hostname
InternalHostname=아이피주소
# Database info
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/l1jdb?useUnicode=true&characterEncoding=euckr
Login=root
Password=
# Useable values: "true" - "false", use this option to choose whether accounts will be created
# automatically or not. If not, you have to put it in the logins.txt in the data folder
AutoCreateAccounts=true
# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers=30
# Global chat lvl min lvl 30.
Globalchat=1
#Droprates, exp rate
Exprate=200
Droprate=100
이렇게 나옵니다.
포트는 2000입니다.
ctool로 접속기도(아이피주소랑 포트 위 파일들에 아이피 넣는곳에 똑같이 넣었음) 만들어봤고 린빈속성에도 아이피주소랑 포트 2000넣었고요 그런데도 아무런 일도 안일어나네요
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=*
GameserverPort=2000
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=아이피주소
# This is transmitted to the client from the same network, so it has to be a public IP or resolvable hostname
InternalHostname=아이피주소
# Database info
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/l1jdb?useUnicode=true&characterEncoding=euckr
Login=root
Password=
# Useable values: "true" - "false", use this option to choose whether accounts will be created
# automatically or not. If not, you have to put it in the logins.txt in the data folder
AutoCreateAccounts=true
# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers=30
# Global chat lvl min lvl 30.
Globalchat=1
#Droprates, exp rate
Exprate=200
Droprate=100
이렇게 나옵니다.
포트는 2000입니다.
ctool로 접속기도(아이피주소랑 포트 위 파일들에 아이피 넣는곳에 똑같이 넣었음) 만들어봤고 린빈속성에도 아이피주소랑 포트 2000넣었고요 그런데도 아무런 일도 안일어나네요

reload님의 댓글의 댓글
1. "아이피주소" 라고 되어 있는곳에 한글로 그대로 적혀 있는 거죠? 다른 IP 주소가 적혀 있거나 한건 아니시죠?
2. DatabaseInfo 에 password 는 설치시에 설정 하신 password 로기입 하신거죠?
일단 위 두 내용만 확인 하시면 구동은 되실 거고. lineage.conf 파일이 있으시다면 거기 들가보시면
# 138, 144, 161, 163, 200, 230, 280, 300, 310, 315, 321, 350, 360
server_version = 200
# 서버 명령어 필터 (.명령어 or -명령어)
command = .
이렇게 서버 버전 있을거예요.
공개팩들로 돌아다니는것 중엔 미소피아 팩은 3점대로 알고 있는데, 2.0 으로도 있나 보군요.
궁금 하네요. 서버팩 자료실에 올려봐 주세요.
2. DatabaseInfo 에 password 는 설치시에 설정 하신 password 로기입 하신거죠?
일단 위 두 내용만 확인 하시면 구동은 되실 거고. lineage.conf 파일이 있으시다면 거기 들가보시면
# 138, 144, 161, 163, 200, 230, 280, 300, 310, 315, 321, 350, 360
server_version = 200
# 서버 명령어 필터 (.명령어 or -명령어)
command = .
이렇게 서버 버전 있을거예요.
공개팩들로 돌아다니는것 중엔 미소피아 팩은 3점대로 알고 있는데, 2.0 으로도 있나 보군요.
궁금 하네요. 서버팩 자료실에 올려봐 주세요.