Jump to content
  • 0

Which client to use?


Carnevalli

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/16/14
  • Last Seen:  

Hi,Guys, my problem is the following:

I have a file mmo.h and db_pack ... wanted to know which version should I use the client and lubs files.

mmo.h ... is thus:

<br/>

#ifndef PACKETVER

//#define PACKETVER 20110111

#define PACKETVER 20100730

#endif

// backward compatible PACKETVER 8 and 9

#if PACKETVER == 8

#undef PACKETVER

#define PACKETVER 20070521

#endif

#if PACKETVER == 9

#undef PACKETVER

#define PACKETVER 20071106

#endif

db_packet... is thus:

//2010-11-24aRagexeRE

packet_ver: 26

0x0288,-1,cashshopbuy,4:8

0x0436,19,wanttoconnection,2:6:10:14:18

0x035f,5,walktoxy,2

0x0360,6,ticksend,2

0x0361,5,changedir,2:4

0x0362,6,takeitem,2

0x0363,6,dropitem,2:4

0x0364,8,movetokafra,2:4

0x0365,8,movefromkafra,2:4

0x0366,10,useskilltopos,2:4:6:8

0x0367,90,useskilltoposinfo,2:4:6:8:10

0x0368,6,getcharnamerequest,2

0x0369,6,solvecharname,2

0x0856,-1

0x0857,-1

0x0858,-1

0x0859,-1

Please, what version of the client I have to use? 2010-07-30 or 2010-11-24

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  03/18/12
  • Last Seen:  

Well, I use 2013-08-07aRagexe, but you need the corrent files in your, patch.packet_db_ver is 45.

DiffPatch: xDiffPatcher 
I think the datafolder is this: client-side-translation
 

<clientinfo>

<servicetype>korea</servicetype>
<servertype>primary</servertype>

	<connection>
		...
		<version>45</version>
		<langtype>0</langtype>
		...
	</connection>

</clientinfo>

I hope this help you, choose the news clients is complicate.

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...