Jump to content
  • 0

Question

Posted (edited)

Having troubles with packet ver.

 

nice_zps86a8e0bd.png

 

Here's my config..

 

rathena - Revision 17341 trunk

 

packet_db

// Version 23 is the latest Sakexe (above versions are for Renewal clients)
//packet_db_ver: 25
packet_db_ver: default
 
packet_ver: 5
0x0064,55
0x0065,17
0x0066,6
 

//2012-04-18aRagexeRE [special Thanks to Judas!]
packet_ver:31
0x023B,26,friendslistadd,2
0x0361,5,hommenu,2:4
0x08A8,36,storagepassword,0
0x0802,26,partyinvite2,2
0x022D,19,wanttoconnection,2:6:10:14:18
0x0281,-1,itemlistwindowselected,2:4:8
0x035F,6,ticksend,2
0x0202,5,changedir,2:4
0x07E4,6,takeitem,2
0x0362,6,dropitem,2:4
0x07EC,8,movetokafra,2:4
0x0364,8,movefromkafra,2:4
0x096A,6,getcharnamerequest,2
0x0368,6,solvecharname,2
0x08E5,41,bookingregreq,2:4     //Added to prevent disconnections
0x08d2,10
 

 

Clientinfo.xml


      <address>127.0.0.1</address>
      <port>6900</port>
      <version>31</version>
      <langtype>1</langtype>

 

MMO


#ifndef PACKETVER
    //#define PACKETVER 20120410
    #define PACKETVER 20120418
    //#define PACKETVER 20111116
#endif

 

RAGEXE ..

  2012-04-18aRagexeRE

 

MAX_PACKET_VER  is set to 36

Uhmm any suggestion? thank you so much in advance!

Edited by Killmesoftly

12 answers to this question

Recommended Posts

Posted (edited)

make sure you set the correct version of your client on src\map\clif.c

 

#if PACKETVER < 20130320 //change it to   20120418

 

#if PACKETVER >= 20130320 //change it to   20120418

 

 

 

On src\common\mmo.h


#ifndef PACKETVER
 

#define PACKETVER 20120418

Edited by Spectator
Posted

Try to add this to your packet_db.txt

Below packet_ver:31

0x08c9,2

 

Hello Anakid, thank you for answering i've tried it but still doesnt work :(

 

 

make sure you set the correct version of your client on src\map\clif.c

 

#if PACKETVER < 20130320 //change it to   20120418

 

#if PACKETVER >= 20130320 //change it to   20120418

 

 

 

On src\common\mmo.h

#ifndef PACKETVER

 

#define PACKETVER 20120418

 

Hi Spectator, 

 

aww-1_zpsbb53d253.png

 

Thats what i've got should i change both of them?

Posted (edited)

 

Try to add this to your packet_db.txt

Below packet_ver:31

0x08c9,2

 

Hello Anakid, thank you for answering i've tried it but still doesnt work :(

 

 

>>make sure you set the correct version of your client on src\map\clif.c

 

#if PACKETVER < 20130320 //change it to   20120418

 

#if PACKETVER >= 20130320 //change it to   20120418

 

 

 

On src\common\mmo.h

#ifndef PACKETVER

 

#define PACKETVER 20120418

 

Hi Spectator, 

 

aww-1_zpsbb53d253.png

 

Thats what i've got should i change both of them?

 

on src\map\clif.c

 

check around line

 

 

#if PACKETVER < 20130320 //change it to   20120418

and

 

#if PACKETVER >= 20130320 //change it to   20120418

 

change it to your client date.

Edited by Spectator

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...