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
crowndevilz
Noob
Noob
Posts: 8
Joined: 14 Jan 2017, 18:28
Noob?: Yes

2015 Clients Servertype not yet supported?

#1 Post by crowndevilz »

i have done extracting revs and crypt keys. for this client http://www.mediafire.com/file/6850zvhra7tfhln
i Followed the Tut. http://forums.openkore.com/viewtopic.php?f=6&t=211637
Server Info.
Server Info.
seems like that i need to add a new server type in src/send.pm and receive.pm and tables/kro folder for RagexeRE_2015_05_11 client cause its not yet supported? @_@ seems that client 2015-05-11Ragexe are not yet supported without editing the servertype.

What do i need to do to create this new servertype? been trying for weeks now and this server has no gameguard or protection.

PS.
if someone could give me a full tutorial on how to edit 2015 serverType, and the receive.pm and send.pm. that would really help a lot not just me but for everybody.

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?

#2 Post by SkylorD »

Relation of map_login packets :
(topic to deposit info)

Code: Select all

20101124a=0x0436
20111005a=0x083c
20120307f=0x086A
20120410a=0x094b
20120418a=0x022D
20120702a=0x0363
20130320=0x0888
20130515a=0x0943
20130522=0x08A9
20130529=0x0919
20130605=0x022D
20130612=0x0919
20130618=0x095B
20130626=0x088C
20130703=0x022D
20130710=0x022D
20130717=0x091D
20130807=0x022D
20131223=0x022D
20141016=0x086E
20141022b=0x093b
20150513a=0x0363
20150916=0x0969
20151001b=0x022d
20151104a=0x0360
Using as ref : https://github.com/rathena/rathena/edit ... ket_db.txt

Using : http://pastebin.com/kM1fbFbz
To maintain the order on github, it's necessary to maybe create the 2014_10_16, then edit 2014_10_22b, and then create all until comes your serverType! ^^ That was my FIRST thought.
But now according with :

https://github.com/vthibault/roBrowser/ ... ersions.js

We can start from your serverType... Good choice. I'll provide it for you.

PS : Not tested yet, but provided : https://github.com/OpenKore/openkore/pull/414
Now follow this guide :

http://forums.openkore.com/viewtopic.php?f=6&t=211637

To get the correct crypt keys ! And extract the recvpackets !
Learn rules

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: 2015 Clients Servertype not yet supported?

#3 Post by c4c1n6kr3m1 »

does perl read lines between =pod & =cut , or just information ?

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?

#4 Post by SkylorD »

Yeah. Just info. Needs to be tested. Could u Test it ?
Learn rules

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: 2015 Clients Servertype not yet supported?

#5 Post by c4c1n6kr3m1 »

i just tried put that 'pod cut' thing on sub mainLoop , and openkore stop working

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?

#6 Post by SkylorD »

?



SubMainLoop
Learn rules

c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

Re: 2015 Clients Servertype not yet supported?

#7 Post by c4c1n6kr3m1 »

yup, sub mainLoop on function.pl
you said to me to test
/heh

i just want to know that pod cut thing
you guys allways put those codes from rathena with pod
and as far as i know it is just info, so i want to confirm that i don't make mistake
i'm not programer

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

Re: 2015 Clients Servertype not yet supported?

#8 Post by crowndevilz »

SkylorD wrote:Relation of map_login packets :
(topic to deposit info)

Code: Select all

20101124a=0x0436
20111005a=0x083c
20120307f=0x086A
20120410a=0x094b
20120418a=0x022D
20120702a=0x0363
20130320=0x0888
20130515a=0x0943
20130522=0x08A9
20130529=0x0919
20130605=0x022D
20130612=0x0919
20130618=0x095B
20130626=0x088C
20130703=0x022D
20130710=0x022D
20130717=0x091D
20130807=0x022D
20131223=0x022D
20141016=0x086E
20141022b=0x093b
20150513a=0x0363
20150916=0x0969
20151001b=0x022d
20151104a=0x0360
Using as ref : https://github.com/rathena/rathena/edit ... ket_db.txt

Using : http://pastebin.com/kM1fbFbz
To maintain the order on github, it's necessary to maybe create the 2014_10_16, then edit 2014_10_22b, and then create all until comes your serverType! ^^ That was my FIRST thought.
But now according with :

https://github.com/vthibault/roBrowser/ ... ersions.js

We can start from your serverType... Good choice. I'll provide it for you.

PS : Not tested yet, but provided :
https://github.com/OpenKore/openkore/pull/414

Now follow this guide :

http://forums.openkore.com/viewtopic.php?f=6&t=211637

To get the correct crypt keys ! And extract the recvpackets !

@SkylorD Sorry for late reply i just tried this codes to edit and create serverType for 2015_05_13a. ive also extract and get the crypt keys using this http://forums.openkore.com/viewtopic.php?f=6&t=211637 that you gave. But still the server has denied your connection it says.
ive been trying to figure out what seems to be the problem now since ive already set up the newserver type @_@.
any ideas?

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?

#9 Post by SkylorD »

Check the order of keys
Instead of KMA use KAM

Wtf about functions.pl. i dont told nothing
Ia u using ench plugin or enabled the keys man.?
Learn rules

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

Re: 2015 Clients Servertype not yet supported?

#10 Post by crowndevilz »

@SkylorD i just followed step by step on this viewtopic.php?f=6&t=211637 To get the correct crypt keys And recvpackets :D
crypt.png
i also tried to put KAM instead KMA and so on and so forth @_@. but still server denied the connection it says

i didnt do anything about functions.pl are you talking about the ench.pl?

Locked