Jump to content
Sign in to follow this  
themon

2013-08-14aRagexe Full Client by Themon

Recommended Posts

2013-08-14aRagexe Full Client by Themon

 

 

 

add this to packet.h

[cbox]//2013-08-14aRagexe - Themon

#if PACKETVER >= 20130814

packet(0x0874,7,clif->pActionRequest,2,6);

packet(0x0947,10,clif->pUseSkillToId,2,4,6);

packet(0x093A,5,clif->pWalkToXY,2);

packet(0x088A,6,clif->pTickSend,2);

packet(0x088C,5,clif->pChangeDir,2,4);

packet(0x0926,6,clif->pTakeItem,2);

packet(0x095F,6,clif->pDropItem,2,4);

packet(0x0202,8,clif->pMoveToKafra,2,4);

packet(0x0873,8,clif->pMoveFromKafra,2,4);

packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8);

packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);

packet(0x0937,6,clif->pGetCharNameRequest,2);

packet(0x0923,6,clif->pSolveCharName,2);

packet(0x0868,12,clif->pSearchStoreInfoListItemClick,2,6,10);

packet(0x0941,2,clif->pSearchStoreInfoNextPage,0);

packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);

packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12);

packet(0x0895,6,clif->pReqClickBuyingStore,2);

packet(0x094E,2,clif->pReqCloseBuyingStore,0);

packet(0x0936,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);

#ifdef PACKETVER_RE

packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);

#else // not PACKETVER_RE

packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4);

#endif // PACKETVER_RE

// packet(0x0896,8); // CZ_JOIN_BATTLE_FIELD

packet(0x08A4,-1,clif->pItemListWindowSelected,2,4,8);

packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18);

packet(0x0927,26,clif->pPartyInvite2,2);

// packet(0x0815,4); // CZ_GANGSI_RANK

packet(0x0281,26,clif->pFriendsListAdd,2);

packet(0x0958,5,clif->pHomMenu,2,4);

packet(0x0885,36,clif->pStoragePassword,0);

#endif[/cbox]

 

[cbox]#if PACKETVER >= 20130814

packetKeys(0x23A23148,0x0C41420E,0x53785AD7); /* Themon */

#endif[/cbox]

 

please try to post if you encounter a packet error

and how did you get that error

Thanks

Edited by themon

Share this post


Link to post
Share on other sites

that rdata.grf is not what im using right now because I already update mine. but you can try to update that also.

 

and that func.txt is just my reference for packet date function.

you don't have to put it anywhere

Share this post


Link to post
Share on other sites

change log:

added

packet(0x0958,5,clif->pHomMenu,2,4);

packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);

Share this post


Link to post
Share on other sites

Share this post


Link to post
Share on other sites

anybody got some error yet?

please post it here.

what packet error and how did you get the error?

Share this post


Link to post
Share on other sites

i can never patch client using xDiffPatcher with enable packet encryption and use 3 keys. Like i posted here

:http://herc.ws/board/topic/1151-2013-ragexe-support-main-topic/page-6

 

so i use NEMO and insert 23A23148, 0C41420E, 53785AD7 for key.

 

then enabling

 

 

packet_obfuscation: 2 

 

 

But i have error at map server:

 

 

unsupported packet (packet 0x1902 (0x6351), 19 bytes received), .... 
Edited by Javanese

Share this post


Link to post
Share on other sites

I havent use nemo patcher or the new insert packets your trying.

 

not sure but try to put this

  packet(0x6351,19,clif->pWantToConnection,2,6,10,14,18);
 

Edited by themon

Share this post


Link to post
Share on other sites

error when compiling:

"bad suffix on number...""packetdb_addpacket": too few arguments...packet(0x0x6351,19,clif->pWantToConnection,2,6,10,14,18); 

Could you tell me/have client that working with packet_obfuscation ?

 

the reason hercules seems interesting for me is it claim to have anti wpe. But i tried and search how to use that, still no luck

Edited by Javanese

Share this post


Link to post
Share on other sites

error when compiling:

"bad suffix on number...""packetdb_addpacket": too few arguments...packet(0x0x6351,19,clif->pWantToConnection,2,6,10,14,18); 

Could you tell me/have client that working with packet_obfuscation ?

 

the reason hercules seems interesting for me is it claim to have anti wpe. But i tried and search how to use that, still no luck

remove the excess 0x

packet(0x6351,19,clif->pWantToConnection,2,6,10,14,18);

Edited by themon

Share this post


Link to post
Share on other sites

 

okay bro , i 'll try it so its okay.

 

my problem is this one and the other is i can seem to fix the setup . XD

 

 

OKAY IT's FIXED :D

 

but have another PROBLEM on The GUILD , now show the Guild's name.?

 

Edited by ayennnnnnn

Share this post


Link to post
Share on other sites
 

 

 

okay bro , i 'll try it so its okay.

 

my problem is this one and the other is i can seem to fix the setup . XD

 

 

OKAY IT's FIXED  :D

but have another PROBLEM on The GUILD , now show the Guild's name.?

 

in game type /showname

Share this post


Link to post
Share on other sites

 

 

 

 

okay bro , i 'll try it so its okay.

 

my problem is this one and the other is i can seem to fix the setup . XD

 

 

OKAY IT's FIXED  :D

 

but have another PROBLEM on The GUILD , now show the Guild's name.?

 

in game type /showname

nothing happened.

Share this post


Link to post
Share on other sites

2013-08-14aRagexe Full Client by Themon

 

 

 

add this to packet.h

[cbox]#if PACKETVER >= 20130814

packetKeys(0x23A23148,0x0C41420E,0x53785AD7); /* THEMON */

packet(0x0874,7,clif->pActionRequest,2,6);

packet(0x0947,10,clif->pUseSkillToId,2,4,6);

packet(0x093A,5,clif->pWalkToXY,2);

packet(0x088A,6,clif->pTickSend,2);

packet(0x088c,5,clif->pChangeDir,2,4);

packet(0x0926,6,clif->pTakeItem,2);

packet(0x095F,6,clif->pDropItem,2,4);

packet(0x0202,8,clif->pMoveToKafra,2,4);

packet(0x0873,8,clif->pMoveFromKafra,2,4);

packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8);

packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);

packet(0x0937,6,clif->pGetCharNameRequest,2);

packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4,6);

packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18);

packet(0x0281,26,clif->pFriendsListAdd,2);

packet(0x0927,26,clif->pPartyInvite2,2);

packet(0x0958,5,clif->pHomMenu,2,4);

#endif[/cbox]

 

please try to post if you encounter a packet error

and how did you get that error

Thanks

 

how to make GM Account?

in sql i already change the group into 99

 

but nothing happens

Share this post


Link to post
Share on other sites

You have to diff a new client because if you used the one that I already make I disable the gm sprite there. And you must add in your clientinfo.xml the admin account

Share this post


Link to post
Share on other sites

im using your client bro but why im having this problem? after character selection i got disconnected like the picture below

 

packet_zpsfc4d15bc.png

Share this post


Link to post
Share on other sites

I've update the packet data for 20130814aRagexe client on the first page

you can try that also

Share this post


Link to post
Share on other sites

So far everything seems to be working fine, but I've found one thing and I'm not sure why this is the case. Items are different colors.

 

24xgexe.jpg

it defend on how many slot the item have

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.