Jump to content
Rytech

2016-02-03aRagexeRE

Recommended Posts

File Name: 2016-02-03aRagexeRE

File Submitter: Rytech

File Submitted: 26 Nov 2016

File Category: Client Resources

 

Release for the 2016-02-03aRagexeRE game client.

 

Be sure to set the client's grf read order to read rdata.grf before data.grf.

 

Click here to download this file

Share this post


Link to post
Share on other sites

Do you have Ragexe sir Rytech?

As far i know NEMO can't diff iteminfo on newer RagexeRE clients

Manually hex it, new ragexe could be released *soon*

Share this post


Link to post
Share on other sites

 

Do you have Ragexe sir Rytech?

As far i know NEMO can't diff iteminfo on newer RagexeRE clients

Manually hex it, new ragexe could be released *soon*

 

I would if I could but for some reason its not possible to do a stable unpacking for Ragexe's anymore due to something that changed with those clients at some point after the 2015-05-13. RE's however are coming out stable which is why I released this one. Hopefully the issue can be fixed.

Share this post


Link to post
Share on other sites

i got error while entering server (after selecting char) and a warning comes out on my map-server.bat

"clif_parse: Received packet; 0x0819 specifies invalid packet_len(33920), disconnecting session #3"

 

is this because of there are no new packet.h? 

 

sorry for this question, Im newb in Hercules and just trying the 2016 client

Share this post


Link to post
Share on other sites

 

packets.h lines?  :)

 

https://gitlab.com/4144/servergreps/blob/master/client_re/packets/2016-02-03aRagexeRE/packets.h

 

Also probably need some other minor changes in server code

 I receive an errro.

 

 

packets.h: In function ‘packetdb_loaddb’:
packets.h:3470:30: error: ‘XXX’ undeclared (first use in this function)
  packet(0x088c,4,clif->pDull,XXX); // added in same version  // CZ_GANGSI_RANK
                              ^
clif.c:19271:66: note: in definition of macro ‘packet’
 #define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)
                                                                  ^
packets.h:3470:30: note: each undeclared identifier is reported only once for each function it appears in
  packet(0x088c,4,clif->pDull,XXX); // added in same version  // CZ_GANGSI_RANK
                              ^
clif.c:19271:66: note: in definition of macro ‘packet’
 #define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)

Share this post


Link to post
Share on other sites
// Hercules version: 20151216
// 2016-02-03aRagexeRE
#if PACKETVER >= 20160203
// shuffle packets
	packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // added in same version  // CZ_REQ_TRADE_BUYING_STORE
	packet(0x0360,6,clif->pReqClickBuyingStore,2); // added in 2016-01-20aRagexeRE // CZ_REQ_CLICK_TO_BUYING_STORE
	packet(0x0361,26,clif->pFriendsListAdd,2); // added in same version  // CZ_ADD_FRIENDS
	packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // added in 2016-01-20aRagexeRE // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
	packet(0x0368,6,clif->pSolveCharName,2); // added in 2016-01-20aRagexeRE // CZ_REQNAME_BYGID
	packet(0x0369,7,clif->pActionRequest,2,6); // added in 2016-01-20aRagexeRE // CZ_REQUEST_ACT
	packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // added in same version  // CZ_SEARCH_STORE_INFO
	packet(0x0437,6,clif->pTickSend,2); // added in same version  // CZ_REQUEST_TIME
	packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // added in 2016-01-20aRagexeRE // CZ_USE_SKILL_TOGROUND
	packet(0x07e4,2,clif->pSearchStoreInfoNextPage,0); // added in same version  // CZ_SEARCH_STORE_INFO_NEXT_PAGE
	packet(0x0811,5,clif->pChangeDir,2,4); // added in same version  // CZ_CHANGE_DIRECTION
	packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // added in 2016-01-20aRagexeRE // CZ_REQ_OPEN_BUYING_STORE
	packet(0x0817,2,clif->pReqCloseBuyingStore,0); // added in 2015-10-22aRagexeRE // CZ_REQ_CLOSE_BUYING_STORE
	packet(0x0819,19,clif->pWantToConnection,2,6,10,14,18); // added in same version  // CZ_ENTER
	packet(0x0835,-1,clif->pItemListWindowSelected,2,4,8); // added in same version  // CZ_ITEMLISTWIN_RES
	packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // added in 2016-01-20aRagexeRE // CZ_SSILIST_ITEM_CLICK
	packet(0x083c,10,clif->pUseSkillToId,2,4,6); // added in 2016-01-20aRagexeRE // CZ_USE_SKILL
	packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // added in same version  // CZ_PARTY_BOOKING_REQ_REGISTER
	packet(0x0872,5,clif->pHomMenu,2,4); // added in same version  // CZ_COMMAND_MER
	packet(0x0873,36,clif->pStoragePassword,0); // added in same version  // CZ_ACK_STORE_PASSWORD
	packet(0x088c,4,clif->pDull); // added in same version  // CZ_GANGSI_RANK
	packet(0x0918,8,clif->pDull); // added in same version  // CZ_JOIN_BATTLE_FIELD
	packet(0x093e,26,clif->pPartyInvite2,2); // added in same version  // CZ_PARTY_JOIN_REQ
	packet(0x0940,5,clif->pWalkToXY,2); // added in same version  // CZ_REQUEST_MOVE
	packet(0x0947,6,clif->pDropItem,2,4); // added in same version  // CZ_ITEM_THROW
	packet(0x0954,8,clif->pMoveFromKafra,2,4); // added in same version  // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
	packet(0x095a,6,clif->pTakeItem,2); // added in same version  // CZ_ITEM_PICKUP
	packet(0x095d,8,clif->pMoveToKafra,2,4); // added in same version  // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
	packet(0x096a,6,clif->pGetCharNameRequest,2); // added in 2016-01-20aRagexeRE // CZ_REQNAME
