Jump to content
  • 0

2011-12-28aRagexeRE.exe disconnecting


Vali

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

Hi all,

Well since the last weeks I'm trying to setup a new client. I have trying to run in localhost the client 2011-12-28aRagexeRE.exe but when I select the character and the map must start being loaded it's disconnected.

The server side says [info]: clif_parse: Disconnecting session #3 with unknown packet version." I think I have all fine:

In mmo.h

#ifndef PACKETVER
#define PACKETVER 20111228
//#define PACKETVER 20100730
#endif

In the packet_db.txt I tried with default and with 28

I diffed the client (I tried to search the Avoid obfuscation header but is not able for that client, I think is ok).

I downloaded the client from http://supportmii.com/ro1/Clients/

Here is my clientinfo also (I post everything because I don't know what more do)

<?xml version="1.0" encoding="en_GB.utf8" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
 <connection>
 <desc>Ragnarok Online Commerce</desc>
   <display>ROcommerce</display>
   <balloon>Click here to play</balloon>
   <address>127.0.0.1</address>
   <port>6900</port>
   <version>28</version>
   <langtype>10</langtype>
   <registrationweb></registrationweb>
   <aid>
   <admin></admin>
   <admin></admin>
   <admin></admin>
   </aid>
   <yellow>
   <admin></admin>
   <admin></admin>
   <admin></admin>
   </yellow>
   <loading>
   <image>loading00.jpg</image>
   <image>loading01.jpg</image>
   </loading>
 </connection>
</clientinfo>

Please, can someone give me a clue about how to make this client works?

Thank you.

Link to comment
Share on other sites

17 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

Change your "DATA.INI <version>28</version>" to something like 26 and try logging in. Leave your src files set to default btw

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

Change your "DATA.INI <version>28</version>" to something like 26 and try logging in. Leave your src files set to default btw

Changed to 26 and 27. Do not work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

you must have the packets of that client date inside packet_db.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

Yeah each client date has its own set of different packets even if you have skip packet ibsefurcation

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  206
  • Reputation:   16
  • Joined:  01/03/12
  • Last Seen:  

How are you diffing clients later than 2011-04-05a?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

you must have the packets of that client date inside packet_db.txt

Then rAthena do not support the client 2012-12-28?

Yeah each client date has its own set of different packets even if you have skip packet ibsefurcation

Ok, Then what is the most recent client that is supported by rAthena?

Thank you.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  206
  • Reputation:   16
  • Joined:  01/03/12
  • Last Seen:  

As far as I know rAthena doesn't support anything past March of 2011, however, I could be wrong.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

//2012-03-07fRagexeRE

packet 28 but make sure to // any 2011-11-02 packets

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  95
  • Topics Per Day:  0.02
  • Content Count:  210
  • Reputation:   3
  • Joined:  12/20/11
  • Last Seen:  

//2012-03-07fRagexeRE

packet 28 but make sure to // any 2011-11-02 packets

but i try 2012 03 07 its still the same. still disconnecting and not supported by the packet.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

//2012-03-07fRagexeRE

packet 28 but make sure to // any 2011-11-02 packets

but i try 2012 03 07 its still the same. still disconnecting and not supported by the packet.

Maybe because your missing the packets in your source files?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

you have to hex edit it also , since you must include skip packet obsefurcation

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   8
  • Joined:  02/08/12
  • Last Seen:  

you have to hex edit it also , since you must include skip packet obsefurcation

how to skip packet obsefurcation i don't know hex code

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

//2012-03-07fRagexeRE

packet 28 but make sure to // any 2011-11-02 packets

2011-11-16 is correct for the packets that are in 2011-11-02? Because 2011-11-02 is really bugged.

Thx.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

No it uses different packets

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

you must have the packets of that client date inside packet_db.txt

Then rAthena do not support the client 2012-12-28?

they do support it if you could provide the packets of that client!

Edited by Lordamax
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   7
  • Joined:  12/29/11
  • Last Seen:  

And how or where can I find the packets for different clients?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

And how or where can I find the packets for different clients?

Not 110% sure, but the code you should be adding looks a little like this. http://sourceforge.n...b/packet_db.txt

P.S. Lookie what I found http://rathena.org/board/topic/61030-2012-03-28aragexere/

Edited by Matrixfox
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...