heRO - always disconnect from map server

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
roplayer34
Noob
Noob
Posts: 2
Joined: 04 Mar 2016, 13:10
Noob?: Yes

heRO - always disconnect from map server

#1 Post by roplayer34 »

The issue I'm having is that I disconnect from the map server, reconnect to account server, then disconnect from error. (i think it was 0081?)

heRO does not use husky shield, however, they do use hercules.
I'm using windows 8

My info in server.txt:

[heRO]
ip 64.15.152.212
port 6901
version 21
master_version 16
serverType kRO_RagexeRE_2012_04_10a
serverEncoding Korean
addTableFolders translated/kRO_english
charBlockSize 144

Breakdown of info:

charblocksize is 144
Ip / Port is correct

-

There are 2 client exe's in the heRO folder. heRO.exe and heRO_blue.exe
When using hero.exe, I get 15 (hex) on the third number, so 21 server version.
When I use hero_blue.exe, I get 0D (hex), so 13 server version.
Both are 10 (hex), 16 master version.

-

For servertype.. (and I think my main issue is here) I check with PE Viewer and PEEK (from info in recvpacket) on both clients, both say April 9 2012.
I'm assuming this means ragexe 2012 4 10a because I've read forum post of people saying this. Furthermore, I've used-

$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
$self->cryptKeys(382677761, 524757915, 189414610);
$self;

From the revpackets: #packet_key: 0x16cf3301 0x1f472b9b 0x0b4a3cd2

Under src/network/send/kro.

I Do Not Know/Understand how to get the original client information before heRO patches..

-

Server encoding I am still unsure about. I've tried both Korean and Western. In the data grfs, there are about 4 different clientinfos. all say euc-kr so I'm assuming here that means Korean.

-

For addtablefolders, I'm pretty sure that's the right info.

-

Lastly, in my config.txt, I've disabled almost all commands just so I could connect to the map server.

This is my first time using open kore, and first time posting. I did do a lot of reading and studying to get this to work .. Any help would be appreciate. =3

roplayer34
Noob
Noob
Posts: 2
Joined: 04 Mar 2016, 13:10
Noob?: Yes

Re: heRO - always disconnect from map server

#2 Post by roplayer34 »

Well, I noticed a lot of views here but no reply. Is it possible that some servers are simply unusable with openkore?

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: heRO - always disconnect from map server

#3 Post by SkylorD »

Your configuration is totally correct, except on cryptKeys

Step3 : Please, check the order of the Keys :

$self->cryptKeys(382677761, 524757915, 189414610);
........................... K..............A..............M.........

Try the K M A order.


Recvpackets updated in 2016/03/12 :

http://pastebin.com/nMagNh1g

:twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted:

Bottable server!

@reconnect to account server, then disconnect from error. (i think it was 0081?) : 0081 = login error, packet wrong or any information wrong, but it's related on account login and not on map server login^^

PS : That's a good server to botting ! :D thanks for that
Learn rules

Dawg
Human
Human
Posts: 34
Joined: 28 Apr 2008, 07:29

Re: heRO - always disconnect from map server

#4 Post by Dawg »

did the ip for this server changed?

Locked