Jump to content
  • 0

Failed to connect


Squirtle01

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   4
  • Joined:  07/02/13
  • Last Seen:  

Hello. O just created a server, and got everything server-side working fine!
So, i started working in client-side, and here goes my problem:
(Im using 2012-04-10 hexed)

 

I created a normal account using the db, everything is fine here.

I open my hexed, put my login / pass, then i select the server and i wait about to 20secs so the game gives me the message "Failed to connect to server"

I've already searched in the forum for people with the same error, and got no good answers about this :/ Someone know how to solve this?

The server recognizes im trying to log in, but it says "Closed connection from 127.0.0.1"

My clientinfo:

 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Online Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Local</display>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>46</version>
          <langtype>0</langtype>
        <registrationweb>www.ragnarok.com</registrationweb>
        <loading>
            <image>loading00.jpg</image>
            <image>loading01.jpg</image>
            <image>loading02.jpg</image>
            <image>loading03.jpg</image>
            <image>loading04.jpg</image>
        </loading>
        <yellow>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
        </yellow>
       </connection>
</clientinfo> 

 

aasdsa.png

Edited by Squirtle01
adding + infos
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

You see at the top of your screenshot, Theres an error, but I cant see all of it.  Want to show me that part?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   4
  • Joined:  07/02/13
  • Last Seen:  

8 hours ago, srhmike said:

You see at the top of your screenshot, Theres an error, but I cant see all of it.  Want to show me that part?

Hello mate! Thanks for your answer
That error is due to an error in the birthdate in the s1/pa user, nothing too serious.

I used the 2015 client and i could login and play with that version of hexed, but i dont want that client, its too new for me. Im working in a pre-re server, and this version has Dorams in the character creation, i dont want to have the Summoner Class. Furthermore, its so unstable :/ Get a lot of DCs while i was playing.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  12/06/16
  • Last Seen:  

@Squirtle01

Your Packet DB Vesion Is WRONG . For 2012-04-10 Client  PACKET version is 30.

Do setting Like this...this will solve Your Problem

1.   \db\packet_db.txt

packet_db_ver: 30
	packet_keys_use: default

2. \src\common\mmo.h

#ifndef PACKETVER
	  #define PACKETVER 20120410
#endif

 

3.  Clientinfo.xml

<address>127.0.0.1</address>
          <port>6900</port>
          <version>30</version>
          <langtype>0</langtype>
	
Edited by dev
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   4
  • Joined:  07/02/13
  • Last Seen:  

I solved my problem by just giving up from the 2012 version of hexed and trying a 2013's. And its working very well, but thanks to everybody here! 

Edited by Squirtle01
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...