Jump to content
  • 0

2010-04-10 Client Problem


Lugia

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   2
  • Joined:  08/23/12
  • Last Seen:  

Hello, rAthenians.

I am a former developer of eAthena and decided to transfer here.

Having a problem with the client.

 

 

error3.png

 

 

error2.png

 

2. Having a problem with data folder, When creating a new character it should be in english or use the old one

 

error4.png

 

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 by Lugia
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


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

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   2
  • Joined:  08/23/12
  • Last Seen:  

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 by Lugia
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:  

include this these 3 diff on your client diff

 

Skip Packet Header Obsfucation
Translate Client
Translate Client into English

 

those diff can be found on Ai4rei's Random Stuff located on my signatures.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   2
  • Joined:  08/23/12
  • Last Seen:  

Packet Problem is solve

 

Language is still in korean ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

Packet Problem is solve

 

Language is still in korean ...

 

Diff translate client to english.

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:  

Packet Problem is solve

 

Language is still in korean ...

can you make a screenshot?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   2
  • Joined:  08/23/12
  • Last Seen:  

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:  

screenFrozenglade-Loki003.jpg

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   2
  • Joined:  08/23/12
  • Last Seen:  

Where i could get that lua files?

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:  

Where i could get that lua files?

here

 

http://svn6.assembla.com/svn/ClientSide/

 

make sure your lua files match on your client version.

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