Jump to content

Kiu

Members
  • Content Count

    3
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Kiu reacted to Rytech in 2016-12-28aRagexeRE Client   
    File Name: 2016-12-28aRagexeRE Client
    File Submitter: Rytech
    File Submitted: 27 Jan 2017
    File Category: Client Resources

    Release for the 2016-12-28aRagexeRE client.

    Be sure to set your DATA.INI to read rdata.grf first and data.grf 2nd.

    Click here to download this file

    After seeing the success of the unpacking of the last 2 clients I felt its time to finally get a new one out. A very new one to help drive things in motion again. So here's a late xmas president to everyone. Packet lengths, shuffles, and encryption keys are provided in the text file.
     
    Big thanks to Nova for helping with the testing of the client and the connection fixes and giving me the motivation to make this possible.
     
    1. Due to a big change in how regular client are being packed by Gravity, its not possible to do a stable unpacking of them. Only RE clients can be done without issues. So please don't ask for regular ones.
     
    2. Because RE clients are sakray test clients, im only doing releases that I feel are stable and will only make them as needed. So maybe one or 2 clients will be released a year.
     
    3. As with all newly released clients itl take time to get them fully supported. This is a very new client and will have some issues at the start. Its stable but do expect some things to not work right away. DO NOT PM ME OR ANY OTHER DEV'S ON HOW TO GET IT TO WORK!!!! Your PM's will be ignored.
     
    4. Currently as of this time, the client will not work with Hercules or rAthena even if you add the shuffles and encryption keys. Ive tested and gotten this to work on 3CeAM and a friend's test server that uses rAthena with a small fix. ill provide info on how to fix this. You can apply it yourself or wait for dev's to add it.
     
    Other Info: Here's what to expect so far....
     
    Nemo
    Msgstringtable.txt and exe's english translation patches do not work. Its not possible to extract the latest msgstringtable ether. Also got word that the hair style patch also fails. Don't know what else fails but do expect a number of patches to not work or cause issues. If you find any other patches that fails, report them in the Nemo Patcher topic.
     
    Hercules / rAthena
    The client's login and character select will function. But after selecting a character, the client will sit for a moment and then time out. This is because Gravity is no longer using the ZC_ACCEPT_ENTER3 packet and went back to using the older ZC_ACCEPT_ENTER2. So you have to edit the source to have it use the 2nd version of ACCEPT_ENTER or else the timeout issue will happen. Im not going into tech details on how to apply the change. Thats for you to do or just wait for someone to do it.
     
    Client
    Be sure to have your client's data.grf and rdata.grf patched to 2016-12-28 or newer to support the client. Being behind this date could result in client file errors and/or crashes. Do I even need to say this?
     
    If anyone has any questions, ask here. Again, DO NOT PM ME OR OTHER DEV'S FOR HELP!!!!! ASK HERE FOR HELP AND INFO!!!!!
  2. Upvote
    Kiu got a reaction from sizenine in 2013-12-23c kRO Client, Merry Christmas <3   
    packets.h add
     
    #if PACKETVER >= 20131223packet(0x09df,7);#endif    HEAD  flag  ( CID or AID , surmise   )
    0x09df    00   00 00 00 00
     
    clif.c 
     
    void clif_wis_end(int fd, int flag){#if PACKETVER >= 20131223 WFIFOHEAD(fd,packet_len(0x9df)); WFIFOW(fd,0) = 0x9df; WFIFOW(fd,2) = flag; WFIFOSET(fd,packet_len(0x9df));#else WFIFOHEAD(fd,packet_len(0x98)); WFIFOW(fd,0) = 0x98; WFIFOW(fd,2) = flag; WFIFOSET(fd,packet_len(0x98));#endif}   
  3. Upvote
    Kiu got a reaction from Angelmelody in 2013-12-23c kRO Client, Merry Christmas <3   
    packets.h add
     
    #if PACKETVER >= 20131223packet(0x09df,7);#endif    HEAD  flag  ( CID or AID , surmise   )
    0x09df    00   00 00 00 00
     
    clif.c 
     
    void clif_wis_end(int fd, int flag){#if PACKETVER >= 20131223 WFIFOHEAD(fd,packet_len(0x9df)); WFIFOW(fd,0) = 0x9df; WFIFOW(fd,2) = flag; WFIFOSET(fd,packet_len(0x9df));#else WFIFOHEAD(fd,packet_len(0x98)); WFIFOW(fd,0) = 0x98; WFIFOW(fd,2) = flag; WFIFOSET(fd,packet_len(0x98));#endif}   
×
×
  • Create New...

Important Information

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