Lugia Posted June 1, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 95 Reputation: 2 Joined: 08/23/12 Last Seen: September 2, 2015 Share Posted June 1, 2013 (edited) Hello, rAthenians. I am a former developer of eAthena and decided to transfer here. Having a problem with the client. 2. Having a problem with data folder, When creating a new character it should be in english or use the old one 3. Having a problem when logging in into the server, it keep saying reject to the server. What would be the problem with this? I finish editing mmo.h #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20130320 //#define PACKETVER 20111116 And packet db set to default. And my clientinfo.xml : <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok Online</display> <balloon></balloon> <desc>]</desc> <address>127.0.0.1</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <registrationweb>127.0.0.1</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo> Do I have to change the version or langtype? Edited June 1, 2013 by Lugia Quote Link to comment Share on other sites More sharing options...
Brynner Posted June 1, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 1 hour ago Share Posted June 1, 2013 your a former developer of eAthena but you don't know how to fix that simple client problem? the error indicate that there is no existing towninfo.lub on your Ragnarok folder/System/Towninfo.lub and also the Make Character title should be fix with a diff patch. and about on rejecting on the server. have you receive any error message on your map server?just like unsupported packets? Quote Link to comment Share on other sites More sharing options...
Lugia Posted June 1, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 95 Reputation: 2 Joined: 08/23/12 Last Seen: September 2, 2015 Author Share Posted June 1, 2013 (edited) Im sorry, Ive stop developing for almost a year and forget a lot. Hahaha. Yeah I receive error unsupported packets. [info]: clif_parse: Disconnecting session#3 with unknown packet version <p:0x464d, l:19> Edited June 1, 2013 by Lugia Quote Link to comment Share on other sites More sharing options...
Brynner Posted June 1, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 1 hour ago Share Posted June 1, 2013 include this these 3 diff on your client diff Skip Packet Header ObsfucationTranslate ClientTranslate Client into English those diff can be found on Ai4rei's Random Stuff located on my signatures. Quote Link to comment Share on other sites More sharing options...
Lugia Posted June 1, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 95 Reputation: 2 Joined: 08/23/12 Last Seen: September 2, 2015 Author Share Posted June 1, 2013 Packet Problem is solve Language is still in korean ... Quote Link to comment Share on other sites More sharing options...
EriN_KillerSoul Posted June 1, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 313 Reputation: 23 Joined: 12/27/11 Last Seen: August 21, 2021 Share Posted June 1, 2013 Packet Problem is solve Language is still in korean ... Diff translate client to english. Quote Link to comment Share on other sites More sharing options...
Brynner Posted June 1, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 1 hour ago Share Posted June 1, 2013 Packet Problem is solve Language is still in korean ... can you make a screenshot? Quote Link to comment Share on other sites More sharing options...
Lugia Posted June 1, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 95 Reputation: 2 Joined: 08/23/12 Last Seen: September 2, 2015 Author Share Posted June 1, 2013 Quote Link to comment Share on other sites More sharing options...
Brynner Posted June 1, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 1 hour ago Share Posted June 1, 2013 oh the skill info. its a lua files. and on the chat. just simple double click on it and rename what ever you want to use. Quote Link to comment Share on other sites More sharing options...
Lugia Posted June 1, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 95 Reputation: 2 Joined: 08/23/12 Last Seen: September 2, 2015 Author Share Posted June 1, 2013 Where i could get that lua files? Quote Link to comment Share on other sites More sharing options...
Brynner Posted June 1, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 1 hour ago Share Posted June 1, 2013 Where i could get that lua files? here http://svn6.assembla.com/svn/ClientSide/ make sure your lua files match on your client version. Quote Link to comment Share on other sites More sharing options...
Question
Lugia
Hello, rAthenians.
I am a former developer of eAthena and decided to transfer here.
Having a problem with the client.
2. Having a problem with data folder, When creating a new character it should be in english or use the old one
3. Having a problem when logging in into the server, it keep saying reject to the server.
What would be the problem with this?
I finish editing mmo.h
And packet db set to default.
And my clientinfo.xml :
Do I have to change the version or langtype?
Edited by LugiaLink to comment
Share on other sites
10 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.