2015 Clients Servertype not yet supported?

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
saltpepper
Noob
Noob
Posts: 6
Joined: 29 Jan 2017, 13:19
Noob?: Yes

Re: 2015 Clients Servertype not yet supported?

#21 Post by saltpepper »

I'll try helping out here too

I tried OP's exe and extracted my own recvpackets ... I got the same crypt keys too but none of them worked . ValRO gives me server denied your connection.

$self->cryptKeys(1657302281, 1972653847, 288101181); -> [0363]->[369A] / KEY : [0x62C8]->[0x35F9]
$self->cryptKeys(1657302281, 288101181, 1972653847); -> [0363]->[7264] / KEY : [0x62C8]->[0x7107]
$self->cryptKeys(288101181, 1972653847, 1657302281); -> [0363]->[369A] / KEY : [0x112C]->[0x35F9]
$self->cryptKeys(288101181, 1657302281, 1972653847); -> [0363]->[0492] / KEY : [0x112C]->[0x07F1]
$self->cryptKeys(1972653847, 288101181, 1657302281); -> [0363]->[7264] / KEY : [0x7594]->[0x7107]
$self->cryptKeys(1972653847, 1657302281, 288101181); -> [0363]->[0492] / KEY : [0x7594]->[0x07F1]

This is odd... the server is almost the same as my other server but I cannot connect here. It's either protected or I did something wrong

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

Re: 2015 Clients Servertype not yet supported?

#22 Post by SkylorD »

I got the same crypt keys too but none of them worked . ValRO gives me server denied your connection.
Then forget!
Keys obfuscated. Try yourself to find it.

At first i can't understand.
The 2015_05_13a works for me and crypt keys also works although I'm having a problem with the packets it doesn't detect players and npc etc. I've encountered this before with a different server type and fixed it by following this /viewtopic.php?f=9&t=211305. Are there any guides in making these for the 2015 clients? Thanks!
1) Can you login into map, without receive the server dennied connection message error ?
2) Where did u have extracted the recvpackets ? Which file ? Which program ? I really don't found it on ValRO, if u had extracted, i believe it's impossible. You are confused.
Learn rules

saltpepper
Noob
Noob
Posts: 6
Joined: 29 Jan 2017, 13:19
Noob?: Yes

Re: 2015 Clients Servertype not yet supported?

#23 Post by saltpepper »

1)I can't in Valhalla RO , my first post was about another server using the same 2015 client (with encrypted packets anti wpe/rpe) and successfully connected but cannot detect NPC/Players etc
2)I downloaded the client from their website and used PEEK and used same method as the one I used on the other server using 2015 client

Additional note: I asked around the server they told me they used to have gepard in the server but (removed it?) due to connection issues ... Idk if this helps with anything

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

Re: 2015 Clients Servertype not yet supported?

#24 Post by SkylorD »

Well it can explain the keys hidden. But u are talking simultaneously about two server.
I believe u can forget this!
Learn rules

saltpepper
Noob
Noob
Posts: 6
Joined: 29 Jan 2017, 13:19
Noob?: Yes

Re: 2015 Clients Servertype not yet supported?

#25 Post by saltpepper »

Sorry about that , I thought the problem in this topic is similar to mine I'll post mine on a new topic /sry

crowndevilz
Noob
Noob
Posts: 8
Joined: 14 Jan 2017, 18:28
Noob?: Yes

Re: 2015 Clients Servertype not yet supported?

#26 Post by crowndevilz »

@SkylorD now at somepoint it didnt work again @_@ but the core manage to select my char and so but suddenly it says the server has denied the connection again.
newerror.png
i have tried the crypt keys, put different orders of the KAM,KMA and so on and so fort . but still have that error..

smallvill3
Plain Yogurt
Plain Yogurt
Posts: 79
Joined: 14 Apr 2010, 23:44
Noob?: No
Location: Kuala Lumpur

Re: 2015 Clients Servertype not yet supported?

#27 Post by smallvill3 »

I have tested the RagexeRE_2015_05_13a, the server still denied the connection.

This is the screen log captured at the emulator.
Attachments
1.jpg
Image
The one and ONLY Bottable Ragnarok Server. Join us now! | 3x/3x/3x | Pre-Renewal | Openkore Supported | Official Game-Play
Website | Registration | Facebook | Forum | RMS

smallvill3
Plain Yogurt
Plain Yogurt
Posts: 79
Joined: 14 Apr 2010, 23:44
Noob?: No
Location: Kuala Lumpur

Re: 2015 Clients Servertype not yet supported?

#28 Post by smallvill3 »

Messing around the server type, instead of 'Server denied your connection' i manage to enter the map but instantly getting disconnected from the server.
Below is the error from console emulator.

[Warning]: clif_parse: Received unsupported packet (packet 0x7bcf, 2 bytes received), disconnecting session #8.
Attachments
error2.jpg
Image
The one and ONLY Bottable Ragnarok Server. Join us now! | 3x/3x/3x | Pre-Renewal | Openkore Supported | Official Game-Play
Website | Registration | Facebook | Forum | RMS

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

Re: 2015 Clients Servertype not yet supported?

#29 Post by SkylorD »

Well, i see you are emulating.
How are u settings ?
Is u trying to login at the same server ? As i noticed, no !

0x7BCF looks like it is crypted. Disable the encryption! and it may be solved.

Or :

Enable the :

debugPacket_received
debugPacket_ro_sent
debugPacket_unparsed

in your config !
Learn rules

smallvill3
Plain Yogurt
Plain Yogurt
Posts: 79
Joined: 14 Apr 2010, 23:44
Noob?: No
Location: Kuala Lumpur

Re: 2015 Clients Servertype not yet supported?

#30 Post by smallvill3 »

SkylorD wrote:Well, i see you are emulating.
How are u settings ?
Is u trying to login at the same server ? As i noticed, no !

0x7BCF looks like it is crypted. Disable the encryption! and it may be solved.

Or :

Enable the :

debugPacket_received
debugPacket_ro_sent
debugPacket_unparsed

in your config !
Yes same server. Set with default rAthena settings.
I do not install any 3rd party protection or gameguard.
How do i turn the encryption off? Did you mean 'packet obfuscation' ?

Openkore console log with above debug enable: https://justpaste.it/13dhw
Image
The one and ONLY Bottable Ragnarok Server. Join us now! | 3x/3x/3x | Pre-Renewal | Openkore Supported | Official Game-Play
Website | Registration | Facebook | Forum | RMS

Locked