#endif

 

Share this post


Link to post
Share on other sites

 

 

packets.h lines?  :)

 

https://gitlab.com/4144/servergreps/blob/master/client_re/packets/2016-02-03aRagexeRE/packets.h

 

Also probably need some other minor changes in server code

 I receive an errro.

 

 

packets.h: In function ‘packetdb_loaddb’:
packets.h:3470:30: error: ‘XXX’ undeclared (first use in this function)
  packet(0x088c,4,clif->pDull,XXX); // added in same version  // CZ_GANGSI_RANK
                              ^
clif.c:19271:66: note: in definition of macro ‘packet’
 #define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)
                                                                  ^
packets.h:3470:30: note: each undeclared identifier is reported only once for each function it appears in
  packet(0x088c,4,clif->pDull,XXX); // added in same version  // CZ_GANGSI_RANK
                              ^
clif.c:19271:66: note: in definition of macro ‘packet’
 #define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)

 

XXX mean unknown. In simple way you can delete ,XXX or replace to , 0

Share this post


Link to post
Share on other sites

On Opening RoDex.. i cliked on the buttons and get this error!

 

[Warning]: clif_parse: Received unsupported packet (packet 0x0a08 (0x0a08), 26 bytes received), disconnecting session #10.
 

 

and i don't know why but i keep getting error for save pincode....

 

[SQL]: DB error - Out of range value for column 'pincode_change' at row 1
[Debug]: at account_sql.c:654 - UPDATE `login` SET `userid`=?,`user_pass`=?,`sex`=?,`email`=?,`group_id`=?,`state`=?,`unban_time`=?,`expiration_time`=?,`logincount`=?,`lastlogin`=?,`last_ip`=?,`birthdate`=?,`character_slots`=?,`pincode`=?,`pincode_change`=? WHERE `account_id` = '2000000'

 


 

Share this post


Link to post
Share on other sites

 

On Opening RoDex.. i cliked on the buttons and get this error!

 

[Warning]: clif_parse: Received unsupported packet (packet 0x0a08 (0x0a08), 26 bytes received), disconnecting session #10.

RODEX isn't implemented yet in Hercules.

Share this post


Link to post
Share on other sites
[Warning]: clif_parse: Received packet 0x0819 specifies invalid packet_len (3392
1), disconnecting session #3.
[info]: Closed connection from '127.0.0.1'.
 
any solution?

 

[Warning]: clif_parse: Received packet 0x0819 specifies invalid packet_len (3392
1), disconnecting session #3.
[info]: Closed connection from '127.0.0.1'.
 
any solution?

SOLVED!
sorry, but i forgot to change the PACKETVER line :D

Share this post


Link to post
Share on other sites

The diff, " Aura over 99 " work on this client? Because im getting crash when i diff the client 2015-11-04 with this option enable, so i want to change for this, maybe works idk

Share this post


Link to post
Share on other sites

 

help pls:

[Info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x0819,l:19).
 

This is rathena error. But packets from this topic only for hercules. Try ask rathena devs

Share this post


Link to post
Share on other sites

 

 

Do you have Ragexe sir Rytech?

As far i know NEMO can't diff iteminfo on newer RagexeRE clients

Manually hex it, new ragexe could be released *soon*

 

I would if I could but for some reason its not possible to do a stable unpacking for Ragexe's anymore due to something that changed with those clients at some point after the 2015-05-13. RE's however are coming out stable which is why I released this one. Hopefully the issue can be fixed.

 

i'm consider lucky coz got client ver 2015-10-29aRagexe... not RE ver.. thanks to both of u guys @Rytech & @Dastgir... but, really hope in the future stable client Ragexe could be release... wish u good luck @Rytech...

Edited by hazimjauhari90

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

×
×
  • Create New...

Important Information

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