Jump to content
  • 0

2012-03-28 ragexeRE login issues


Quicksilver

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

I got this client from Judas' client compilations and patched using Shinryo's diffpatcher.

I am getting this issue:

b6116373ceea7d4ebc6f634d44fd96069327de9a9b74bc6c0f5e892921f3cf4e4g.jpg

I am using the updated luas for this client also. I dont know the reason why I cannot connect.

Please help. It's seems that the client is using some kind of encryption on the password that you type before it communicates to the login server.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

looks like you are using langtype 7

use 0 in your clientinfo.xml

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

changed the langtype to 0 but no luck. the version on my clientinfo.xml is 25. Is that a conflict?

Tried all available numbers for the version and the langtype and still no luck.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

are you using grf or data folder, show us your clientinfo.xml too

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

Here is my clientinfo.xml. I am using read data folder first.

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<servicetype>korea</servicetype>

<servertype>sakray</servertype>

<connection>

<display>Chrome</display>

<balloon>Chrome Renewal Server</balloon>

<desc>Chrome Renewal Server</desc>

<address>127.0.0.1</address>

<port>6900</port>

<version>20</version>

<langtype>0</langtype>

<registrationweb>127.0.0.1/cpanel</registrationweb>

<aid>

<admin>2000000</admin>

<admin>2000012</admin>

<admin>2000026</admin>

</aid>

</connection>

</clientinfo>

Edited by Quicksilver
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

i remember that something about it cant read md5 or whatever, but using data folder first can be a problem

i think i used this for data folder

not sure if it will work

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
   <servicetype>thai</servicetype>
   <servertype>sakray</servertype>
   <hideaccountlist /><extendedslot /><readfolder /><passwordencrypt /><passwordencrypt2 />
   <connection>
    <display>Sakray Client</display>
    <desc>Sakray Client</desc>
    <address>localhost</address>
    <port>6900</port>
    <version>25</version>
    <langtype>5</langtype>
    <balloon>Sakray Client</balloon>
    <aid>
	    <admin></admin>
    </aid>
   </connection>
</clientinfo>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

I am going to try this now. Will post asap what will happen. Thanks Judas.

I have now connected to my server.

Funny I used the contents on your post #6:

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<servicetype>thai</servicetype>

<servertype>sakray</servertype>

<hideaccountlist /><extendedslot /><readfolder /><passwordencrypt /><passwordencrypt2 />

<connection>

<display>Sakray Client</display>

<desc>Sakray Client</desc>

<address>localhost</address>

<port>6900</port>

<version>25</version>

<langtype>5</langtype>

<balloon>Sakray Client</balloon>

<aid>

<admin></admin>

</aid>

</connection>

</clientinfo>

... and made a new clientinfo.xml. I just changed the langtype to 0 and placed it to my custom grf which is the first to be read at DATA.ini prior to the data.grf and rdata.grf. I erased the clientinfo.xml which is originally to be read at the data folder since I diffed the client with "Read Data Folder First".

It seems the client went straight ahead to read the clientinfo.xml inside the first grf written in the DATA.ini instead of the one inside the data folder.

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
Answer this question...

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