Quicksilver Posted April 1, 2012 Posted April 1, 2012 I got this client from Judas' client compilations and patched using Shinryo's diffpatcher. I am getting this issue: 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. Quote
Earthlingz Posted April 1, 2012 Posted April 1, 2012 looks like you are using langtype 7 use 0 in your clientinfo.xml Quote
Quicksilver Posted April 1, 2012 Author Posted April 1, 2012 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. Quote
Judas Posted April 1, 2012 Posted April 1, 2012 are you using grf or data folder, show us your clientinfo.xml too Quote
Quicksilver Posted April 1, 2012 Author Posted April 1, 2012 (edited) 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 April 1, 2012 by Quicksilver Quote
Judas Posted April 1, 2012 Posted April 1, 2012 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> Quote
Quicksilver Posted April 1, 2012 Author Posted April 1, 2012 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. Quote
Question
Quicksilver
I got this client from Judas' client compilations and patched using Shinryo's diffpatcher.
I am getting this issue:
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.
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.