Jump to content

  •  

mangkepwengs

Member Since 29 May 2013
Offline Last Active Apr 02 2014 02:46 PM
-----

Topics I've Started

Can you give me 2013 12 30 unpatched and patched

02 April 2014 - 03:10 AM

title say it all please i need it because that is the latest client that is pass in wpe free ty


2013 06 18 Client Disconnecting

31 March 2014 - 04:08 PM

[Warning]: clif_parse: Received unsupported packet (packet 0x4fef (0x095b), 19 bytes received), disconnecting session #7.


Packets.h
#if PACKETVER >= 20130618
packet(0x0889,7,clif->pActionRequest,2,6);
packet(0x0951,10,clif->pUseSkillToId,2,4,6);
packet(0x088E,5,clif->pWalkToXY,2);
packet(0x0930,6,clif->pTickSend,2);
packet(0x08A6,5,clif->pChangeDir,2,4);
packet(0x0962,6,clif->pTakeItem,2);
packet(0x0917,6,clif->pDropItem,2,4);
packet(0x0885,8,clif->pMoveToKafra,2,4);
packet(0x0936,8,clif->pMoveFromKafra,2,4);
packet(0x096A,10,clif->pUseSkillToPos,2,4,6,8);
packet(0x094F,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
packet(0x0944,6,clif->pGetCharNameRequest,2);
packet(0x0945,6,clif->pSolveCharName,2);
packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10);
packet(0x0363,2,clif->pSearchStoreInfoNextPage,0);
packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12);
packet(0x0862,6,clif->pReqClickBuyingStore,2);
packet(0x085A,2,clif->pReqCloseBuyingStore,0);
packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
#ifdef PACKETVER_RE
packet(0x08A7,41,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
packet(0x08A7,18,clif->pPartyBookingRegisterReq,2,4);
#endif // PACKETVER_RE
// packet(0x087A,8); // CZ_JOIN_BATTLE_FIELD
packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8);
packet(0x095B,19,clif->pWantToConnection,2,6,10,14,18);
packet(0x0887,26,clif->pPartyInvite2,2);
// packet(0x0878,4); // CZ_GANGSI_RANK
packet(0x0953,26,clif->pFriendsListAdd,2);
packet(0x02C4,5,clif->pHomMenu,2,4);
packet(0x0864,36,clif->pStoragePassword,0);
#endif

#if PACKETVER >= 20130618
packetKeys(0x434115DE,0x34A10FE9,0x6791428E); /* Thanks to Shakto */
#endif
 
MMO.H
 
#ifndef PACKETVER
#define PACKETVER 20130618
#endif // PACKETVER
 
//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).
//#define ENABLE_PACKETVER_RE
#ifdef ENABLE_PACKETVER_RE
#define PACKETVER_RE
#undef ENABLE_PACKETVER_RE
#endif // DISABLE_PACKETVER_RE
 

 


2013-12-23cRagexe autoclosed when open

30 March 2014 - 04:53 PM

title says it all my problem

 

2013-12-23cRagexe autoclosed when open


Client After the Patcher Client Select Server and CLOSE

21 March 2014 - 06:21 PM

Auto Close after Selecting server any problem to my diff client 

thanks for helping in advance


Requesting Trader

20 March 2014 - 02:40 PM

This is the code http://upaste.me/ea7e1119078c26a20#L14

I want to be make this

1. NPC Trader

2. Trade 3 different items to Points
3. Every items will have they owned rate 10 30 100

4. have same rate in points to items

5. thanks for helping me