Jump to content

2017-06-14bRagexeRE Client


Rytech

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   2
  • Joined:  04/15/12
  • Last Seen:  

Just asking guys, I manage to diff the client 2017-06-14b with Secret's Nemo but i always failed to connect to server.

I'm using the latest revision or rA. My kRO are updated. Im also using zac's english folder.

Whenever I login my account it keeps failing to connect on server. 

Any suggestion?
:unsure:

clientinfo.xml

Edited by philfix.sai
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  04/21/16
  • Last Seen:  

On 3/11/2018 at 5:35 PM, philfix.sai said:

Just asking guys, I manage to diff the client 2017-06-14b with Secret's Nemo but i always failed to connect to server.

I'm using the latest revision or rA. My kRO are updated. Im also using zac's english folder.

Whenever I login my account it keeps failing to connect on server. 

Any suggestion?
:unsure:

clientinfo.xml

Hi,

 

Try to disable PACKET_OBFUSCATION in you packets.h

 

#if PACKETVER >= 20110817
    /// Comment to disable the official packet obfuscation support.
    /// This requires PACKETVER 2011-08-17 or newer.
    #ifndef PACKET_OBFUSCATION
        //#define PACKET_OBFUSCATION

        // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h
        //#define PACKET_OBFUSCATION_KEY1 <key1>
        //#define PACKET_OBFUSCATION_KEY2 <key2>
        //#define PACKET_OBFUSCATION_KEY3 <key3>

        /// Comment this to disable warnings for missing client side encryption
        //#define PACKET_OBFUSCATION_WARN
    #endif

edit/add in your " defines_pre.h

#ifndef PACKETVER_RE
    #if PACKETVER > 20170614 <-- ( Add This One/your client )
        #define PACKETVER_RE
    #endif
#endif

 

Regards,

Oswell

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   2
  • Joined:  04/15/12
  • Last Seen:  

On ‎13‎/‎03‎/‎2018 at 5:08 PM, oswell said:

Hi,

 

Try to disable PACKET_OBFUSCATION in you packets.h

 

#if PACKETVER >= 20110817
    /// Comment to disable the official packet obfuscation support.
    /// This requires PACKETVER 2011-08-17 or newer.
    #ifndef PACKET_OBFUSCATION
        //#define PACKET_OBFUSCATION

        // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h
        //#define PACKET_OBFUSCATION_KEY1 <key1>
        //#define PACKET_OBFUSCATION_KEY2 <key2>
        //#define PACKET_OBFUSCATION_KEY3 <key3>

        /// Comment this to disable warnings for missing client side encryption
        //#define PACKET_OBFUSCATION_WARN
    #endif

edit/add in your " defines_pre.h

#ifndef PACKETVER_RE
    #if PACKETVER > 20170614 <-- ( Add This One/your client )
        #define PACKETVER_RE
    #endif
#endif

 

Regards,

Oswell

Thank you very much. My bad I forgot to edit my post. Anyways I made it work as well as with newly release client. /no1 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   9
  • Joined:  03/05/18
  • Last Seen:  

On 3/13/2018 at 5:08 PM, oswell said:

Hi,

 

Try to disable PACKET_OBFUSCATION in you packets.h

 

#if PACKETVER >= 20110817
    /// Comment to disable the official packet obfuscation support.
    /// This requires PACKETVER 2011-08-17 or newer.
    #ifndef PACKET_OBFUSCATION
        //#define PACKET_OBFUSCATION

        // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h
        //#define PACKET_OBFUSCATION_KEY1 <key1>
        //#define PACKET_OBFUSCATION_KEY2 <key2>
        //#define PACKET_OBFUSCATION_KEY3 <key3>

        /// Comment this to disable warnings for missing client side encryption
        //#define PACKET_OBFUSCATION_WARN
    #endif

edit/add in your " defines_pre.h

#ifndef PACKETVER_RE
    #if PACKETVER > 20170614 <-- ( Add This One/your client )
        #define PACKETVER_RE
    #endif
#endif

 

Regards,

Oswell

Hi..

I followed this step, but I still fail to log in..

I have updated kro and rAthena and English Translator .

Edited by Slyx
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  11/06/17
  • Last Seen:  

 1

Edited by StileLed
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  216
  • Reputation:   9
  • Joined:  07/12/12
  • Last Seen:  

crash_client.thumb.jpg.ce23e805b9983aab7827d62901646df8.jpgHi..

 

 

Hi rAthena, i've using this client.

but have problem after fill id and password and press enter, client will auto crash..

i've using lastest KRO grf and lastest RO Translation github in my grf :(

Any solution about this??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   1
  • Joined:  01/30/18
  • Last Seen:  

it doesnt work on 2018 ? I'm trying with a full KRO clean data with translation: https://github.com/zackdreaver/ROenglishRE

but when I try to open the screen to create character the game closes.

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

pin code number position not changing how to fix it?

  • Upvote 1
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   1
  • Joined:  10/15/13
  • Last Seen:  

Hi,

i received the following error,

What can i do to fix it?

 

thanks

received.JPG

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  88
  • Reputation:   0
  • Joined:  08/25/12
  • Last Seen:  

any recommended clean data folder to use with this exe?

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  12/10/14
  • Last Seen:  

Roulette and Cash Shop button work in this exe?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1182
  • Reputation:   160
  • Joined:  06/12/12
  • Last Seen:  

11 hours ago, Xiao said:

Roulette and Cash Shop button work in this exe?

Yes, that's feature working fine

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  12/10/14
  • Last Seen:  

I use the latest version of rAthena.
I'm using this exe. 2017-06-14bRagexeRE
Added items in item_cash_db
But the cash button is not shown.
The roulette is not shown either

Some help?
 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1182
  • Reputation:   160
  • Joined:  06/12/12
  • Last Seen:  

rediff your client, probably you pick this option

image.png.60416a7e8896d87686b119954e9f4d08.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

1 hour ago, Xiao said:

I use the latest version of rAthena.
I'm using this exe. 2017-06-14bRagexeRE
Added items in item_cash_db
But the cash button is not shown.
The roulette is not shown either

Some help?
 

if your using RagexeRE. don't forget to diff your client with Restore Cash Shop Icon and Restore Roulette.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

1 hour ago, hendra814 said:

rediff your client, probably you pick this option

image.png.60416a7e8896d87686b119954e9f4d08.png

that option is to hide Roulette and Cash Shop Icon for Ragexe Clients it won't help to resolve his concern.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  12/10/14
  • Last Seen:  

On 1/1/2019 at 10:21 PM, Brynner said:

if your using RagexeRE. don't forget to diff your client with Restore Cash Shop Icon and Restore Roulette.

Thanks bro.

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

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