아래 포스트들 보고 따라했는데 안되서 물어봅니다...

Korea - 한국

Moderator: Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) maybe outdated. Read the wiki for instructions on how to update those information and please contribute when you obtain them. Contact Cozzie to join the team as a regular server supporter.
Message
Author
geometry77
Noob
Noob
Posts: 12
Joined: 27 May 2008, 02:57
Noob?: Yes

아래 포스트들 보고 따라했는데 안되서 물어봅니다...

#1 Post by geometry77 »

안녕하세요 저 이번에 바포섭시작한 신규유전데요
hi, i'm a noob kro baphomet server player

봇이란거보고 나도 해보자하고 하는데 대충리플보니 서버하고캐릭까진 로긴돼시는듯한데
i saw bot users and wanna do it myself, after reading replies seems like it's possible to login server and char

근데 전 그거마저 안돼네요...[코어깔린폴더]/src/Network/Send/ServerType8.pm을 워드패드로 열어서
but i cant even do that, i open [folder where kore's installed]/src/Network/Send/ServerType8.pm via wordpad

그리고 올라와 있는
sub sendMasterLogin {
my ($self, $username, $password, $master_version, $version) = @_;
my $msg = pack("C*", 0xB0, 0x02, 0x13, 0x00, 0x00, 0x00).
pack("a24", $username) .
pack("a24", $password) .
pack("C", $master_version) .
pack("a15", join(".", unpack("C4", $self->{net}->serverAddress()))) .
pack("C*", 0x00, 0x30, 0x30, 0x35, 0x30, 0x37, 0x30, 0x62, 0x35, 0x31, 0x37, 0x33, 0x66, 0x0A, 0x00);
$self->sendToServer($msg);
}
그대로 붙여넣기 (sub sendMasterLogin 이란 곳은 한곳밖에 없는듯 중복실수는 아닌듯) 그다음 세이브
i copy paste the above code into ServerType8.pm (into a region where code starts with 'sub sendMasterLogin'...only one of that phrase so should be correct location i think)

그리고 코어 시작하면 아뒤명비밀번호넣고 서버번호(59)넣으면
Connecting to Account Server...
Cannot load server message parser for server type '8_1'.
Press enter to exit blah blah
이렇게 나오네요
i start openkore, put in acc and pword and server#(59) and above phrase comes out and i cant connect

휴 초보라 그런지 뭐가먼지 거의 모르겠내요 뭘잘못했는지점 알려주심 감사요...

geometry77
Noob
Noob
Posts: 12
Joined: 27 May 2008, 02:57
Noob?: Yes

Re: 아래 포스트들 보고 따라했는데 안되서 물어봅니다...

#2 Post by geometry77 »

아 하나더 패킷바꾸는건 패킷추출기사용해서 table folder에 recvpackets.txt 덮어씌운 다음에 어떻게 해야 하는거죠?
one more thing, about changing packet using extractor and pasting recvpackets.txt-new packet on table folder, after that what do i do?

money213
Noob
Noob
Posts: 15
Joined: 16 May 2008, 15:10
Noob?: Yes

Re: 아래 포스트들 보고 따라했는데 안되서 물어봅니다...

#3 Post by money213 »

8_1.pm이 없다는군요 리시브패킷.txt는 별상관없답니다. 덮어씌우기만하면된답니다.

geometry77
Noob
Noob
Posts: 12
Joined: 27 May 2008, 02:57
Noob?: Yes

Re: 아래 포스트들 보고 따라했는데 안되서 물어봅니다...

#4 Post by geometry77 »

money213님 그럼 8.1.pm은 어디서 구하나요? 아래 글들 보니 그냥 serverType8.pm에 다 집어넣는것으로 돼잇던데 8.1은 8 안에 들어잇어야 하는데 전 없다는 건가요 아니면 8.1pm 이 어디따로 있는데 제가 못찾고 8에 넣었다는 뜻인가요?

prdtts
Noob
Noob
Posts: 2
Joined: 14 Jul 2008, 01:48
Noob?: Yes

Re: 아래 포스트들 보고 따라했는데 안되서 물어봅니다...

#5 Post by prdtts »

바포섭은 59번이 아니예요

가이드라는곳에 보시면 서버 정보를 알아내는 가이드가 있는데,
http://www.openkore.com/wiki/index.php/ ... nformation
링크로 가셔서 대단원이 Passing server information to OpenKore/VisualKore인곳으로 가세요.

바포섭 정보는 알고 계신가요? 정보는 포럼 1페이지 두번째 글(Dreamer님이 올리신글)에 있습니다.

거기 정보와 가이드에 올라온것처럼 Tables폴더에 Servers.txt에 적어넣으시면 됩니다. 저도 여기까진 했는데 서버 접속은 안되더군요.

Servers.txt에 넣으신 후에 실행하시면 서버 리스트에서 이름은 님이 적으신 이름으로 떠요

Post Reply